20 lines
586 B
Bash
20 lines
586 B
Bash
# Template file for 'python3-rsistent'
|
|
pkgname=python3-rsistent
|
|
version=0.15.7
|
|
revision=2
|
|
wrksrc="pyrsistent-${version}"
|
|
build_style=python3-module
|
|
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=cdc7b5e3ed77bed61270a47d35434a30617b9becdf2478af76ad2c6ade307280
|
|
|
|
post_intsall() {
|
|
vlicense LICENSE.mit
|
|
}
|