commit: c2f6df2cdfd1099e6e95383f7fbc445aa3ffb8f3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Aug 31 05:10:17 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 )"
