~dricottone/huttese-apk

ref: 26df7e93de4db1f67c330db85f8b9b2d2ebc7f6b huttese-apk/sr.ht/py3-passlib/APKBUILD -rw-r--r-- 685 bytes
26df7e93 — Drew DeVault sr.ht/py3-emailthreads: upgrade to 0.1.2 4 years ago
                                                                                
129e647f Drew DeVault
f9216d16 Drew DeVault
129e647f Drew DeVault
04866bce Drew DeVault
129e647f Drew DeVault
f9216d16 Drew DeVault
129e647f Drew DeVault
f9216d16 Drew DeVault
129e647f Drew DeVault
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-passlib
_pyname=passlib
pkgver=1.7.1
pkgrel=0
pkgdesc="A password hashing library for Python"
url="https://code.google.com/p/passlib/"
arch="noarch"
license="BSD"
depends="python3"
makedepends="py3-setuptools"
source="https://pypi.io/packages/source/p/passlib/passlib-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

build() {
	python3 setup.py check
}

check() {
	python3 setup.py check
}

package() {
	python3 setup.py install --root="$pkgdir" --optimize=1
}

sha512sums="3d5f069cd4e44e5e87cdabc46845acbdd6c1eeedb7ce1f611aebee87b0f7af19009b6a47a10ec555fd84260b9f5c933c6429e325d30326de3869f05031674168  passlib-1.7.1.tar.gz"