From 00c52d703e59e67e4c53263e307b02d5ea7c6fd4 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Fri, 19 Oct 2018 10:07:24 +0200 Subject: [PATCH] New package: python3-Inflector-2.0.12 closes #3945 --- srcpkgs/python3-Inflector/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-Inflector/template diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template new file mode 100644 index 00000000000..22872cc6eed --- /dev/null +++ b/srcpkgs/python3-Inflector/template @@ -0,0 +1,20 @@ +# Template file for 'python3-Inflector' +pkgname=python3-Inflector +version=2.0.12 +revision=1 +noarch=yes +wrksrc="Inflector-${version}" +build_style=python3-module +pycompile_module="inflector" +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Inflector for Python3" +maintainer="shizonic " +license="BSD-3-Clause" +homepage="https://github.com/ixmatus/inflector" +distfiles="${PYPI_SITE}/I/Inflector/Inflector-${version}.tar.gz" +checksum=6445611450dc4e1940a7f6cd54393e9850d5a58fb2ab830de5dd85e2b1bcac9d + +post_install() { + vlicense LICENSE +}