void-packages/srcpkgs/python3-humanize/template
Aluísio Augusto Silva Gonçalves 4396e9e901 python3-humanize: update to 1.0.0.
2020-02-13 06:53:51 +01:00

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
}