Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipy/
Date: Wed, 13 Jan 2021 21:07:05
Message-Id: 1610571784.05b74f55153f269bc317ff73437b75afbf47ffd8.andrewammerlaan@gentoo
1 commit: 05b74f55153f269bc317ff73437b75afbf47ffd8
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Jan 13 21:03:04 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Jan 13 21:03:04 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=05b74f55
7
8 sci-libs/nipy: use https for 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 sci-libs/nipy/nipy-0.4.1.ebuild | 4 ++--
14 sci-libs/nipy/nipy-0.4.2.ebuild | 4 ++--
15 sci-libs/nipy/nipy-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sci-libs/nipy/nipy-0.4.1.ebuild b/sci-libs/nipy/nipy-0.4.1.ebuild
19 index 81c038413..81f6aa14a 100644
20 --- a/sci-libs/nipy/nipy-0.4.1.ebuild
21 +++ b/sci-libs/nipy/nipy-0.4.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_7 )
29 inherit distutils-r1 eutils multilib flag-o-matic
30
31 DESCRIPTION="Neuroimaging tools for Python"
32 -HOMEPAGE="http://nipy.org/"
33 +HOMEPAGE="https://nipy.org/"
34 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
35
36 LICENSE="BSD"
37
38 diff --git a/sci-libs/nipy/nipy-0.4.2.ebuild b/sci-libs/nipy/nipy-0.4.2.ebuild
39 index dfc536d4c..3749f7ae2 100644
40 --- a/sci-libs/nipy/nipy-0.4.2.ebuild
41 +++ b/sci-libs/nipy/nipy-0.4.2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2020 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} )
49 inherit distutils-r1 eutils multilib flag-o-matic
50
51 DESCRIPTION="Neuroimaging tools for Python"
52 -HOMEPAGE="http://nipy.org/"
53 +HOMEPAGE="https://nipy.org/"
54 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
55
56 LICENSE="BSD"
57
58 diff --git a/sci-libs/nipy/nipy-9999.ebuild b/sci-libs/nipy/nipy-9999.ebuild
59 index 5eac0416a..9878397aa 100644
60 --- a/sci-libs/nipy/nipy-9999.ebuild
61 +++ b/sci-libs/nipy/nipy-9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 +# Copyright 1999-2021 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_7 )
69 inherit distutils-r1 eutils multilib flag-o-matic git-r3
70
71 DESCRIPTION="Neuroimaging tools for Python"
72 -HOMEPAGE="http://nipy.org/"
73 +HOMEPAGE="https://nipy.org/"
74 SRC_URI=""
75 EGIT_REPO_URI="https://github.com/nipy/nipy"