diff options
author | oaken-source <oaken-source@parabola.nu> | 2019-11-05 13:01:52 +0100 |
---|---|---|
committer | oaken-source <oaken-source@parabola.nu> | 2019-11-05 13:01:52 +0100 |
commit | bf07268b379a4d5a7cbc7ea14fa593beccde5422 (patch) | |
tree | 168ceac93e916a3aa90a8e9951fdb09c3de03595 /pcr/python-pylibgen | |
parent | e0eb9ee24309a275b64748090b7e46cd93e7c78b (diff) | |
download | abslibre-bf07268b379a4d5a7cbc7ea14fa593beccde5422.tar.gz abslibre-bf07268b379a4d5a7cbc7ea14fa593beccde5422.tar.bz2 abslibre-bf07268b379a4d5a7cbc7ea14fa593beccde5422.zip |
pcr/python-pylibgen: updated to 2.0.2
Diffstat (limited to 'pcr/python-pylibgen')
-rw-r--r-- | pcr/python-pylibgen/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/python-pylibgen/PKGBUILD b/pcr/python-pylibgen/PKGBUILD index 5ac0a4314..4757cd6e4 100644 --- a/pcr/python-pylibgen/PKGBUILD +++ b/pcr/python-pylibgen/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=pylibgen # python3 only pkgname=(python-$_pkgname) -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc="Python interface to Library Genesis." arch=(any) @@ -11,13 +11,14 @@ url="https://pypi.python.org/pypi/$_pkgname" license=('MIT') _depends=() -makedepends=(python{,2}-setuptools) +makedepends=(python-setuptools) source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") -md5sums=('fcd4c7ee85ccbccce44751c738ca6aed') +sha256sums=('87b28a27fa7c1912e2b38020262dd6086b292d670b0c08d76baecbcd7678b9ee') _package() { depends=("$1" "${_depends[@]/#/$1-}") cd "$srcdir"/$_pkgname-$pkgver + touch requirements-dev.txt $1 setup.py install --root="$pkgdir" } |