upgpkg: python-audible-0.10.0-3: Rebuild for Python 3.14

This commit is contained in:
Christian Schendel 2026-01-11 08:12:52 +01:00
parent 0db581d0d5
commit b8d1ceada0
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
3 changed files with 1 additions and 27 deletions

View file

@ -1,25 +0,0 @@
pkgbase = python-audible
pkgdesc = A(Sync) Interface for internal Audible API written in pure Python.
pkgver = 0.10.0
pkgrel = 2
url = https://github.com/mkb79/audible
arch = any
license = AGPL-3.0-only
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
makedepends = python-wheel
depends = python
depends = python-beautifulsoup4
depends = python-httpcore
depends = python-httpx
depends = python-pbkdf2
depends = python-pillow
depends = python-pyaes
depends = python-rsa
depends = python-questionary
source = python-audible-0.10.0::git+https://github.com/mkb79/audible.git#tag=v0.10.0
b2sums = 1388c83501e883165a4dcbdd73c480e7542c725f2329c0d3db431293e65ba6cfa206c26cad7f32862869c16295b4c64d321969117c6ca7b4fa94b437a9841d68
pkgname = python-audible

1
.gitignore vendored
View file

@ -4,7 +4,6 @@
# But not these files...
!.gitignore
!PKGBUILD
!.SRCINFO
!LICENSE
!chroot-build
!.nvchecker.toml

View file

@ -5,7 +5,7 @@
pkgname=python-audible
_name=${pkgname#python-}; _name=${_name^}
pkgver=0.10.0
pkgrel=2
pkgrel=3
pkgdesc='A(Sync) Interface for internal Audible API written in pure Python.'
arch=(any)
url="https://github.com/mkb79/audible"