From 0c174c524d24b7f08caf6830396e570ce9e0de2d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 7 Nov 2018 03:17:14 -0200 Subject: [PATCH] New package: python3-precis-i18n-1.0.0. --- srcpkgs/python3-precis-i18n/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/python3-precis-i18n/template diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template new file mode 100644 index 00000000000..be604a564e2 --- /dev/null +++ b/srcpkgs/python3-precis-i18n/template @@ -0,0 +1,24 @@ +# Template file for 'python3-precis-i18n' +pkgname=python3-precis-i18n +version=1.0.0 +revision=1 +noarch=yes +wrksrc="precis_i18n-${version}" +build_style=python3-module +pycompile_module="precis_i18n" +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Internationalized usernames and passwords" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/byllyfish/precis_i18n" +distfiles="${PYPI_SITE}/p/precis_i18n/precis_i18n-${version}.tar.gz" +checksum=227ac196b8a31b1209030bfbe90616dd375be946e0a9403349dd45851adf503e + +do_check() { + python3 setup.py test +} + +post_install() { + vlicense LICENSE.txt +}