diff options
author | 2018-04-19 13:51:17 -0400 | |
---|---|---|
committer | 2018-04-19 15:25:22 -0400 | |
commit | ad407789da9bde8519598415ce25a2a9706b70ae (patch) | |
tree | a2ba0aaf57f13f477740523815140c75843eb983 /dev-python/unidecode | |
parent | media-fonts/ricty: Remove 3.2.0-r1 (diff) | |
download | gentoo-ad407789da9bde8519598415ce25a2a9706b70ae.tar.gz gentoo-ad407789da9bde8519598415ce25a2a9706b70ae.tar.bz2 gentoo-ad407789da9bde8519598415ce25a2a9706b70ae.zip |
Replace pypi.python.org with pypi.org in HOMEPAGE
Bug: https://bugs.gentoo.org/653540
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r-- | dev-python/unidecode/unidecode-0.04.20.ebuild | 2 | ||||
-rw-r--r-- | dev-python/unidecode/unidecode-0.04.21.ebuild | 2 | ||||
-rw-r--r-- | dev-python/unidecode/unidecode-1.0.22.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/unidecode/unidecode-0.04.20.ebuild b/dev-python/unidecode/unidecode-0.04.20.ebuild index 504d3a69a36f..cabc6ca3c861 100644 --- a/dev-python/unidecode/unidecode-0.04.20.ebuild +++ b/dev-python/unidecode/unidecode-0.04.20.ebuild @@ -11,7 +11,7 @@ MY_P=${MY_PN}-${PV} inherit distutils-r1 DESCRIPTION="Module providing ASCII transliterations of Unicode text" -HOMEPAGE="https://pypi.python.org/pypi/Unidecode" +HOMEPAGE="https://pypi.org/project/Unidecode" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-python/unidecode/unidecode-0.04.21.ebuild b/dev-python/unidecode/unidecode-0.04.21.ebuild index 7aee4702b2c5..98d638a06ebf 100644 --- a/dev-python/unidecode/unidecode-0.04.21.ebuild +++ b/dev-python/unidecode/unidecode-0.04.21.ebuild @@ -11,7 +11,7 @@ MY_P=${MY_PN}-${PV} inherit distutils-r1 DESCRIPTION="Module providing ASCII transliterations of Unicode text" -HOMEPAGE="https://pypi.python.org/pypi/Unidecode" +HOMEPAGE="https://pypi.org/project/Unidecode" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-python/unidecode/unidecode-1.0.22.ebuild b/dev-python/unidecode/unidecode-1.0.22.ebuild index 5a5c76b4fc01..69c5af080053 100644 --- a/dev-python/unidecode/unidecode-1.0.22.ebuild +++ b/dev-python/unidecode/unidecode-1.0.22.ebuild @@ -11,7 +11,7 @@ MY_P=${MY_PN}-${PV} inherit distutils-r1 DESCRIPTION="Module providing ASCII transliterations of Unicode text" -HOMEPAGE="https://pypi.python.org/pypi/Unidecode" +HOMEPAGE="https://pypi.org/project/Unidecode" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" |