From ded6567062b4b347c9eee752044d2918a61828e1 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 14 Apr 2019 22:32:43 -0300 Subject: [PATCH] New package: python3-rsistent-0.14.11 --- srcpkgs/python3-rsistent/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-rsistent/template diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template new file mode 100644 index 00000000000..f11a6c1a2fb --- /dev/null +++ b/srcpkgs/python3-rsistent/template @@ -0,0 +1,20 @@ +# Template file for 'python3-rsistent' +pkgname=python3-rsistent +version=0.14.11 +revision=1 +archs=noarch +wrksrc="pyrsistent-${version}" +build_style=python3-module +pycompile_module="pyrsistent" +hostmakedepends="python3-setuptools" +depends="python3-six" +short_desc="Persistent/Functional/Immutable data structures" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/tobgu/pyrsistent/" +distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz" +checksum=3ca82748918eb65e2d89f222b702277099aca77e34843c5eb9d52451173970e2 + +post_intsall() { + vlicense LICENSE.mit +}