void-packages/srcpkgs/python3-constantly/template

18 lines
515 B
Bash

# Template file for 'python3-constantly'
pkgname=python3-constantly
version=15.1.0
revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Symbolic constants in Python (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/twisted/constantly"
distfiles="${PYPI_SITE}/c/constantly/constantly-${version}.tar.gz"
checksum=586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35
post_install() {
vlicense LICENSE
}