Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-runner/
Date: Sun, 13 Aug 2017 11:25:00
Message-Id: 1502623394.28cd215d6104d7a0c8ea167c9c689dcba83590aa.soap@gentoo
1 commit: 28cd215d6104d7a0c8ea167c9c689dcba83590aa
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 7 09:34:51 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 11:23:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cd215d
7
8 dev-python/pytest-runner: fix HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/5331
11
12 dev-python/pytest-runner/pytest-runner-2.10.1.ebuild | 2 +-
13 dev-python/pytest-runner/pytest-runner-2.11.1.ebuild | 2 +-
14 dev-python/pytest-runner/pytest-runner-2.6.2.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/pytest-runner/pytest-runner-2.10.1.ebuild b/dev-python/pytest-runner/pytest-runner-2.10.1.ebuild
18 index f195e922dcf..2e89dabfae7 100644
19 --- a/dev-python/pytest-runner/pytest-runner-2.10.1.ebuild
20 +++ b/dev-python/pytest-runner/pytest-runner-2.10.1.ebuild
21 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
22 inherit distutils-r1
23
24 DESCRIPTION="Adds support for tests during installation of setup.py files"
25 -HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://bitbucket.org/pytest-dev/pytest-runner"
26 +HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://github.com/pytest-dev/pytest-runner"
27 SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
28
29 LICENSE="MIT"
30
31 diff --git a/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild b/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild
32 index 1717adcb243..60af99f60e3 100644
33 --- a/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild
34 +++ b/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild
35 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
36 inherit distutils-r1
37
38 DESCRIPTION="Adds support for tests during installation of setup.py files"
39 -HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://bitbucket.org/pytest-dev/pytest-runner"
40 +HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://github.com/pytest-dev/pytest-runner"
41 SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
42
43 LICENSE="MIT"
44
45 diff --git a/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild b/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild
46 index 18c6dedfda6..8d69d6c3b85 100644
47 --- a/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild
48 +++ b/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild
49 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
50 inherit distutils-r1
51
52 DESCRIPTION="Adds support for tests during installation of setup.py files"
53 -HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://bitbucket.org/pytest-dev/pytest-runner"
54 +HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://github.com/pytest-dev/pytest-runner"
55 SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
56
57 LICENSE="MIT"