vp-build/srcpkgs/python3-precis-i18n/template

23 lines
598 B
Bash

# Template file for 'python3-precis-i18n'
pkgname=python3-precis-i18n
version=1.0.1
revision=5
build_style=python3-module
pycompile_module="precis_i18n"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Internationalized usernames and passwords"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/byllyfish/precis_i18n"
distfiles="${PYPI_SITE}/p/precis_i18n/precis_i18n-${version}.tar.gz"
checksum=5abd7c06e5247fb519089c7649c9b775f934f0d1cc0a680b44fbeb2d5403aed8
do_check() {
python3 setup.py test
}
post_install() {
vlicense LICENSE.txt
}