From fc0abefe465c09fd5cab595665981d38d254174f Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 14 May 2021 17:48:15 +0200 Subject: [PATCH] New package: python3-pyrsistent-0.17.3 --- srcpkgs/python3-pyrsistent/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-pyrsistent/template diff --git a/srcpkgs/python3-pyrsistent/template b/srcpkgs/python3-pyrsistent/template new file mode 100644 index 00000000000..9bb7e54de30 --- /dev/null +++ b/srcpkgs/python3-pyrsistent/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pyrsistent' +pkgname=python3-pyrsistent +version=0.17.3 +revision=1 +wrksrc="pyrsistent-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-devel" +depends="python3" +checkdepends="python3-pytest python3-hypothesis" +short_desc="Python persistent immutable data structures" +maintainer="dkwo " +license="MIT" +homepage="https://github.com/tobgu/pyrsistent/" +distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz" +checksum=2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e + +post_install() { + vlicense LICENCE.mit LICENSE +}