summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-23 05:34:40 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-23 05:34:40 +0000
commit1b3758a138d2150779f51ff3cc4c4b1d05c7aa6a (patch)
treeb4f00247af1f154307fe655a9cd10d8a6591811c /dev-python/h5py
parentLastrite sys-fs/extundelete wrt #402633 (diff)
downloadgentoo-2-1b3758a138d2150779f51ff3cc4c4b1d05c7aa6a.tar.gz
gentoo-2-1b3758a138d2150779f51ff3cc4c4b1d05c7aa6a.tar.bz2
gentoo-2-1b3758a138d2150779f51ff3cc4c4b1d05c7aa6a.zip
Restricting pypy and jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/h5py')
-rw-r--r--dev-python/h5py/ChangeLog5
-rw-r--r--dev-python/h5py/h5py-2.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/h5py/ChangeLog b/dev-python/h5py/ChangeLog
index 315ee2a3f3f3..03f716bd5d83 100644
--- a/dev-python/h5py/ChangeLog
+++ b/dev-python/h5py/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/h5py
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.8 2012/01/17 10:10:59 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.9 2012/02/23 05:34:40 patrick Exp $
+
+ 23 Feb 2012; Patrick Lauer <patrick@gentoo.org> h5py-2.0.1.ebuild:
+ Restricting pypy and jython
17 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org> h5py-2.0.1.ebuild:
Add prefix love
diff --git a/dev-python/h5py/h5py-2.0.1.ebuild b/dev-python/h5py/h5py-2.0.1.ebuild
index a0cdbacb4228..1dc6ab0b0467 100644
--- a/dev-python/h5py/h5py-2.0.1.ebuild
+++ b/dev-python/h5py/h5py-2.0.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.0.1.ebuild,v 1.2 2012/01/17 10:10:59 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.0.1.ebuild,v 1.3 2012/02/23 05:34:40 patrick Exp $
EAPI="3"
PYTHON_DEPEND="*"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython"
+RESTRICT_PYTHON_ABIS="2.5 *-jython 2.7-pypy-*"
DISTUTILS_SRC_TEST="setup.py"
inherit distutils