summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-11-25 09:39:22 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-11-25 09:39:22 +0000
commit56d3c2f9664ca0ca55c9c9b47adf797dde3d8250 (patch)
tree6d8548ca6283fdfc1147b34fcd347accbfdc5c95 /dev-python/pytables
parentAdd prefix love (diff)
downloadgentoo-2-56d3c2f9664ca0ca55c9c9b47adf797dde3d8250.tar.gz
gentoo-2-56d3c2f9664ca0ca55c9c9b47adf797dde3d8250.tar.bz2
gentoo-2-56d3c2f9664ca0ca55c9c9b47adf797dde3d8250.zip
Version bump, drop old, add prefix love
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pytables')
-rw-r--r--dev-python/pytables/ChangeLog8
-rw-r--r--dev-python/pytables/pytables-2.2.1.ebuild62
-rw-r--r--dev-python/pytables/pytables-2.3.1.ebuild (renamed from dev-python/pytables/pytables-2.3.ebuild)11
3 files changed, 15 insertions, 66 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog
index 61294d640f1e..10db43b07619 100644
--- a/dev-python/pytables/ChangeLog
+++ b/dev-python/pytables/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pytables
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.38 2011/10/16 09:05:27 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.39 2011/11/25 09:39:22 xarthisius Exp $
+
+*pytables-2.3.1 (25 Nov 2011)
+
+ 25 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> +pytables-2.3.1.ebuild,
+ -pytables-2.2.1.ebuild, -pytables-2.3.ebuild:
+ Version bump, drop old, add prefix love
*pytables-2.3 (16 Oct 2011)
diff --git a/dev-python/pytables/pytables-2.2.1.ebuild b/dev-python/pytables/pytables-2.2.1.ebuild
deleted file mode 100644
index b549a4c41010..000000000000
--- a/dev-python/pytables/pytables-2.2.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.2.1.ebuild,v 1.1 2010/11/05 16:03:39 xarthisius Exp $
-
-EAPI=2
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils eutils
-
-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="http://www.pytables.org/download/stable/tables-${PV}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="BSD"
-IUSE="doc examples"
-
-RDEPEND="
- >=sci-libs/hdf5-1.6.5
- >=dev-python/numpy-1.2.1
- >=dev-python/numexpr-1.4.1
- dev-libs/lzo:2
- app-arch/bzip2"
-DEPEND="${RDEPEND}
- >=dev-python/cython-0.12.1"
-
-RESTRICT_PYTHON_ABIS="3.*"
-
-S=${WORKDIR}/tables-${PV}
-
-DOCS="ANNOUNCE.txt MIGRATING_TO_2.x.txt RELEASE_NOTES.txt THANKS"
-
-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 || die
- fi
-
- if use doc; then
- cd doc
-
- dohtml -r html/* || die
-
- docinto text
- dodoc text/* || die
-
- insinto /usr/share/doc/${PF}
- doins -r usersguide.pdf scripts || die
- fi
-}
diff --git a/dev-python/pytables/pytables-2.3.ebuild b/dev-python/pytables/pytables-2.3.1.ebuild
index aaf9ef84c574..a682d988bcd2 100644
--- a/dev-python/pytables/pytables-2.3.ebuild
+++ b/dev-python/pytables/pytables-2.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.3.ebuild,v 1.1 2011/10/16 09:05:27 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.3.1.ebuild,v 1.1 2011/11/25 09:39:22 xarthisius Exp $
EAPI=4
@@ -10,14 +10,14 @@ SUPPORT_PYTHON_ABIS="1"
MY_PN=tables
MY_P=${MY_PN}-${PV}
-inherit distutils eutils
+inherit distutils multilib
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"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="BSD"
IUSE="doc contrib examples"
@@ -36,6 +36,11 @@ 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