# 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 " 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 }