# Contributor: Max Rees # Maintainer: Max Rees pkgname=py3-tox _pkgname=tox pkgver=3.0.0 pkgrel=0 pkgdesc="virtualenv management and test command line tool" url="https://pypi.python.org/pypi/tox" arch="noarch" license="MIT" depends="py3-py py3-pluggy py3-virtualenv py3-six python3" makedepends="python3-dev py3-setuptools" #checkdepends="py3-pytest py3-tox" options="!check" # Circular dependency with itself and py3-pytest. Passes on x86_64 source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { cd "$builddir" python3 setup.py build } check() { cd "$builddir" tox -e py36 } package() { cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="3bce42561a032b9d1bcc6086093ab79e2ba84ca55b4a6b646485ed3ec4a5b7349d8fc4e47758d2dd7998fc943824a99a251447e13b9ccc396b9d2d87f367f6cd py3-tox-3.0.0.tar.gz"