# 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.17.3 release=1 source=(https://pypi.python.org/packages/source/p/pyrsistent/pyrsistent-$version.tar.gz) build() { cd pyrsistent-$version python3 setup.py build python3 setup.py install --root=$PKG }