python3-rsistent: update to 0.15.7.
This commit is contained in:
parent
51d74b9d22
commit
7374798c12
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'python3-rsistent'
|
# Template file for 'python3-rsistent'
|
||||||
pkgname=python3-rsistent
|
pkgname=python3-rsistent
|
||||||
version=0.15.6
|
version=0.15.7
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pyrsistent-${version}"
|
wrksrc="pyrsistent-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pyrsistent"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-six"
|
depends="python3-six"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/tobgu/pyrsistent/"
|
homepage="https://github.com/tobgu/pyrsistent/"
|
||||||
distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz"
|
||||||
checksum=f3b280d030afb652f79d67c5586157c5c1355c9a58dfc7940566e28d28f3df1b
|
checksum=cdc7b5e3ed77bed61270a47d35434a30617b9becdf2478af76ad2c6ade307280
|
||||||
|
|
||||||
post_intsall() {
|
post_intsall() {
|
||||||
vlicense LICENSE.mit
|
vlicense LICENSE.mit
|
||||||
|
|
Loading…
Reference in New Issue