upgpkg: python-audible-0.10.0-3: Rebuild for Python 3.14
This commit is contained in:
parent
0db581d0d5
commit
b8d1ceada0
3 changed files with 1 additions and 27 deletions
25
.SRCINFO
25
.SRCINFO
|
|
@ -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
1
.gitignore
vendored
|
|
@ -4,7 +4,6 @@
|
||||||
# But not these files...
|
# But not these files...
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!PKGBUILD
|
!PKGBUILD
|
||||||
!.SRCINFO
|
|
||||||
!LICENSE
|
!LICENSE
|
||||||
!chroot-build
|
!chroot-build
|
||||||
!.nvchecker.toml
|
!.nvchecker.toml
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
||||||
pkgname=python-audible
|
pkgname=python-audible
|
||||||
_name=${pkgname#python-}; _name=${_name^}
|
_name=${pkgname#python-}; _name=${_name^}
|
||||||
pkgver=0.10.0
|
pkgver=0.10.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='A(Sync) Interface for internal Audible API written in pure Python.'
|
pkgdesc='A(Sync) Interface for internal Audible API written in pure Python.'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/mkb79/audible"
|
url="https://github.com/mkb79/audible"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue