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 6A7A1158089 for ; Sat, 7 Oct 2023 15:53:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67EDE2BC024; Sat, 7 Oct 2023 15:53:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 53E1B2BC024 for ; Sat, 7 Oct 2023 15:53:55 +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 8CB58335CB4 for ; Sat, 7 Oct 2023 15:53:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADBCB9EA for ; Sat, 7 Oct 2023 15:53:52 +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: <1696694029.2b1492c005efa81b4e196cf77d8688a6c9c6f232.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tables/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tables/tables-3.9.1-r1.ebuild dev-python/tables/tables-3.9.1.ebuild X-VCS-Directories: dev-python/tables/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2b1492c005efa81b4e196cf77d8688a6c9c6f232 X-VCS-Branch: master Date: Sat, 7 Oct 2023 15:53:52 +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: a4e1da47-2f8a-4f17-94a5-8871c54ecd0a X-Archives-Hash: 77d892d227e5a7c49b1ed3bd305512c2 commit: 2b1492c005efa81b4e196cf77d8688a6c9c6f232 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 7 15:35:38 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 7 15:53:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1492c0 dev-python/tables: Fix stripping blosc2 wheel dependency Signed-off-by: Michał Górny gentoo.org> dev-python/tables/{tables-3.9.1.ebuild => tables-3.9.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tables/tables-3.9.1.ebuild b/dev-python/tables/tables-3.9.1-r1.ebuild similarity index 97% rename from dev-python/tables/tables-3.9.1.ebuild rename to dev-python/tables/tables-3.9.1-r1.ebuild index ea12b00212a9..e1223152b98e 100644 --- a/dev-python/tables/tables-3.9.1.ebuild +++ b/dev-python/tables/tables-3.9.1-r1.ebuild @@ -53,7 +53,7 @@ python_prepare_all() { export USE_PKGCONFIG=TRUE rm -r c-blosc/{blosc,internal-complibs} || die - sed -i -e '/blosc2/d' requirements.txt || die + sed -i -e '/blosc2/d' pyproject.toml || die hprefixify -w '/prefixes =/' setup.py distutils-r1_python_prepare_all }