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'
|
||||
pkgname=python3-rsistent
|
||||
version=0.14.11
|
||||
revision=1
|
||||
archs=noarch
|
||||
revision=2
|
||||
wrksrc="pyrsistent-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="pyrsistent"
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3-six"
|
||||
short_desc="Persistent/Functional/Immutable data structures"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue