void-packages/srcpkgs/python3-rsistent/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

20 lines
617 B
Bash

# Template file for 'python3-rsistent'
pkgname=python3-rsistent
version=0.14.11
revision=2
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=3ca82748918eb65e2d89f222b702277099aca77e34843c5eb9d52451173970e2
post_intsall() {
vlicense LICENSE.mit
}