Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/
Date: Mon, 01 Feb 2016 16:27:06
Message-Id: 1454344017.cb29e57d57ccaaf6506acc2ce64810f6de4d7965.jlec@gentoo
1 commit: cb29e57d57ccaaf6506acc2ce64810f6de4d7965
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 15:54:51 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 16:26:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb29e57d
7
8 dev-python/pytest-xdist: Update HOMEPAGE
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pytest-xdist/pytest-xdist-1.14.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
17 index b712958..388850b 100644
18 --- a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
19 +++ b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
20 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
21 inherit distutils-r1
22
23 DESCRIPTION="Distributed testing and loop-on-failing modes"
24 -HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://bitbucket.org/pytest-dev/pytest-xdist"
25 +HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://github.com/pytest-dev/pytest-xdist2"
26 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
27
28 SLOT="0"