Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/statsmodels/
Date: Sun, 29 Apr 2018 06:34:15
Message-Id: 1524983604.473807d3ac6bc4a12af3180280081ccc9ada8386.mgorny@gentoo
1 commit: 473807d3ac6bc4a12af3180280081ccc9ada8386
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 20:15:17 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 06:33:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473807d3
7
8 dev-python/statsmodels: use HTTPS, sync HOMEPAGEs
9
10 dev-python/statsmodels/statsmodels-0.6.1.ebuild | 4 ++--
11 dev-python/statsmodels/statsmodels-0.8.0.ebuild | 4 ++--
12 dev-python/statsmodels/statsmodels-9999.ebuild | 4 ++--
13 3 files changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-python/statsmodels/statsmodels-0.6.1.ebuild b/dev-python/statsmodels/statsmodels-0.6.1.ebuild
16 index 30bc2b7ef2c..a7e42001058 100644
17 --- a/dev-python/statsmodels/statsmodels-0.6.1.ebuild
18 +++ b/dev-python/statsmodels/statsmodels-0.6.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
26 inherit distutils-r1 virtualx
27
28 DESCRIPTION="Statistical computations and models for use with SciPy"
29 -HOMEPAGE="http://statsmodels.sourceforge.net/"
30 +HOMEPAGE="https://www.statsmodels.org/stable/index.html"
31 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="BSD"
34
35 diff --git a/dev-python/statsmodels/statsmodels-0.8.0.ebuild b/dev-python/statsmodels/statsmodels-0.8.0.ebuild
36 index f97c490c2a6..3aedbad099a 100644
37 --- a/dev-python/statsmodels/statsmodels-0.8.0.ebuild
38 +++ b/dev-python/statsmodels/statsmodels-0.8.0.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
46 inherit distutils-r1 virtualx
47
48 DESCRIPTION="Statistical computations and models for use with SciPy"
49 -HOMEPAGE="http://www.statsmodels.org/"
50 +HOMEPAGE="https://www.statsmodels.org/stable/index.html"
51 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
52
53 LICENSE="BSD"
54
55 diff --git a/dev-python/statsmodels/statsmodels-9999.ebuild b/dev-python/statsmodels/statsmodels-9999.ebuild
56 index d0a074fec05..a3afaa73d94 100644
57 --- a/dev-python/statsmodels/statsmodels-9999.ebuild
58 +++ b/dev-python/statsmodels/statsmodels-9999.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2017 Gentoo Foundation
61 +# Copyright 1999-2018 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=6
65 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
66 inherit distutils-r1 git-r3 virtualx
67
68 DESCRIPTION="Statistical computations and models for use with SciPy"
69 -HOMEPAGE="http://www.statsmodels.org/"
70 +HOMEPAGE="https://www.statsmodels.org/stable/index.html"
71 SRC_URI=""
72 EGIT_REPO_URI="https://github.com/statsmodels/statsmodels.git"