summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-22 16:32:46 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-22 16:32:46 +0000
commit452dc5295d40f6b6f8d6d02e9f74a3c3867ad6c7 (patch)
tree0b3553bbc5f1491192bb033fb031b93385385ab0 /dev-python/hcluster
parentDelete older ebuild. (diff)
downloadgentoo-2-452dc5295d40f6b6f8d6d02e9f74a3c3867ad6c7.tar.gz
gentoo-2-452dc5295d40f6b6f8d6d02e9f74a3c3867ad6c7.tar.bz2
gentoo-2-452dc5295d40f6b6f8d6d02e9f74a3c3867ad6c7.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/hcluster')
-rw-r--r--dev-python/hcluster/ChangeLog8
-rw-r--r--dev-python/hcluster/hcluster-0.2.0.ebuild24
2 files changed, 21 insertions, 11 deletions
diff --git a/dev-python/hcluster/ChangeLog b/dev-python/hcluster/ChangeLog
index 29b0ecaaa30d..03775ac025a1 100644
--- a/dev-python/hcluster/ChangeLog
+++ b/dev-python/hcluster/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/hcluster
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/ChangeLog,v 1.2 2009/04/07 08:36:31 bicatali Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/ChangeLog,v 1.3 2010/07/22 16:32:46 arfrever Exp $
+
+ 22 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ hcluster-0.2.0.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
*hcluster-0.2.0 (07 Apr 2009)
diff --git a/dev-python/hcluster/hcluster-0.2.0.ebuild b/dev-python/hcluster/hcluster-0.2.0.ebuild
index 7d191b0138a4..b5b60cd555df 100644
--- a/dev-python/hcluster/hcluster-0.2.0.ebuild
+++ b/dev-python/hcluster/hcluster-0.2.0.ebuild
@@ -1,20 +1,26 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/hcluster-0.2.0.ebuild,v 1.1 2009/04/07 08:36:31 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/hcluster-0.2.0.ebuild,v 1.2 2010/07/22 16:32:46 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
-DESCRIPTION="Python hierarchical clustering package based on scipy"
-HOMEPAGE="http://code.google.com/p/scipy-cluster/"
+DESCRIPTION="Python hierarchical clustering package for Scipy"
+HOMEPAGE="http://code.google.com/p/scipy-cluster/ http://pypi.python.org/pypi/hcluster"
SRC_URI="http://scipy-cluster.googlecode.com/files/${P}.tar.gz"
-IUSE=""
+LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-LICENSE="BSD"
+IUSE=""
-DEPEND="dev-python/numpy"
-RDEPEND="dev-python/matplotlib"
+DEPEND="dev-python/matplotlib
+ dev-python/numpy"
+RDEPEND="${DEPEND}"
-# tests need X display with matplotlib
+# Tests need X display with matplotlib.
RESTRICT="test"