void-packages/srcpkgs/python3-precis-i18n/template

22 lines
567 B
Bash

# Template file for 'python3-precis-i18n'
pkgname=python3-precis-i18n
version=1.1.0
revision=1
build_style=python3-module
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=7ad0d9e08b806f3a9aba042f0b5b28f081fe6decf1dd95ec8e4dc8c6b302aec2
do_check() {
python3 setup.py test
}
post_install() {
vlicense LICENSE.txt
}