# Contributor: Galen Abell # Maintainer: Galen Abell pkgname=py3-subtesthack _pyname=pytest-subtesthack pkgver=0.2.0 pkgrel=1 pkgdesc="Explicitly set up and tear down fixtures" url="https://github.com/untitaker/pytest-subtesthack" arch="noarch" license="Unlicense" options="!check" # no tests depends="python3 py3-pytest" makedepends="py3-setuptools" subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" build() { python3 setup.py build } package() { python3 setup.py install --skip-build --root="$pkgdir" } sha512sums=" aac3c1f946cf7b0f91985d88b0706477b23938d30d088df2de80e6089a3503ec8171c54098fd7a271cf3b1956d21876927774896d4c95cdae4efccf5975c1d59 pytest-subtesthack-0.2.0.tar.gz "