Initial commit
This commit is contained in:
commit
d79532f471
8 changed files with 193 additions and 0 deletions
24
.SRCINFO
Executable file
24
.SRCINFO
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
pkgbase = python-audible
|
||||
pkgdesc = A(Sync) Interface for internal Audible API written in pure Python.
|
||||
pkgver = 0.10.0
|
||||
pkgrel = 1
|
||||
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-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
|
||||
Loading…
Add table
Add a link
Reference in a new issue