diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-04-19 13:51:17 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-04-19 15:25:22 -0400 |
commit | ad407789da9bde8519598415ce25a2a9706b70ae (patch) | |
tree | a2ba0aaf57f13f477740523815140c75843eb983 /sci-libs/Shapely | |
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 'sci-libs/Shapely')
-rw-r--r-- | sci-libs/Shapely/Shapely-1.3.0.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/Shapely/Shapely-1.3.2.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/Shapely/Shapely-1.5.17-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/Shapely/Shapely-1.5.17.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/Shapely/Shapely-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/Shapely/Shapely-1.3.0.ebuild b/sci-libs/Shapely/Shapely-1.3.0.ebuild index 290fdf25740f..cf854fc3004c 100644 --- a/sci-libs/Shapely/Shapely-1.3.0.ebuild +++ b/sci-libs/Shapely/Shapely-1.3.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1 DESCRIPTION="Geometric objects, predicates, and operations" -HOMEPAGE="https://pypi.python.org/pypi/Shapely" +HOMEPAGE="https://pypi.org/project/Shapely" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/sci-libs/Shapely/Shapely-1.3.2.ebuild b/sci-libs/Shapely/Shapely-1.3.2.ebuild index 290fdf25740f..cf854fc3004c 100644 --- a/sci-libs/Shapely/Shapely-1.3.2.ebuild +++ b/sci-libs/Shapely/Shapely-1.3.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1 DESCRIPTION="Geometric objects, predicates, and operations" -HOMEPAGE="https://pypi.python.org/pypi/Shapely" +HOMEPAGE="https://pypi.org/project/Shapely" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild b/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild index 9dc9f27b2a21..76f1895833ba 100644 --- a/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild +++ b/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Geometric objects, predicates, and operations" -HOMEPAGE="https://pypi.python.org/pypi/Shapely" +HOMEPAGE="https://pypi.org/project/Shapely" if [[ ${PV} == "9999" ]] ; then inherit git-r3 diff --git a/sci-libs/Shapely/Shapely-1.5.17.ebuild b/sci-libs/Shapely/Shapely-1.5.17.ebuild index a90108d26d17..c963c87cf754 100644 --- a/sci-libs/Shapely/Shapely-1.5.17.ebuild +++ b/sci-libs/Shapely/Shapely-1.5.17.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5}} ) inherit distutils-r1 DESCRIPTION="Geometric objects, predicates, and operations" -HOMEPAGE="https://pypi.python.org/pypi/Shapely" +HOMEPAGE="https://pypi.org/project/Shapely" if [[ ${PV} == "9999" ]] ; then inherit git-r3 diff --git a/sci-libs/Shapely/Shapely-9999.ebuild b/sci-libs/Shapely/Shapely-9999.ebuild index efa8587ea42e..03f7c60c6506 100644 --- a/sci-libs/Shapely/Shapely-9999.ebuild +++ b/sci-libs/Shapely/Shapely-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 git-r3 DESCRIPTION="Geometric objects, predicates, and operations" -HOMEPAGE="https://pypi.python.org/pypi/Shapely" +HOMEPAGE="https://pypi.org/project/Shapely" SRC_URI="" EGIT_REPO_URI="https://github.com/Toblerity/${PN}.git" |