From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73D001395E2 for ; Sun, 13 Nov 2016 18:15:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE38AE09D2; Sun, 13 Nov 2016 18:15:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C640EE09D2 for ; Sun, 13 Nov 2016 18:15:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1728341667 for ; Sun, 13 Nov 2016 18:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4564B24BC for ; Sun, 13 Nov 2016 18:15:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1479060928.0f2ace010294e002397727b7776c2d13a69e9361.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytables/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytables/pytables-3.3.0.ebuild X-VCS-Directories: dev-python/pytables/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0f2ace010294e002397727b7776c2d13a69e9361 X-VCS-Branch: master Date: Sun, 13 Nov 2016 18:15:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d8f096ba-4f66-45e8-ad01-07bf50e5fec3 X-Archives-Hash: 6e14439139b04320f78a77e27488261d commit: 0f2ace010294e002397727b7776c2d13a69e9361 Author: Justin Lecher gentoo org> AuthorDate: Sun Nov 13 09:49:28 2016 +0000 Commit: Justin Lecher gentoo 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 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