Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pysolar/
Date: Wed, 13 Jan 2021 21:07:03
Message-Id: 1610571866.59ce9d8800cef92496fed7aee69dd279cf6a6ddb.andrewammerlaan@gentoo
1 commit: 59ce9d8800cef92496fed7aee69dd279cf6a6ddb
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Jan 13 21:04:26 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Jan 13 21:04:26 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=59ce9d88
7
8 dev-python/pysolar: use https homepage
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/pysolar/pysolar-0.8.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pysolar/pysolar-0.8.ebuild b/dev-python/pysolar/pysolar-0.8.ebuild
17 index c12be9054..5c8dc084a 100644
18 --- a/dev-python/pysolar/pysolar-0.8.ebuild
19 +++ b/dev-python/pysolar/pysolar-0.8.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,7 +10,7 @@ AUTHOR=pingswept
27 inherit distutils-r1
28
29 DESCRIPTION="Collection of Python libraries for simulating the irradiation by the sun"
30 -HOMEPAGE="http://pysolar.org/"
31 +HOMEPAGE="https://pysolar.org/"
32 SRC_URI="https://github.com/${AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33
34 LICENSE="GPL-3"