forked from ports/contrib
16 lines
476 B
Plaintext
16 lines
476 B
Plaintext
|
# Description: Persistent/Functional/Immutable data structures
|
||
|
# URL: https://pypi.org/project/pyrsistent/
|
||
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
||
|
# Depends on: python3-six
|
||
|
|
||
|
name=python3-pyrsistent
|
||
|
version=0.15.7
|
||
|
release=1
|
||
|
source=(https://files.pythonhosted.org/packages/90/aa/cdcf7ef88cc0f831b6f14c8c57318824c9de9913fe8de38e46a98c069a35/pyrsistent-$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
cd pyrsistent-$version
|
||
|
python3 setup.py build
|
||
|
python3 setup.py install --root=$PKG
|
||
|
}
|