Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hcluster/
Date: Mon, 26 Dec 2016 21:13:03
Message-Id: 1482786733.f9593c0ff88edafd090dee7b75abbcaf720980e1.xarthisius@gentoo
1 commit: f9593c0ff88edafd090dee7b75abbcaf720980e1
2 Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 26 21:10:10 2016 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 26 21:12:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9593c0f
7
8 dev-python/hcluster: update SRC_URI
9
10 Package-Manager: portage-2.3.2
11
12 dev-python/hcluster/hcluster-0.2.0-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/hcluster/hcluster-0.2.0-r1.ebuild b/dev-python/hcluster/hcluster-0.2.0-r1.ebuild
16 index 784f604..d284df8 100644
17 --- a/dev-python/hcluster/hcluster-0.2.0-r1.ebuild
18 +++ b/dev-python/hcluster/hcluster-0.2.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
26 inherit distutils-r1
27
28 DESCRIPTION="Python hierarchical clustering package for Scipy"
29 -HOMEPAGE="https://code.google.com/p/scipy-cluster/ https://pypi.python.org/pypi/hcluster"
30 -SRC_URI="https://scipy-cluster.googlecode.com/files/${P}.tar.gz"
31 +HOMEPAGE="https://pypi.python.org/pypi/hcluster"
32 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="BSD"
35 SLOT="0"