mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/py3-pbkdf2: new aport
This commit is contained in:
parent
58cdadabf6
commit
de5fa6531b
27
testing/py3-pbkdf2/APKBUILD
Normal file
27
testing/py3-pbkdf2/APKBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
||||
# Maintainer: Leo <thinkabit.ukim@gmail.com>
|
||||
pkgname=py3-pbkdf2
|
||||
_pkgname=python-pbkdf2
|
||||
pkgver=1.3
|
||||
pkgrel=0
|
||||
pkgdesc="Password-based key derivation function"
|
||||
url="http://www.dlitz.net/software/python-pbkdf2"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/dlitz/${_pkgname}/archive/v${pkgver}.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
python3 setup.py test
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
sha512sums="642372615a2ffc9cf352805789f836c42763c49cbf113d64524a55c6ff8a09f0fda36c92713387f27c2f6a2950ce89ae04dc9f92495cba904400685b148f947e py3-pbkdf2-1.3.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user