void-packages/srcpkgs/python3-rsistent/template
2019-12-31 15:31:48 +01:00

20 lines
616 B
Bash

# Template file for 'python3-rsistent'
pkgname=python3-rsistent
version=0.15.6
revision=1
wrksrc="pyrsistent-${version}"
build_style=python3-module
pycompile_module="pyrsistent"
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3-six"
short_desc="Persistent/Functional/Immutable data structures"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/tobgu/pyrsistent/"
distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz"
checksum=f3b280d030afb652f79d67c5586157c5c1355c9a58dfc7940566e28d28f3df1b
post_intsall() {
vlicense LICENSE.mit
}