diff options
author | 2017-09-25 19:43:07 -0400 | |
---|---|---|
committer | 2017-09-25 19:43:28 -0400 | |
commit | f65cca7a1ef82458c88e8d30cc29bd50a6e101cf (patch) | |
tree | 7dceee01dcf9e239e6e8823a385a60c7a556ab88 /dev-python/tox | |
parent | dev-python/prompt_toolkit: remove old (diff) | |
download | gentoo-f65cca7a1ef82458c88e8d30cc29bd50a6e101cf.tar.gz gentoo-f65cca7a1ef82458c88e8d30cc29bd50a6e101cf.tar.bz2 gentoo-f65cca7a1ef82458c88e8d30cc29bd50a6e101cf.zip |
dev-python/tox: update HOMEPAGE
Diffstat (limited to 'dev-python/tox')
-rw-r--r-- | dev-python/tox/tox-2.7.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/tox/tox-2.8.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tox/tox-2.7.0.ebuild b/dev-python/tox/tox-2.7.0.ebuild index 9fa76bafad4a..26a675934766 100644 --- a/dev-python/tox/tox-2.7.0.ebuild +++ b/dev-python/tox/tox-2.7.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) inherit distutils-r1 DESCRIPTION="virtualenv-based automation of test activities" -HOMEPAGE="http://tox.testrun.org" +HOMEPAGE="https://tox.readthedocs.io/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/tox/tox-2.8.1.ebuild b/dev-python/tox/tox-2.8.1.ebuild index c0177a22c3f1..7e3ffc9322bc 100644 --- a/dev-python/tox/tox-2.8.1.ebuild +++ b/dev-python/tox/tox-2.8.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) inherit distutils-r1 DESCRIPTION="virtualenv-based automation of test activities" -HOMEPAGE="http://tox.testrun.org" +HOMEPAGE="https://tox.readthedocs.io/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |