Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sunpy/
Date: Wed, 27 Feb 2019 04:25:40
Message-Id: 1551241272.c96b212a89b18c229357f1b8c7fd0365fe1e990c.bman@gentoo
1 commit: c96b212a89b18c229357f1b8c7fd0365fe1e990c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 24 18:43:43 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96b212a
7
8 dev-python/sunpy: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11150
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 dev-python/sunpy/sunpy-0.8.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/sunpy/sunpy-0.8.0.ebuild b/dev-python/sunpy/sunpy-0.8.0.ebuild
18 index 4aa502509e1..dc3748abcd3 100644
19 --- a/dev-python/sunpy/sunpy-0.8.0.ebuild
20 +++ b/dev-python/sunpy/sunpy-0.8.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
28 inherit distutils-r1
29
30 DESCRIPTION="Software library for solar physics based on Python"
31 -HOMEPAGE="http://sunpy.org/"
32 +HOMEPAGE="https://sunpy.org/"
33 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34
35 LICENSE="BSD"