commit: 0f2ace010294e002397727b7776c2d13a69e9361 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Nov 13 09:49:28 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Nov 13 18:15:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2ace01
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 <AT> gentoo.org> dev-python/pytables/pytables-3.3.0.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-python/pytables/pytables-3.3.0.ebuild b/dev-python/pytables/pytables-3.3.0.ebuild index 17beb6e..d4e41d8 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