~dricottone/huttese-apk

ref: 7b157dd0cd2266fe6b0a848aa2e449e9f88e4b81 huttese-apk/sr.ht/py3-humanize/APKBUILD -rw-r--r-- 795 bytes
7b157dd0 — Drew DeVault py3-humanize: upgrade to 3.9.0 3 years ago
                                                                                
fab946d2 Linux User
f9216d16 Drew DeVault
7b157dd0 Drew DeVault
58e82cf1 Drew DeVault
fab946d2 Linux User
f9216d16 Drew DeVault
fab946d2 Linux User
0f956785 Drew DeVault
7b157dd0 Drew DeVault
0f956785 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
28
29
30
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-humanize
_pyname=humanize
pkgver=3.9.0
pkgrel=0
pkgdesc="Humanize is a modest package contains various common humanization utilities"
url="https://github.com/jmoiron/humanize"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	python3 setup.py check
}

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

sha512sums="
75aa8f9f6b07d4b65e5589c3f337a92ee17769ab8da6608147b0f1ec3965b95788dd90cf0d0cae1b7c9be689b44910029ee72e2eba39a60c9926b67726c74353  humanize-3.9.0.tar.gz
"