commit: 4519924d26b52ea14144e30dc58e0f84345a483c
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 14 03:29:04 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 03:43:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4519924d
dev-python/pandas: upgrade lower bounds on cython bdep
It needs cython 3 now, cython 0.29 simply will not do. Aside for being
"more proper", this change ensures that when upgrading both pandas and
cython at the same time, cython is ordered first.
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pandas/pandas-2.2.0-r1.ebuild | 2 +-
dev-python/pandas/pandas-2.2.0.ebuild | 2 +-
dev-python/pandas/pandas-2.2.1.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pandas/pandas-2.2.0-r1.ebuild
b/dev-python/pandas/pandas-2.2.0-r1.ebuild
index d31ab6a933f1..cfe7a5d1adec 100644
--- a/dev-python/pandas/pandas-2.2.0-r1.ebuild
+++ b/dev-python/pandas/pandas-2.2.0-r1.ebuild
@@ -72,7 +72,7 @@ COMMON_DEPEND="
BDEPEND="
${COMMON_DEPEND}
>=dev-build/meson-1.2.1
- >=dev-python/cython-0.29.33[${PYTHON_USEDEP}]
+ >=dev-python/cython-3.0.5[${PYTHON_USEDEP}]
>=dev-python/versioneer-0.28[${PYTHON_USEDEP}]
test? (
${VIRTUALX_DEPEND}
diff --git a/dev-python/pandas/pandas-2.2.0.ebuild
b/dev-python/pandas/pandas-2.2.0.ebuild
index b8d28f4e1670..fbdf259abfca 100644
--- a/dev-python/pandas/pandas-2.2.0.ebuild
+++ b/dev-python/pandas/pandas-2.2.0.ebuild
@@ -72,7 +72,7 @@ COMMON_DEPEND="
BDEPEND="
${COMMON_DEPEND}
>=dev-build/meson-1.2.1
- >=dev-python/cython-0.29.33[${PYTHON_USEDEP}]
+ >=dev-python/cython-3.0.5[${PYTHON_USEDEP}]
>=dev-python/versioneer-0.28[${PYTHON_USEDEP}]
test? (
${VIRTUALX_DEPEND}
diff --git a/dev-python/pandas/pandas-2.2.1.ebuild
b/dev-python/pandas/pandas-2.2.1.ebuild
index b98c3bb05a56..7e0b3eb1a824 100644
--- a/dev-python/pandas/pandas-2.2.1.ebuild
+++ b/dev-python/pandas/pandas-2.2.1.ebuild
@@ -72,7 +72,7 @@ COMMON_DEPEND="
BDEPEND="
${COMMON_DEPEND}
>=dev-build/meson-1.2.1
- >=dev-python/cython-0.29.33[${PYTHON_USEDEP}]
+ >=dev-python/cython-3.0.5[${PYTHON_USEDEP}]
>=dev-python/versioneer-0.28[${PYTHON_USEDEP}]
test? (
${VIRTUALX_DEPEND}