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/pygtkhelpers/
Date: Tue, 20 Mar 2018 21:11:31
Message-Id: 1521580223.6ae299a6df3b16156df0faf258f8a3d992f41844.mgorny@gentoo
1 commit: 6ae299a6df3b16156df0faf258f8a3d992f41844
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 20 20:07:34 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 20 21:10:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae299a6
7
8 dev-python/pygtkhelpers: update HOMEPAGE, use HTTPS
9
10 dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild b/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild
14 index 4adde39da78..c80af44a448 100644
15 --- a/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild
16 +++ b/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.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=5
23 @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python2_7 )
24 inherit distutils-r1
25
26 DESCRIPTION="PyGTKHelpers is a library to assist the building of PyGTK applications"
27 -HOMEPAGE="http://packages.python.org/pygtkhelpers/ https://pypi.python.org/pypi/pygtkhelpers"
28 +HOMEPAGE="https://pythonhosted.org/pygtkhelpers/
29 + https://pypi.python.org/pypi/pygtkhelpers"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31
32 LICENSE="LGPL-3"