# Contributor: Leo # Maintainer: Leo pkgname=py3-pytest-runner _pkgname=pytest-runner pkgver=4.4 pkgrel=0 pkgdesc="Invoke py.test as distutils command" options="!check" # Requires unpackaged pytest-{checkdocs,flake8,virtualenv} url="https://github.com/pytest-dev/pytest-runner" arch="noarch" license="MIT" depends="py3-setuptools" makedepends="py3-setuptools_scm" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { python3 setup.py build } check() { python3 setup.py test } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="3122e556bc7ad41f48a8044b6c8555aed41bbed1ccaafe39bbd0aff51c4b656c4de954ccd99b5122f95763dad7ad54a2ae78d4e9522364ea6bbafecb967b09f5 pytest-runner-4.4.tar.gz"