aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pbkdf2/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-pbkdf2/APKBUILD')
-rw-r--r--testing/py3-pbkdf2/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/py3-pbkdf2/APKBUILD b/testing/py3-pbkdf2/APKBUILD
index de5179b47a0..fd46e6ac429 100644
--- a/testing/py3-pbkdf2/APKBUILD
+++ b/testing/py3-pbkdf2/APKBUILD
@@ -3,13 +3,14 @@
pkgname=py3-pbkdf2
_pkgname=python-pbkdf2
pkgver=1.3
-pkgrel=2
+pkgrel=6
pkgdesc="Password-based key derivation function"
url="http://www.dlitz.net/software/python-pbkdf2"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
+subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/dlitz/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
@@ -22,6 +23,6 @@ check() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="642372615a2ffc9cf352805789f836c42763c49cbf113d64524a55c6ff8a09f0fda36c92713387f27c2f6a2950ce89ae04dc9f92495cba904400685b148f947e py3-pbkdf2-1.3.tar.gz"