diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-02-17 14:15:57 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-02-17 16:04:09 -0500 |
commit | b3fd63db515b7dd865a8223361df12b05a373e31 (patch) | |
tree | b6cb326bdf07a1a3122fa56dfabb7552ca44fd61 | |
parent | sys-libs/efivar: bump to 31 (diff) | |
download | gentoo-b3fd63db515b7dd865a8223361df12b05a373e31.tar.gz gentoo-b3fd63db515b7dd865a8223361df12b05a373e31.tar.bz2 gentoo-b3fd63db515b7dd865a8223361df12b05a373e31.zip |
dev-python/pytest-xdist: fix typo in HOMEPAGE
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.14.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild index d6de06518b50..1e146104ca2b 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Distributed testing and loop-on-failing modes" -HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://github.com/pytest-dev/pytest-xdist2" +HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://github.com/pytest-dev/pytest-xdist" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" SLOT="0" diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild index f79b19b621df..b193f106482c 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Distributed testing and loop-on-failing modes" -HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://github.com/pytest-dev/pytest-xdist2" +HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://github.com/pytest-dev/pytest-xdist" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" SLOT="0" diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild index 5765b012091e..105194a271fa 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 DESCRIPTION="Distributed testing and loop-on-failing modes" -HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://github.com/pytest-dev/pytest-xdist2" +HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://github.com/pytest-dev/pytest-xdist" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" |