From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1021065-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 36F671382C5
	for <garchives@archives.gentoo.org>; Sun, 29 Apr 2018 06:34:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 476A1E0864;
	Sun, 29 Apr 2018 06:34:01 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 10328E0864
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Apr 2018 06:34:01 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2BF33335CB0
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Apr 2018 06:34:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C55AC2B4
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Apr 2018 06:33:56 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1524983604.473807d3ac6bc4a12af3180280081ccc9ada8386.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/statsmodels/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/statsmodels/statsmodels-0.6.1.ebuild dev-python/statsmodels/statsmodels-0.8.0.ebuild dev-python/statsmodels/statsmodels-9999.ebuild
X-VCS-Directories: dev-python/statsmodels/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 473807d3ac6bc4a12af3180280081ccc9ada8386
X-VCS-Branch: master
Date: Sun, 29 Apr 2018 06:33:56 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 3131506a-52b7-4ed3-bad5-aa2e83ea5c65
X-Archives-Hash: fabbcdcb9c42828fba2eb71b10552089

commit:     473807d3ac6bc4a12af3180280081ccc9ada8386
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Apr 28 20:15:17 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 06:33:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473807d3

dev-python/statsmodels: use HTTPS, sync HOMEPAGEs

 dev-python/statsmodels/statsmodels-0.6.1.ebuild | 4 ++--
 dev-python/statsmodels/statsmodels-0.8.0.ebuild | 4 ++--
 dev-python/statsmodels/statsmodels-9999.ebuild  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/statsmodels/statsmodels-0.6.1.ebuild b/dev-python/statsmodels/statsmodels-0.6.1.ebuild
index 30bc2b7ef2c..a7e42001058 100644
--- a/dev-python/statsmodels/statsmodels-0.6.1.ebuild
+++ b/dev-python/statsmodels/statsmodels-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1 virtualx
 
 DESCRIPTION="Statistical computations and models for use with SciPy"
-HOMEPAGE="http://statsmodels.sourceforge.net/"
+HOMEPAGE="https://www.statsmodels.org/stable/index.html"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/statsmodels/statsmodels-0.8.0.ebuild b/dev-python/statsmodels/statsmodels-0.8.0.ebuild
index f97c490c2a6..3aedbad099a 100644
--- a/dev-python/statsmodels/statsmodels-0.8.0.ebuild
+++ b/dev-python/statsmodels/statsmodels-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1 virtualx
 
 DESCRIPTION="Statistical computations and models for use with SciPy"
-HOMEPAGE="http://www.statsmodels.org/"
+HOMEPAGE="https://www.statsmodels.org/stable/index.html"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/statsmodels/statsmodels-9999.ebuild b/dev-python/statsmodels/statsmodels-9999.ebuild
index d0a074fec05..a3afaa73d94 100644
--- a/dev-python/statsmodels/statsmodels-9999.ebuild
+++ b/dev-python/statsmodels/statsmodels-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1 git-r3 virtualx
 
 DESCRIPTION="Statistical computations and models for use with SciPy"
-HOMEPAGE="http://www.statsmodels.org/"
+HOMEPAGE="https://www.statsmodels.org/stable/index.html"
 SRC_URI=""
 EGIT_REPO_URI="https://github.com/statsmodels/statsmodels.git"