diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2013-02-28 10:04:29 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2013-02-28 10:04:29 +0000 |
commit | 4d1a6ba216af06da2fe8c1c1034779b04f6d9752 (patch) | |
tree | 654e91dbfdc9baae1a6cc101918902d69aa7c1ea /dev-python/pytables | |
parent | Drop old, add subslot thanks to courtesy of William Throwe <wtt6@cornell.edu>... (diff) | |
download | gentoo-2-4d1a6ba216af06da2fe8c1c1034779b04f6d9752.tar.gz gentoo-2-4d1a6ba216af06da2fe8c1c1034779b04f6d9752.tar.bz2 gentoo-2-4d1a6ba216af06da2fe8c1c1034779b04f6d9752.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/pytables')
-rw-r--r-- | dev-python/pytables/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/pytables/pytables-2.3.1.ebuild | 67 | ||||
-rw-r--r-- | dev-python/pytables/pytables-2.4.0.ebuild | 8 |
3 files changed, 11 insertions, 73 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog index 78133558352a..c41642185de3 100644 --- a/dev-python/pytables/ChangeLog +++ b/dev-python/pytables/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pytables -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.42 2012/07/26 11:37:24 xarthisius Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.43 2013/02/28 10:04:29 xarthisius Exp $ + + 28 Feb 2013; Kacper Kowalik <xarthisius@gentoo.org> -pytables-2.3.1.ebuild, + pytables-2.4.0.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 *pytables-2.4.0 (26 Jul 2012) diff --git a/dev-python/pytables/pytables-2.3.1.ebuild b/dev-python/pytables/pytables-2.3.1.ebuild deleted file mode 100644 index 9e7ce2813fd7..000000000000 --- a/dev-python/pytables/pytables-2.3.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.3.1.ebuild,v 1.4 2012/02/23 20:20:42 mr_bones_ Exp $ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" - -MY_PN=tables -MY_P=${MY_PN}-${PV} - -inherit distutils - -DESCRIPTION="A package for managing hierarchical datasets built on top of the HDF5 library." -HOMEPAGE="http://www.pytables.org http://pypi.python.org/pypi/tables" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${MY_P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="BSD" -IUSE="doc contrib examples" - -RDEPEND=" - sci-libs/hdf5 - dev-python/numpy - dev-python/numexpr - dev-libs/lzo:2 - app-arch/bzip2" -DEPEND="${RDEPEND} - dev-python/cython" - -S=${WORKDIR}/${MY_P} - -DOCS="ANNOUNCE.txt MIGRATING_TO_2.x.txt RELEASE_NOTES.txt THANKS doc/usersguide-${PV}.pdf" - -src_compile() { - export HDF5_DIR="${EPREFIX}"/usr - distutils_src_compile -} - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tables/tests/test_all.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - pushd doc > /dev/null - use doc && dohtml -r html/* - - insinto /usr/share/doc/${PF} - doins -r scripts - popd > /dev/null - - insinto /usr/share/${PF} - use contrib && doins -r contrib -} diff --git a/dev-python/pytables/pytables-2.4.0.ebuild b/dev-python/pytables/pytables-2.4.0.ebuild index b584722fb2c3..911cd02cd7da 100644 --- a/dev-python/pytables/pytables-2.4.0.ebuild +++ b/dev-python/pytables/pytables-2.4.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.4.0.ebuild,v 1.1 2012/07/26 11:37:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.4.0.ebuild,v 1.2 2013/02/28 10:04:29 xarthisius Exp $ -EAPI=4 +EAPI=5 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" @@ -23,7 +23,7 @@ LICENSE="BSD" IUSE="doc contrib examples" RDEPEND=" - sci-libs/hdf5 + sci-libs/hdf5:= >=dev-python/numpy-1.6.0 dev-python/numexpr dev-libs/lzo:2 |