python3-rsistent: switch to using faster Python C extension

This commit is contained in:
maxice8 2019-04-17 17:12:36 -03:00
parent b97c391b78
commit 282521372d
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -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>"