New package: python3-rsistent-0.14.11

This commit is contained in:
maxice8 2019-04-14 22:32:43 -03:00 committed by maxice8
parent 29f1d8b3b2
commit ded6567062

View file

@ -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 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/tobgu/pyrsistent/"
distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz"
checksum=3ca82748918eb65e2d89f222b702277099aca77e34843c5eb9d52451173970e2
post_intsall() {
vlicense LICENSE.mit
}