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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 116F915800C for ; Fri, 30 Dec 2022 17:23:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEF81E0943; Fri, 30 Dec 2022 17:23:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4DE4E0943 for ; Fri, 30 Dec 2022 17:23:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A797F33D3C2 for ; Fri, 30 Dec 2022 17:23:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F16AE75E for ; Fri, 30 Dec 2022 17:23:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1672421026.7be79ed3c49484b3361f18e0dcecc00f5d78d233.mgorny@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.8.0-r1.ebuild dev-python/pytables/pytables-3.8.0.ebuild X-VCS-Directories: dev-python/pytables/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7be79ed3c49484b3361f18e0dcecc00f5d78d233 X-VCS-Branch: master Date: Fri, 30 Dec 2022 17:23:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b15740bc-618f-4b2a-b348-12be28da29e1 X-Archives-Hash: 6085eb83d446923862aad3d4a7fb0044 commit: 7be79ed3c49484b3361f18e0dcecc00f5d78d233 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 30 15:59:00 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 30 17:23:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be79ed3 dev-python/pytables: Strip blosc2 from install_requires Signed-off-by: Michał Górny gentoo.org> dev-python/pytables/{pytables-3.8.0.ebuild => pytables-3.8.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pytables/pytables-3.8.0.ebuild b/dev-python/pytables/pytables-3.8.0-r1.ebuild similarity index 97% rename from dev-python/pytables/pytables-3.8.0.ebuild rename to dev-python/pytables/pytables-3.8.0-r1.ebuild index 889a681566ed..af123af3a0fa 100644 --- a/dev-python/pytables/pytables-3.8.0.ebuild +++ b/dev-python/pytables/pytables-3.8.0-r1.ebuild @@ -61,6 +61,7 @@ python_prepare_all() { rm -r c-blosc/{blosc,internal-complibs} || die rm tables/libblosc2.so || die + sed -i -e '/blosc2/d' requirements.txt || die distutils-r1_python_prepare_all }