void-packages/srcpkgs/python3-pyrsistent/template
2021-10-09 08:00:21 -04:00

26 lines
771 B
Bash

# Template file for 'python3-pyrsistent'
pkgname=python3-pyrsistent
version=0.18.0
revision=2
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 <nicolopiazzalunga@gmail.com>"
license="MIT"
homepage="https://github.com/tobgu/pyrsistent/"
distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz"
checksum=773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b
post_install() {
vlicense LICENSE.mit LICENSE
}
python3-rsistent_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - transitional dummy package"
build_style=meta
}