vp-build/srcpkgs/python3-humanize/template

20 lines
577 B
Bash

# Template file for 'python3-humanize'
pkgname=python3-humanize
version=0.5.1
revision=2
archs=noarch
wrksrc="humanize-${version}"
build_style=python3-module
pycompile_module="humanize"
hostmakedepends="python3-setuptools"
short_desc="Python humanize utilities"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="MIT"
homepage="https://github.com/jmoiron/humanize"
distfiles="https://github.com/jmoiron/humanize/archive/${version}.tar.gz"
checksum=@ce798ec45142598f4eb5a580c1c99b1f10d573c1896afd73e4aa8e216b22608b
post_install() {
vlicense LICENCE
}