commit:     38084110a72a5c008438e68bbc59bfb96c70edd0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  8 19:15:57 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar  8 19:19:17 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38084110

dev-python/sympy: Remove dev-python/ipython dep for py<3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sympy/sympy-1.14.0-r1.ebuild | 6 ++++--
 dev-python/sympy/sympy-1.14.0-r2.ebuild | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-python/sympy/sympy-1.14.0-r1.ebuild 
b/dev-python/sympy/sympy-1.14.0-r1.ebuild
index f663110ad791..0095c722166d 100644
--- a/dev-python/sympy/sympy-1.14.0-r1.ebuild
+++ b/dev-python/sympy/sympy-1.14.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -30,7 +30,9 @@ RDEPEND="
        >=dev-python/mpmath-1.1.0[${PYTHON_USEDEP}]
        imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
        ipython? (
-               dev-python/ipython[${PYTHON_USEDEP}]
+               $(python_gen_cond_dep '
+                       dev-python/ipython[${PYTHON_USEDEP}]
+               ' 3.12 3.13 3.14)
        )
        latex? (
                virtual/latex-base

diff --git a/dev-python/sympy/sympy-1.14.0-r2.ebuild 
b/dev-python/sympy/sympy-1.14.0-r2.ebuild
index 6f9dcc8125e5..065123dd0cba 100644
--- a/dev-python/sympy/sympy-1.14.0-r2.ebuild
+++ b/dev-python/sympy/sympy-1.14.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -30,7 +30,9 @@ RDEPEND="
        >=dev-python/mpmath-1.1.0[${PYTHON_USEDEP}]
        imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
        ipython? (
-               dev-python/ipython[${PYTHON_USEDEP}]
+               $(python_gen_cond_dep '
+                       dev-python/ipython[${PYTHON_USEDEP}]
+               ' 3.12 3.13 3.14)
        )
        latex? (
                virtual/latex-base

Reply via email to