# Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=py3-tox _pkgname=${pkgname#py3-*} pkgver=3.15.0 pkgrel=0 pkgdesc="virtualenv management and test command line tool" options="!check" # Requires community/py3-pathlib2, and unpackaged flaky url="https://tox.readthedocs.org/" arch="noarch" license="MIT" depends=" py3-packaging py3-pluggy py3-py py3-six py3-virtualenv py3-toml py3-filelock py3-setuptools " checkdepends="py3-pytest" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" replaces="py-tox" # Backwards compatibility provides="py-tox=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } check() { python3 setup.py test } sha512sums="65c85af0cd475ed2337d0b8ae6adbddbe16a3859b872b8271a499578a0e984595206d13c25fe35e2636f2fdecda0485a802f128a9f79533970f154d7ff4ff94d tox-3.15.0.tar.gz"