dev-python/basemap: use HTTPS

This commit is contained in:
Michael Mair-Keimberger
2018-03-13 20:20:03 +01:00
committed by Michał Górny
parent dce7b992fb
commit ec750dd63d
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"