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/path-py/
Date: Sun, 13 Aug 2017 11:24:58
Message-Id: 1502623383.01690e1622ee3a9c8e676068c83e95e016d1561f.soap@gentoo
1 commit: 01690e1622ee3a9c8e676068c83e95e016d1561f
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 7 09:44:28 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 11:23:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01690e16
7
8 dev-python/path-py: remove dead HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/5329
11
12 dev-python/path-py/path-py-8.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/path-py/path-py-8.1.2.ebuild b/dev-python/path-py/path-py-8.1.2.ebuild
16 index 049262bb4b8..ec8477569e3 100644
17 --- a/dev-python/path-py/path-py-8.1.2.ebuild
18 +++ b/dev-python/path-py/path-py-8.1.2.ebuild
19 @@ -10,7 +10,7 @@ inherit distutils-r1
20 MY_P="path.py-${PV}"
21
22 DESCRIPTION="A module wrapper for os.path"
23 -HOMEPAGE="http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py https://github.com/jaraco/path.py"
24 +HOMEPAGE="https://pypi.python.org/pypi/path.py https://github.com/jaraco/path.py"
25 SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
26
27 SLOT="0"