void-packages/srcpkgs/python3-pyrsistent/template

26 lines
836 B
Bash

# Template file for 'python3-pyrsistent'
pkgname=python3-pyrsistent
version=0.19.3
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel 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/"
changelog="https://raw.githubusercontent.com/tobgu/pyrsistent/master/CHANGES.txt"
distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz"
checksum=1a2994773706bbb4995c31a97bc94f1418314923bd1048c6d964837040376440
post_install() {
vlicense LICENSE.mit LICENSE
}
python3-rsistent_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - transitional dummy package"
build_style=meta
}