diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild b/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild index 4adde39da782..c80af44a4485 100644 --- a/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild +++ b/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="PyGTKHelpers is a library to assist the building of PyGTK applications" -HOMEPAGE="http://packages.python.org/pygtkhelpers/ https://pypi.python.org/pypi/pygtkhelpers" +HOMEPAGE="https://pythonhosted.org/pygtkhelpers/ + https://pypi.python.org/pypi/pygtkhelpers" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" |