From 7b6bef79a783a04bf7dfbd1e823bc19f75aaf2fb Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 14 Apr 2019 14:42:10 -0300 Subject: [PATCH] New package: python3-frozendict-1.2 --- srcpkgs/python3-frozendict/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-frozendict/template diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template new file mode 100644 index 0000000000..fe99788da9 --- /dev/null +++ b/srcpkgs/python3-frozendict/template @@ -0,0 +1,20 @@ +# Template file for 'python3-frozendict' +pkgname=python3-frozendict +version=1.2 +revision=1 +archs=noarch +wrksrc="frozendict-${version}" +build_style=python3-module +pycompile_module="frozendict" +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Immutable mapping for Python3" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/slezica/python-frozendict" +distfiles="${PYPI_SITE}/f/frozendict/frozendict-${version}.tar.gz" +checksum=774179f22db2ef8a106e9c38d4d1f8503864603db08de2e33be5b778230f6e45 + +post_install() { + vlicense LICENSE.txt +}