blob: b62befd9c18f413b10f188d6d25a037677cff25b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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 = AGPL3
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 = https://github.com/mkb79/audible/archive/refs/tags/v0.10.0.tar.gz
sha256sums = a993262970d0f10350a8ed46788b577826414c27c1c2556906eb6f334e5eadb8
pkgname = python-audible
|