diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-27 15:38:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 09:35:24 +0200 |
commit | a78e9992f4888d8abdfc51a228665cf94e8c23cb (patch) | |
tree | 8cf1b9e5ac7b345b640dfef0c0e677dbf2baf770 | |
parent | dev-python/pytz: use HTTPS (diff) | |
download | gentoo-a78e9992f4888d8abdfc51a228665cf94e8c23cb.tar.gz gentoo-a78e9992f4888d8abdfc51a228665cf94e8c23cb.tar.bz2 gentoo-a78e9992f4888d8abdfc51a228665cf94e8c23cb.zip |
dev-python/spyder: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8165
-rw-r--r-- | dev-python/spyder/spyder-3.2.4.ebuild | 7 | ||||
-rw-r--r-- | dev-python/spyder/spyder-3.2.8.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/spyder/spyder-3.2.4.ebuild b/dev-python/spyder/spyder-3.2.4.ebuild index cdf19a4da142..361a81f1d082 100644 --- a/dev-python/spyder/spyder-3.2.4.ebuild +++ b/dev-python/spyder/spyder-3.2.4.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=6 @@ -8,7 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit eutils distutils-r1 DESCRIPTION="Python IDE with matlab-like features" -HOMEPAGE="https://github.com/spyder-ide/spyder/ https://pypi.org/project/spyder/ http://pythonhosted.org/spyder/" +HOMEPAGE=" + https://github.com/spyder-ide/spyder/ + https://pypi.org/project/spyder/ + https://pythonhosted.org/spyder/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/spyder/spyder-3.2.8.ebuild b/dev-python/spyder/spyder-3.2.8.ebuild index 3c588279fe79..7b98d4406cfc 100644 --- a/dev-python/spyder/spyder-3.2.8.ebuild +++ b/dev-python/spyder/spyder-3.2.8.ebuild @@ -8,7 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit eutils distutils-r1 xdg-utils DESCRIPTION="Python IDE with matlab-like features" -HOMEPAGE="https://github.com/spyder-ide/spyder/ https://pypi.python.org/pypi/spyder/ http://pythonhosted.org/spyder/" +HOMEPAGE=" + https://github.com/spyder-ide/spyder/ + https://pypi.org/project/spyder/ + https://pythonhosted.org/spyder/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |