~dricottone/huttese-apk

ref: c049bab239eeebd43d978befd460501f6363574a huttese-apk/sr.ht/py3-passlib/APKBUILD -rw-r--r-- 685 bytes
c049bab2 — Drew DeVault go-msgauth: update to 0.6.3 3 years ago
                                                                                
129e647f Drew DeVault
f9216d16 Drew DeVault
76c96ab0 Drew DeVault
6dd271e9 Drew DeVault
129e647f Drew DeVault
f9216d16 Drew DeVault
129e647f Drew DeVault
f9216d16 Drew DeVault
129e647f Drew DeVault
76c96ab0 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.2
pkgrel=1
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="1ea0654b177b5ab2e1a7e5c3949642c34805ace6e4e4a0f82fafdb3f374edd99c667906ce598c335b668da049860648d5cbebb3e62d775898d5b0cb8cfc7bf53  passlib-1.7.2.tar.gz"