diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2013-02-28 10:06:41 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2013-02-28 10:06:41 +0000 |
commit | 598ee28c86260be2249dc164cea8e3afef749c6b (patch) | |
tree | 6d44e013978d37e220587194fa1c0a765daaf54a /dev-python/h5py | |
parent | Bump (diff) | |
download | gentoo-2-598ee28c86260be2249dc164cea8e3afef749c6b.tar.gz gentoo-2-598ee28c86260be2249dc164cea8e3afef749c6b.tar.bz2 gentoo-2-598ee28c86260be2249dc164cea8e3afef749c6b.zip |
Add subslot dependency on hdf5 wrt #452622 by David Mohr <bugs@da.mcbf.net>. Thanks to William Throwe <wtt6@cornell.edu> for the patch. Drop old
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'dev-python/h5py')
-rw-r--r-- | dev-python/h5py/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/h5py/h5py-2.1.0.ebuild | 30 | ||||
-rw-r--r-- | dev-python/h5py/h5py-2.1.1-r1.ebuild | 29 | ||||
-rw-r--r-- | dev-python/h5py/h5py-2.1.1.ebuild | 30 | ||||
-rw-r--r-- | dev-python/h5py/h5py-2.1.2.ebuild | 4 |
5 files changed, 8 insertions, 92 deletions
diff --git a/dev-python/h5py/ChangeLog b/dev-python/h5py/ChangeLog index c756c5151b26..3849074c4619 100644 --- a/dev-python/h5py/ChangeLog +++ b/dev-python/h5py/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/h5py # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.15 2013/02/22 06:22:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.16 2013/02/28 10:06:41 xarthisius Exp $ + + 28 Feb 2013; Kacper Kowalik <xarthisius@gentoo.org> -h5py-2.1.0.ebuild, + -h5py-2.1.1-r1.ebuild, -h5py-2.1.1.ebuild, h5py-2.1.2.ebuild: + Add subslot dependency on hdf5 wrt #452622 by David Mohr <bugs@da.mcbf.net>. + Thanks to William Throwe <wtt6@cornell.edu> for the patch. Drop old *h5py-2.1.2 (22 Feb 2013) diff --git a/dev-python/h5py/h5py-2.1.0.ebuild b/dev-python/h5py/h5py-2.1.0.ebuild deleted file mode 100644 index 1adc6a8748d8..000000000000 --- a/dev-python/h5py/h5py-2.1.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.1.0.ebuild,v 1.3 2013/01/06 18:40:21 mgorny Exp $ - -EAPI="3" -PYTHON_DEPEND="*" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 *-jython 2.7-pypy-* 3.3" -DISTUTILS_SRC_TEST="setup.py" - -inherit distutils - -DESCRIPTION="A simple Python interface to HDF5 files." -HOMEPAGE="http://h5py.alfven.org/ http://code.google.com/p/h5py/ http://pypi.python.org/pypi/h5py" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="sci-libs/hdf5 - dev-python/numpy" -DEPEND="${RDEPEND} - dev-python/setuptools - test? ( virtual/python-unittest2 )" - -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") - -DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" diff --git a/dev-python/h5py/h5py-2.1.1-r1.ebuild b/dev-python/h5py/h5py-2.1.1-r1.ebuild deleted file mode 100644 index f024caf874f5..000000000000 --- a/dev-python/h5py/h5py-2.1.1-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.1.1-r1.ebuild,v 1.1 2013/02/13 20:44:31 jlec Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="A simple Python interface to HDF5 files" -HOMEPAGE="http://h5py.alfven.org/ http://code.google.com/p/h5py/ http://pypi.python.org/pypi/h5py" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - sci-libs/hdf5 - dev-python/numpy[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )" - -python_prepare_all() { - append-cflags -fno-strict-aliasing -} diff --git a/dev-python/h5py/h5py-2.1.1.ebuild b/dev-python/h5py/h5py-2.1.1.ebuild deleted file mode 100644 index 69a365074761..000000000000 --- a/dev-python/h5py/h5py-2.1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.1.1.ebuild,v 1.1 2013/01/07 16:46:24 xarthisius Exp $ - -EAPI="3" -PYTHON_DEPEND="*" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 *-jython 2.7-pypy-* 3.3" -DISTUTILS_SRC_TEST="setup.py" - -inherit distutils - -DESCRIPTION="A simple Python interface to HDF5 files." -HOMEPAGE="http://h5py.alfven.org/ http://code.google.com/p/h5py/ http://pypi.python.org/pypi/h5py" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="sci-libs/hdf5 - dev-python/numpy" -DEPEND="${RDEPEND} - dev-python/setuptools - test? ( virtual/python-unittest2 )" - -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") - -DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" diff --git a/dev-python/h5py/h5py-2.1.2.ebuild b/dev-python/h5py/h5py-2.1.2.ebuild index f1b25581168d..e06fa0dc393b 100644 --- a/dev-python/h5py/h5py-2.1.2.ebuild +++ b/dev-python/h5py/h5py-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.1.2.ebuild,v 1.1 2013/02/22 06:22:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.1.2.ebuild,v 1.2 2013/02/28 10:06:41 xarthisius Exp $ EAPI=5 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" - sci-libs/hdf5 + sci-libs/hdf5:= dev-python/numpy[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] |