aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-humanhash3/APKBUILD
blob: 941b7972cedc3374113d641316c54f5a61c9cdc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-humanhash3
pkgver=0.0.6
pkgrel=1
pkgdesc="Human-readable representations of digests"
url="https://github.com/blag/humanhash"
arch="noarch"
license="Unlicense"
depends="python3"
makedepends="py3-setuptools"
source="https://pypi.python.org/packages/source/h/humanhash3/humanhash3-$pkgver.tar.gz"
options="!check" # No tests
builddir="$srcdir/humanhash3-$pkgver"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="2eca066915756d60df48f0b5ee7c7fce508d7b5f5e04c94ed46c4ac2e30eb2dccdc1f6eec183512bdd557401c8e4c68110d39db4ef30a61884f45cb0e663579f  humanhash3-0.0.6.tar.gz"