# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=py3-tox
_pkgname=${pkgname#py3-*}
pkgver=3.14.5
pkgrel=0
pkgdesc="virtualenv management and test command line tool"
options="!check" # Requires unpackaged py3-pytest extensions
url="https://tox.readthedocs.org/"
arch="noarch"
license="MIT"
depends="
	py3-packaging
	py3-pluggy
	py3-py
	py3-six
	py3-virtualenv
	py3-toml
	py3-filelock
	"
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="8916efc0078f51f10cc7600e7c7879863011ca375f1d88a45266406243df767ebd1d286f36c0b5d818407ade4a2790e4aa49cb257ae23dde3e4c51c5f05c7459  tox-3.14.5.tar.gz"
