diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-07 11:34:51 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-08-13 13:23:14 +0200 |
commit | 28cd215d6104d7a0c8ea167c9c689dcba83590aa (patch) | |
tree | 4ff27af959753b8112bb29b23f7dedbbb06ec3c5 /dev-python/pytest-runner | |
parent | dev-python/python-ptrace: fix HOMEPAGE (diff) | |
download | gentoo-28cd215d6104d7a0c8ea167c9c689dcba83590aa.tar.gz gentoo-28cd215d6104d7a0c8ea167c9c689dcba83590aa.tar.bz2 gentoo-28cd215d6104d7a0c8ea167c9c689dcba83590aa.zip |
dev-python/pytest-runner: fix HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/5331
Diffstat (limited to 'dev-python/pytest-runner')
-rw-r--r-- | dev-python/pytest-runner/pytest-runner-2.10.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest-runner/pytest-runner-2.11.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest-runner/pytest-runner-2.6.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-runner/pytest-runner-2.10.1.ebuild b/dev-python/pytest-runner/pytest-runner-2.10.1.ebuild index f195e922dcf0..2e89dabfae76 100644 --- a/dev-python/pytest-runner/pytest-runner-2.10.1.ebuild +++ b/dev-python/pytest-runner/pytest-runner-2.10.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 DESCRIPTION="Adds support for tests during installation of setup.py files" -HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://bitbucket.org/pytest-dev/pytest-runner" +HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://github.com/pytest-dev/pytest-runner" SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild b/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild index 1717adcb2432..60af99f60e31 100644 --- a/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild +++ b/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 DESCRIPTION="Adds support for tests during installation of setup.py files" -HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://bitbucket.org/pytest-dev/pytest-runner" +HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://github.com/pytest-dev/pytest-runner" SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild b/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild index 18c6dedfda63..8d69d6c3b856 100644 --- a/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild +++ b/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Adds support for tests during installation of setup.py files" -HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://bitbucket.org/pytest-dev/pytest-runner" +HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://github.com/pytest-dev/pytest-runner" SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="MIT" |