From: Tim Harder Date: Tue, 26 Sep 2017 00:06:21 +0000 (-0400) Subject: dev-python/tox: add github/pypi sites to HOMEPAGE and github to upstream metadata X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=99650c16a56f55d423f086befae53446919c2f47;p=gentoo.git dev-python/tox: add github/pypi sites to HOMEPAGE and github to upstream metadata --- diff --git a/dev-python/tox/metadata.xml b/dev-python/tox/metadata.xml index 802ff5e046c6..9a563f6807cb 100644 --- a/dev-python/tox/metadata.xml +++ b/dev-python/tox/metadata.xml @@ -7,5 +7,6 @@ tox + tox-dev/tox diff --git a/dev-python/tox/tox-2.7.0.ebuild b/dev-python/tox/tox-2.7.0.ebuild index 26a675934766..e8789438cede 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="https://tox.readthedocs.io/" +HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox https://pypi.python.org/pypi/tox" 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 7e3ffc9322bc..095e13a4c763 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="https://tox.readthedocs.io/" +HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox https://pypi.python.org/pypi/tox" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"