19 lines
585 B
Bash
19 lines
585 B
Bash
# Template file for 'python3-humanize'
|
|
pkgname=python3-humanize
|
|
version=1.0.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="humanize-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
checkdepends="python3-pytest python3-freezegun"
|
|
short_desc="Python humanize utilities"
|
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
|
license="MIT"
|
|
homepage="https://github.com/jmoiron/humanize"
|
|
distfiles="${PYPI_SITE}/h/humanize/humanize-${version}.tar.gz"
|
|
checksum=38ace9b66bcaeb7f8186b9dbf0b3448e00148e5b4fbaf726f96c789e52c3e741
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|