python3-rsistent: switch to using faster Python C extension
This commit is contained in:
parent
b97c391b78
commit
282521372d
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python3-rsistent'
|
# Template file for 'python3-rsistent'
|
||||||
pkgname=python3-rsistent
|
pkgname=python3-rsistent
|
||||||
version=0.14.11
|
version=0.14.11
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
wrksrc="pyrsistent-${version}"
|
wrksrc="pyrsistent-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pyrsistent"
|
pycompile_module="pyrsistent"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
makedepends="python3-devel"
|
||||||
depends="python3-six"
|
depends="python3-six"
|
||||||
short_desc="Persistent/Functional/Immutable data structures"
|
short_desc="Persistent/Functional/Immutable data structures"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
|
Loading…
Reference in New Issue