Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/
Date: Sun, 29 Apr 2018 07:35:41
Message-Id: 1524987324.a78e9992f4888d8abdfc51a228665cf94e8c23cb.mgorny@gentoo
1 commit: a78e9992f4888d8abdfc51a228665cf94e8c23cb
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 13:38:09 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 07:35:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78e9992
7
8 dev-python/spyder: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/8165
11
12 dev-python/spyder/spyder-3.2.4.ebuild | 7 +++++--
13 dev-python/spyder/spyder-3.2.8.ebuild | 5 ++++-
14 2 files changed, 9 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/spyder/spyder-3.2.4.ebuild b/dev-python/spyder/spyder-3.2.4.ebuild
17 index cdf19a4da14..361a81f1d08 100644
18 --- a/dev-python/spyder/spyder-3.2.4.ebuild
19 +++ b/dev-python/spyder/spyder-3.2.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -8,7 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
27 inherit eutils distutils-r1
28
29 DESCRIPTION="Python IDE with matlab-like features"
30 -HOMEPAGE="https://github.com/spyder-ide/spyder/ https://pypi.org/project/spyder/ http://pythonhosted.org/spyder/"
31 +HOMEPAGE="
32 + https://github.com/spyder-ide/spyder/
33 + https://pypi.org/project/spyder/
34 + https://pythonhosted.org/spyder/"
35 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
36
37 LICENSE="MIT"
38
39 diff --git a/dev-python/spyder/spyder-3.2.8.ebuild b/dev-python/spyder/spyder-3.2.8.ebuild
40 index 3c588279fe7..7b98d4406cf 100644
41 --- a/dev-python/spyder/spyder-3.2.8.ebuild
42 +++ b/dev-python/spyder/spyder-3.2.8.ebuild
43 @@ -8,7 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
44 inherit eutils distutils-r1 xdg-utils
45
46 DESCRIPTION="Python IDE with matlab-like features"
47 -HOMEPAGE="https://github.com/spyder-ide/spyder/ https://pypi.python.org/pypi/spyder/ http://pythonhosted.org/spyder/"
48 +HOMEPAGE="
49 + https://github.com/spyder-ide/spyder/
50 + https://pypi.org/project/spyder/
51 + https://pythonhosted.org/spyder/"
52 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
53
54 LICENSE="MIT"