mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
python3-rsistent: switch to using faster Python C extension
This commit is contained in:
parent
b97c391b78
commit
282521372d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue