Search Criteria
Package Details: python-audible-cli 0.3.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-audible-cli.git (read-only, click to copy) |
|---|---|
| Package Base: | python-audible-cli |
| Description: | A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files. |
| Upstream URL: | https://github.com/mkb79/audible-cli |
| Keywords: | audible audiobook download |
| Licenses: | AGPL3 |
| Submitter: | mattski |
| Maintainer: | mattski (Winux) |
| Last Packager: | Winux |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-10-25 07:18 (UTC) |
| Last Updated: | 2025-03-31 09:13 (UTC) |
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.2b3is available.Regards, please fix your package!
dreieck commented on 2024-03-26 13:01 (UTC)
Build with
setup.pyshould no longer be used.Please, add to
makedepends'python-build' 'python-installer' 'python-wheel', and then use inbuild():python -m build --wheel --no-isolationand in
package():python -m installer --destdir="${pkgdir}" dist/*.whlinstead 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-httpxpackage that does the version restriction onpython-rfc3986.python-audible-clidoes not needpython-rfc3986directly.But on the other hand, the
setup.pyhas 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.0cannot 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?