# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-pytest pkgver=5.4.1 pkgrel=0 pkgdesc="Python3 testing library" url="https://docs.pytest.org/en/latest/" arch="noarch" license="MIT" depends="py3-atomicwrites py3-py py3-six py3-attrs py3-more-itertools py3-pluggy py3-wcwidth py3-setuptools py3-packaging" source="https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz" builddir="$srcdir/pytest-$pkgver" replaces="pytest" # Backwards compatibility provides="pytest=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build } check() { python3 setup.py check } package() { mkdir -p "$pkgdir"/usr/bin local name; for name in py.test pytest; do ln -s $name-3 "$pkgdir"/usr/bin/$name done python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="50d94158817561316cfb4c6ad4481858a76cfe44ba964cc7a3bb81d3701eb621ca5cd46c4be24644134417d8bf7e7771f4b3a30af71fde5ea9705c3241fa2878 pytest-5.4.1.tar.gz"