From ad407789da9bde8519598415ce25a2a9706b70ae Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 19 Apr 2018 13:51:17 -0400 Subject: Replace pypi.python.org with pypi.org in HOMEPAGE Bug: https://bugs.gentoo.org/653540 --- dev-python/faulthandler/faulthandler-2.6.ebuild | 2 +- dev-python/faulthandler/faulthandler-3.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/faulthandler') diff --git a/dev-python/faulthandler/faulthandler-2.6.ebuild b/dev-python/faulthandler/faulthandler-2.6.ebuild index e2c97d0e41ca..8f42a8da66aa 100644 --- a/dev-python/faulthandler/faulthandler-2.6.ebuild +++ b/dev-python/faulthandler/faulthandler-2.6.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="functions to dump Python tracebacks explicitly (on fault, user signal, timeout)" -HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.python.org/pypi/faulthandler" +HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.org/project/faulthandler" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" diff --git a/dev-python/faulthandler/faulthandler-3.0.ebuild b/dev-python/faulthandler/faulthandler-3.0.ebuild index d996088ebc96..e6edb4bc3d4d 100644 --- a/dev-python/faulthandler/faulthandler-3.0.ebuild +++ b/dev-python/faulthandler/faulthandler-3.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="functions to dump Python tracebacks explicitly (on fault, user signal, timeout)" -HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.python.org/pypi/faulthandler" +HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.org/project/faulthandler" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" -- cgit v1.2.3-65-gdbad