summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-11-13 10:49:28 +0100
committerJustin Lecher <jlec@gentoo.org>2016-11-13 19:15:28 +0100
commit0f2ace010294e002397727b7776c2d13a69e9361 (patch)
tree2399ce4c050ef20a1456c9e7ccf126626561c5a9 /dev-python/pytables/pytables-3.3.0.ebuild
parentsys-cluster/singularity: Correct license (diff)
downloadgentoo-0f2ace010294e002397727b7776c2d13a69e9361.tar.gz
gentoo-0f2ace010294e002397727b7776c2d13a69e9361.tar.bz2
gentoo-0f2ace010294e002397727b7776c2d13a69e9361.zip
dev-python/pytables: Drop obsolete patch
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=599012 Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pytables/pytables-3.3.0.ebuild')
-rw-r--r--dev-python/pytables/pytables-3.3.0.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-python/pytables/pytables-3.3.0.ebuild b/dev-python/pytables/pytables-3.3.0.ebuild
index 17beb6e0decd..d4e41d895233 100644
--- a/dev-python/pytables/pytables-3.3.0.ebuild
+++ b/dev-python/pytables/pytables-3.3.0.ebuild
@@ -40,16 +40,11 @@ S="${WORKDIR}/${MY_P}"
DOCS=( ANNOUNCE.txt RELEASE_NOTES.txt THANKS )
-PATCHES=(
- "${FILESDIR}"/${PN}-3.2.0-blosc.patch
- )
-
python_prepare_all() {
export HDF5_DIR="${EPREFIX}"/usr
rm tables/*.c || die
sed \
-e "s:/usr:${EPREFIX}/usr:g" \
- -e 's:"hdf5-blosc/src/blosc_filter.c"::g' \
-i setup.py || die
rm -r c-blosc/{blosc,internal-complibs} || die
distutils-r1_python_prepare_all