Search Criteria
Package Details: python-audible-cli 0.3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-audible-cli.git (read-only, click to copy) |
---|---|
Package Base: | python-audible-cli |
Description: | Command line interface (cli) for the audible package. |
Upstream URL: | https://github.com/mkb79/audible-cli |
Licenses: | AGPL3 |
Conflicts: | python-audible-cli |
Provides: | python-audible-cli |
Submitter: | mattski |
Maintainer: | mattski |
Last Packager: | mattski |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-10-25 07:18 (UTC) |
Last Updated: | 2024-05-04 15:52 (UTC) |
Dependencies (14)
- python (python37AUR, python311AUR, python310AUR)
- python-aiofiles
- python-audibleAUR
- python-click
- python-httpx (python-httpx-gitAUR)
- python-packaging
- python-pillow (python-pillow-gitAUR)
- python-questionaryAUR
- python-tabulate (python-tabulate-gitAUR)
- python-toml (python-toml-gitAUR)
- python-tqdm
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
mattski commented on 2024-05-04 16:00 (UTC)
@dreieck Thanks for the pointers - updated and seems to be working correctly now
Note: Latest stable release is 0.3.1
dreieck commented on 2024-04-28 10:16 (UTC)
This package needs maintanance.
0.3.2b3
is available.Regards, please fix your package!
dreieck commented on 2024-03-26 13:01 (UTC)
Build with
setup.py
should no longer be used.Please, add to
makedepends
'python-build' 'python-installer' 'python-wheel'
, and then use inbuild()
:python -m build --wheel --no-isolation
and in
package()
:python -m installer --destdir="${pkgdir}" dist/*.whl
instead of the calls to
setup.py
.Regards and thanks for maintaining!
dreieck commented on 2024-03-26 12:51 (UTC)
Version 0.3.2b1 is available.
dreieck commented on 2023-04-26 10:54 (UTC)
Tab completion files are available. Can you install them, too?
Regards!
dreieck commented on 2023-04-26 10:47 (UTC) (edited on 2023-04-26 10:47 (UTC) by dreieck)
Can you please rename your package to
audible-cli
, since it provides end-user executable? (And you might want to addreplaces=("python-audible-cli")
,provides=("python-audible-cli=${pkgver}")
,conflicts=("python-audible-cli")
.)Regards!
dreieck commented on 2023-04-26 10:45 (UTC)
To make this work with newer versions of
python-httpx
, the upper version restriction needs to be removed.A patch that does it:
remove-httpx-upper-version-restriction.patch
:And the following to be added to the
PKGBUILD
:Regards!
dreieck commented on 2023-04-26 10:32 (UTC)
It is the
python-httpx
package that does the version restriction onpython-rfc3986
.python-audible-cli
does not needpython-rfc3986
directly.But on the other hand, the
setup.py
has a version restriction onpython-httpx
:>=0.20.0
,<0.24.0
.dreieck commented on 2023-04-26 10:20 (UTC)
Dependency version requirement
python-rfc3986<2.0.0
cannot be fulfilled, as the version in the repositories is2.0.0
.Regards!
gypaetus commented on 2022-11-17 10:43 (UTC)
Is python-rfc3986<2.0.0 required?