Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/dipy/
Date: Wed, 13 Jan 2021 21:07:00
Message-Id: 1610570957.26ec10516e9d20352d971cfe03b78367af1e9366.andrewammerlaan@gentoo
1 commit: 26ec10516e9d20352d971cfe03b78367af1e9366
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Jan 13 20:49:17 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Jan 13 20:49:17 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=26ec1051
7
8 sci-biology/dipy: 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-biology/dipy/dipy-1.1.1.ebuild | 4 ++--
14 sci-biology/dipy/dipy-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-biology/dipy/dipy-1.1.1.ebuild b/sci-biology/dipy/dipy-1.1.1.ebuild
18 index 38c9038f9..5a9a1a864 100644
19 --- a/sci-biology/dipy/dipy-1.1.1.ebuild
20 +++ b/sci-biology/dipy/dipy-1.1.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6..9} )
28 inherit distutils-r1
29
30 DESCRIPTION="Computational neuroanatomy project focusing on diffusion MRI"
31 -HOMEPAGE="http://nipy.org/dipy"
32 +HOMEPAGE="https://nipy.org/dipy"
33 SRC_URI="https://github.com/nipy/dipy/archive/${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="BSD"
36
37 diff --git a/sci-biology/dipy/dipy-9999.ebuild b/sci-biology/dipy/dipy-9999.ebuild
38 index f63378c9a..7b04bb9ae 100644
39 --- a/sci-biology/dipy/dipy-9999.ebuild
40 +++ b/sci-biology/dipy/dipy-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7} )
48 inherit distutils-r1 git-r3
49
50 DESCRIPTION="Computational neuroanatomy project focusing on diffusion MRI"
51 -HOMEPAGE="http://nipy.org/dipy"
52 +HOMEPAGE="https://nipy.org/dipy"
53 SRC_URI=""
54 EGIT_REPO_URI="https://github.com/nipy/dipy"