diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2018-09-05 17:49:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-05 19:22:40 +0000 |
commit | 9b1e1edcd998f479b9035eda068c2f9f00e25e7b (patch) | |
tree | 9545d7a7ca9c44403d930efc12f87f28afd197ca | |
parent | 01c926806edd868f2cc1165a922617f59c57d7fd (diff) | |
download | aports-9b1e1edcd998f479b9035eda068c2f9f00e25e7b.tar.bz2 aports-9b1e1edcd998f479b9035eda068c2f9f00e25e7b.tar.xz |
testing/py-tox: move to main
-rw-r--r-- | main/py-tox/APKBUILD (renamed from testing/py-tox/APKBUILD) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/py-tox/APKBUILD b/main/py-tox/APKBUILD index 9941e207b2..01d583c76f 100644 --- a/testing/py-tox/APKBUILD +++ b/main/py-tox/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-tox _pkgname=${pkgname#py-*} pkgver=3.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="virtualenv management and test command line tool" url="https://tox.readthedocs.org/" arch="noarch" @@ -11,8 +11,7 @@ license="MIT" _depends="py-virtualenv" depends="py-py py-pluggy py-argparse" makedepends="python2-dev python3-dev py-setuptools" -options="!check" # temp disable as requires itself -#checkdepends="py-tox" +options="!check" # disabled as requires itself subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |