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/pyamg/
Date: Wed, 27 Feb 2019 04:25:45
Message-Id: 1551241277.5b3703dbed6ce6f390be1af9772b80dc5027e711.bman@gentoo
1 commit: 5b3703dbed6ce6f390be1af9772b80dc5027e711
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 23 16:46:18 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3703db
7
8 dev-python/pyamg: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/pyamg/pyamg-2.1.0.ebuild | 4 ++--
14 dev-python/pyamg/pyamg-2.2.1.ebuild | 4 ++--
15 dev-python/pyamg/pyamg-3.0.2.ebuild | 4 ++--
16 dev-python/pyamg/pyamg-3.2.1.ebuild | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/dev-python/pyamg/pyamg-2.1.0.ebuild b/dev-python/pyamg/pyamg-2.1.0.ebuild
20 index a7c66a91398..e1b891e2737 100644
21 --- a/dev-python/pyamg/pyamg-2.1.0.ebuild
22 +++ b/dev-python/pyamg/pyamg-2.1.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
30 inherit distutils-r1
31
32 DESCRIPTION="Algebraic multigrid solvers in Python"
33 -HOMEPAGE="http://pyamg.github.io/"
34 +HOMEPAGE="https://pyamg.github.io/"
35 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
36
37 LICENSE="BSD"
38
39 diff --git a/dev-python/pyamg/pyamg-2.2.1.ebuild b/dev-python/pyamg/pyamg-2.2.1.ebuild
40 index d2c1e5159ab..92b765a346d 100644
41 --- a/dev-python/pyamg/pyamg-2.2.1.ebuild
42 +++ b/dev-python/pyamg/pyamg-2.2.1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2015 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
50 inherit distutils-r1
51
52 DESCRIPTION="Algebraic multigrid solvers in Python"
53 -HOMEPAGE="http://pyamg.github.io/ https://github.com/pyamg/pyamg"
54 +HOMEPAGE="https://pyamg.github.io/ https://github.com/pyamg/pyamg"
55 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
56
57 LICENSE="BSD"
58
59 diff --git a/dev-python/pyamg/pyamg-3.0.2.ebuild b/dev-python/pyamg/pyamg-3.0.2.ebuild
60 index c3d77fab201..97b62fa66c1 100644
61 --- a/dev-python/pyamg/pyamg-3.0.2.ebuild
62 +++ b/dev-python/pyamg/pyamg-3.0.2.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2016 Gentoo Foundation
65 +# Copyright 1999-2019 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=6
69 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
70 inherit distutils-r1
71
72 DESCRIPTION="Algebraic multigrid solvers in Python"
73 -HOMEPAGE="http://pyamg.org"
74 +HOMEPAGE="https://pyamg.org"
75 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
76
77 LICENSE="BSD"
78
79 diff --git a/dev-python/pyamg/pyamg-3.2.1.ebuild b/dev-python/pyamg/pyamg-3.2.1.ebuild
80 index 14b7f193c6a..6814e2d44df 100644
81 --- a/dev-python/pyamg/pyamg-3.2.1.ebuild
82 +++ b/dev-python/pyamg/pyamg-3.2.1.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2017 Gentoo Foundation
85 +# Copyright 1999-2019 Gentoo Authors
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=6
89 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
90 inherit distutils-r1
91
92 DESCRIPTION="Algebraic multigrid solvers in Python"
93 -HOMEPAGE="http://pyamg.org"
94 +HOMEPAGE="https://pyamg.org"
95 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
96
97 LICENSE="BSD"