Search Criteria
Package Details: python-audible-cli 0.3.3-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: | 1 |
| Popularity: | 0.108592 |
| First Submitted: | 2022-10-25 07:18 (UTC) |
| Last Updated: | 2026-02-28 18:04 (UTC) |
Dependencies (15)
- python
- python-aiofiles
- python-audibleAUR
- python-click
- python-httpx (python-httpx-gitAUR)
- python-packaging
- python-pillow (python-pillow-simd-gitAUR)
- python-questionaryAUR
- python-tabulate (python-tabulate-gitAUR)
- python-toml
- python-tqdm
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
1 2 Next › Last »
Winux commented on 2026-02-28 18:06 (UTC)
@GraphZal Thanks, fixed it. I already had hatchling when I tested, sorry!
GraphZal commented on 2026-02-27 19:26 (UTC)
0.3.3 requires hatchling to build. You should probably add python-hatchling to the dependencies.
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.1 2 Next › Last »