# Contributor: Leo # Maintainer: Leo pkgname=py3-pyrsistent pkgver=0.15.2 pkgrel=0 pkgdesc="Persistent/Functional/Immutable data structures" url="https://github.com/tobgu/pyrsistent" arch="all" license="MIT" depends="py3-six" makedepends="py3-setuptools python3-dev" checkdepends="py3-hypothesis py3-pytest py3-pytest-runner" source="$pkgname-$pkgver.tar.gz::https://github.com/tobgu/pyrsistent/archive/v${pkgver}.tar.gz" builddir="$srcdir/pyrsistent-$pkgver" provides="py-pyrsistent=$pkgver-r$pkgrel" build() { python3 setup.py build } check() { python3 setup.py test } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="5333e706007f9d44b432f8bced12dd64c800e4128192b5e301b15d655470475ad234ebcb2a5b70498364dd7a467a2118944f7e6878a88a496aef89ce4edf3905 py3-pyrsistent-0.15.2.tar.gz"