void-packages/srcpkgs/python3-humanize/template

19 lines
587 B
Bash

# Template file for 'python3-humanize'
pkgname=python3-humanize
version=4.3.0
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3"
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/python-humanize/humanize"
distfiles="${PYPI_SITE}/h/humanize/humanize-${version}.tar.gz"
checksum=0dfac79fe8c1c0c734c14177b07b857bad9ae30dd50daa0a14e2c3d8054ee0c4
post_install() {
vlicense LICENCE
}