diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-13 20:20:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-13 20:52:17 +0100 |
commit | ec750dd63dddb0f9eabe85afeff7c615001507a8 (patch) | |
tree | 3bb51ef0b73eb1eeba4190b4eac8057a0e663c55 /dev-python/basemap | |
parent | dev-python/attrs: use HTTPS (diff) | |
download | gentoo-ec750dd63dddb0f9eabe85afeff7c615001507a8.tar.gz gentoo-ec750dd63dddb0f9eabe85afeff7c615001507a8.tar.bz2 gentoo-ec750dd63dddb0f9eabe85afeff7c615001507a8.zip |
dev-python/basemap: use HTTPS
Diffstat (limited to 'dev-python/basemap')
-rw-r--r-- | dev-python/basemap/basemap-1.0.7-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/basemap/basemap-1.0.7-r2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/basemap/basemap-1.0.7-r1.ebuild b/dev-python/basemap/basemap-1.0.7-r1.ebuild index 4c9f746eb7c3..76c9e0b13bef 100644 --- a/dev-python/basemap/basemap-1.0.7-r1.ebuild +++ b/dev-python/basemap/basemap-1.0.7-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,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 flag-o-matic DESCRIPTION="matplotlib toolkit to plot map projections" -HOMEPAGE="http://matplotlib.org/basemap/ https://pypi.python.org/pypi/basemap" +HOMEPAGE="https://matplotlib.org/basemap/ https://pypi.python.org/pypi/basemap" SRC_URI="mirror://sourceforge/matplotlib/${P}.tar.gz" IUSE="examples test" diff --git a/dev-python/basemap/basemap-1.0.7-r2.ebuild b/dev-python/basemap/basemap-1.0.7-r2.ebuild index 3b90867698e7..141f8ca4c397 100644 --- a/dev-python/basemap/basemap-1.0.7-r2.ebuild +++ b/dev-python/basemap/basemap-1.0.7-r2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 flag-o-matic DESCRIPTION="matplotlib toolkit to plot map projections" -HOMEPAGE="http://matplotlib.org/basemap/ https://pypi.python.org/pypi/basemap" +HOMEPAGE="https://matplotlib.org/basemap/ https://pypi.python.org/pypi/basemap" SRC_URI="mirror://sourceforge/matplotlib/${P}.tar.gz" IUSE="examples test" |