# Contributor: Max Rees # Maintainer: Max Rees pkgname=py3-py _pkgname=py _p=p pkgver=1.11.0 pkgrel=0 pkgdesc="A python library with cross-python path, ini-parsing, io, code, log facilities" url="https://pypi.python.org/project/py" arch="noarch" options="!check" # Circular dependency with py3-pytest. # And nobody seems to care about it. (some failures with pytest deprecation) # Certified net clean license="MIT" depends="python3" makedepends="python3-dev" #checkdepends="py3-pytest" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { python3 setup.py build } check() { PYTHONPATH="$builddir/build/lib:$PYTHONPATH" pytest } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="ce8dd791f9f6dd7e60a6caad32ff5cb816389a0840436efdedf4e0d4b0bfa09f7aea9e7c31d89903c72fe6ef17170a85af480525ba92c458ed73501a0420f2c4 py3-py-1.11.0.tar.gz"