Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pympler/
Date: Mon, 05 Feb 2018 21:54:19
Message-Id: 1517867631.296766fbe22b922134ce59a8a70ee7f9329bec5b.mgorny@gentoo
1 commit: 296766fbe22b922134ce59a8a70ee7f9329bec5b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 5 20:29:17 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 21:53:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296766fb
7
8 dev-python/pympler: remove dead HOMEPAGE
9
10 dev-python/pympler/pympler-0.5.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/pympler/pympler-0.5.ebuild b/dev-python/pympler/pympler-0.5.ebuild
14 index 60c4548dd30..629446a0c6b 100644
15 --- a/dev-python/pympler/pympler-0.5.ebuild
16 +++ b/dev-python/pympler/pympler-0.5.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -11,7 +11,7 @@ MY_PN="Pympler"
24 MY_P="${MY_PN}-${PV}"
25
26 DESCRIPTION="Memory profiling for Python applications"
27 -HOMEPAGE="https://code.google.com/p/pympler/ https://pypi.python.org/pypi/Pympler https://github.com/pympler/pympler"
28 +HOMEPAGE="https://pypi.python.org/pypi/Pympler https://github.com/pympler/pympler"
29 SRC_URI="https://github.com/pympler/pympler/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 # The PyPi tarball is missing the documentation
31 #SRC_URI="mirror://pypi/P/${MY_PN}/${MY_P}.tar.gz"