dev-python/spyder: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 27 Apr 2018 13:38:09 +0000 (15:38 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 29 Apr 2018 07:35:24 +0000 (09:35 +0200)
Closes: https://github.com/gentoo/gentoo/pull/8165

dev-python/spyder/spyder-3.2.4.ebuild
dev-python/spyder/spyder-3.2.8.ebuild

index cdf19a4da1425b76525b85362ffa6ef79436b7f0..361a81f1d0823ce367b5c2b13596e23a3d581535 100644 (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=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"
index 3c588279fe791498564ecbf31275057793aac4fe..7b98d4406cfccdc5cd3ad92a6c1a25925a47f197 100644 (file)
@@ -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"