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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 550C415800A for ; Thu, 31 Aug 2023 05:10:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FBAF2BC013; Thu, 31 Aug 2023 05:10:43 +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 84A782BC013 for ; Thu, 31 Aug 2023 05:10:43 +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 8A01A33FE74 for ; Thu, 31 Aug 2023 05:10:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E41EDDAC for ; Thu, 31 Aug 2023 05:10:40 +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: <1693458638.c2f6df2cdfd1099e6e95383f7fbc445aa3ffb8f3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandas/pandas-2.1.0.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c2f6df2cdfd1099e6e95383f7fbc445aa3ffb8f3 X-VCS-Branch: master Date: Thu, 31 Aug 2023 05:10:40 +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: 5331cc04-0304-41d9-bde7-d7c3cdd9e9e8 X-Archives-Hash: dfc6267200e55bd9313c414f925a258d commit: c2f6df2cdfd1099e6e95383f7fbc445aa3ffb8f3 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 31 05:10:17 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 31 05:10:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f6df2c dev-python/pandas: Link upstream build system bugs Signed-off-by: Michał Górny gentoo.org> dev-python/pandas/pandas-2.1.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pandas/pandas-2.1.0.ebuild b/dev-python/pandas/pandas-2.1.0.ebuild index e29356941dd5..9de1179c87be 100644 --- a/dev-python/pandas/pandas-2.1.0.ebuild +++ b/dev-python/pandas/pandas-2.1.0.ebuild @@ -27,7 +27,9 @@ SLOT="0" LICENSE="BSD" # new meson build that: # 1) sometimes fails on .pxi.in → .pyx ordering +# https://github.com/pandas-dev/pandas/issues/54889 # 2) creates a broken wheel with two pandas/_libs/__init__.py files +# https://github.com/pandas-dev/pandas/issues/54888 KEYWORDS="" IUSE="full-support minimal test X" RESTRICT="!test? ( test )"