26 lines
771 B
Bash
26 lines
771 B
Bash
# Template file for 'python3-pyrsistent'
|
|
pkgname=python3-pyrsistent
|
|
version=0.18.1
|
|
revision=1
|
|
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=d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96
|
|
|
|
post_install() {
|
|
vlicense LICENSE.mit LICENSE
|
|
}
|
|
|
|
python3-rsistent_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - transitional dummy package"
|
|
build_style=meta
|
|
}
|