Search Criteria
Package Details: python-audible 0.10.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-audible.git (read-only, click to copy) |
|---|---|
| Package Base: | python-audible |
| Description: | A(Sync) Interface for internal Audible API written in pure Python. |
| Upstream URL: | https://github.com/mkb79/audible |
| Keywords: | audible audiobook |
| Licenses: | AGPL3 |
| Submitter: | mattski |
| Maintainer: | mattski (Winux) |
| Last Packager: | Winux |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-10-25 07:14 (UTC) |
| Last Updated: | 2025-03-23 11:15 (UTC) |
Dependencies (12)
- python
- python-beautifulsoup4
- python-httpx (python-httpx-gitAUR)
- python-pbkdf2
- python-pillow (python-pillow-simd-gitAUR)
- python-pyaes
- python-questionaryAUR
- python-rsa
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
Latest Comments
ktalog commented on 2024-12-28 20:01 (UTC)
hello, new version is available: 0.10.0 sha256sum is 125b3accc9ffbda020dd25818264cabe5d748a40559cb9b9c10611d87bb14ebb for makedepend please add python-poetry-core
Regards.
mattski commented on 2024-05-04 15:56 (UTC)
@dreieck Thanks for the pointers - updated and seems to be working correctly now
dreieck commented on 2024-03-26 12:57 (UTC)
Build with
setup.pydoes no longer work.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 2023-04-26 10:44 (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:18 (UTC)
Please remove
python-audiblefrom theprovidesandconflictsarrays.$pkgnameshould neither be inprovidesnor inconflictsentry.Thanks for maintaining!