commit:     08aea9001b73f5088f1e6063e3c0b58eb65246a7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 07:39:03 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 08:07:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08aea900

dev-python/sympy: Clean py2 deps up

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

 dev-python/sympy/sympy-1.0-r1.ebuild   | 5 ++---
 dev-python/sympy/sympy-1.3.ebuild      | 5 ++---
 dev-python/sympy/sympy-1.5.1-r1.ebuild | 5 ++---
 dev-python/sympy/sympy-1.5.1.ebuild    | 5 ++---
 dev-python/sympy/sympy-1.5.ebuild      | 5 ++---
 5 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/dev-python/sympy/sympy-1.0-r1.ebuild 
b/dev-python/sympy/sympy-1.0-r1.ebuild
index a1b4f8b591e..195f59d969c 100644
--- a/dev-python/sympy/sympy-1.0-r1.ebuild
+++ b/dev-python/sympy/sympy-1.0-r1.ebuild
@@ -17,12 +17,11 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="examples gtk imaging ipython latex mathml opengl pdf png test texmacs"
 RESTRICT="!test? ( test )"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-       ipython? ( || ( $(python_gen_useflags -3) ) )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="dev-python/mpmath[${PYTHON_USEDEP}]
        imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
-       ipython? ( $(python_gen_cond_dep 'dev-python/ipython[${PYTHON_USEDEP}]' 
-3) )
+       ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
        latex? (
                virtual/latex-base
                dev-texlive/texlive-fontsextra

diff --git a/dev-python/sympy/sympy-1.3.ebuild 
b/dev-python/sympy/sympy-1.3.ebuild
index 078dc48e8f8..ffc69e64f91 100644
--- a/dev-python/sympy/sympy-1.3.ebuild
+++ b/dev-python/sympy/sympy-1.3.ebuild
@@ -16,8 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="examples gtk imaging ipython latex mathml opengl pdf png pyglet 
symengine test texmacs theano"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-       ipython? ( || ( $(python_gen_useflags -3) ) )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RESTRICT="test"
 # All tests actually pass, except a bunch of tests related to the deprecated 
pygletplot
@@ -26,7 +25,7 @@ RESTRICT="test"
 RDEPEND="dev-python/mpmath[${PYTHON_USEDEP}]
        dev-python/pexpect[${PYTHON_USEDEP}]
        imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
-       ipython? ( $(python_gen_cond_dep 'dev-python/ipython[${PYTHON_USEDEP}]' 
-3) )
+       ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
        latex? (
                virtual/latex-base
                dev-texlive/texlive-fontsextra

diff --git a/dev-python/sympy/sympy-1.5.1-r1.ebuild 
b/dev-python/sympy/sympy-1.5.1-r1.ebuild
index cc961486a27..aed3527e80e 100644
--- a/dev-python/sympy/sympy-1.5.1-r1.ebuild
+++ b/dev-python/sympy/sympy-1.5.1-r1.ebuild
@@ -16,8 +16,7 @@ SLOT="0"
 KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="examples imaging ipython latex mathml opengl pdf png pyglet symengine 
test texmacs theano"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-       ipython? ( || ( $(python_gen_useflags -3) ) )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RESTRICT="test"
 # All tests actually pass, except a bunch of tests related to the deprecated 
pygletplot
@@ -26,7 +25,7 @@ RESTRICT="test"
 RDEPEND="dev-python/mpmath[${PYTHON_USEDEP}]
        dev-python/pexpect[${PYTHON_USEDEP}]
        imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
-       ipython? ( $(python_gen_cond_dep 'dev-python/ipython[${PYTHON_USEDEP}]' 
-3) )
+       ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
        latex? (
                virtual/latex-base
                dev-texlive/texlive-fontsextra

diff --git a/dev-python/sympy/sympy-1.5.1.ebuild 
b/dev-python/sympy/sympy-1.5.1.ebuild
index 5ecc82a06a5..dd759926e28 100644
--- a/dev-python/sympy/sympy-1.5.1.ebuild
+++ b/dev-python/sympy/sympy-1.5.1.ebuild
@@ -16,8 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="examples gtk imaging ipython latex mathml opengl pdf png pyglet 
symengine test texmacs theano"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-       ipython? ( || ( $(python_gen_useflags -3) ) )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RESTRICT="test"
 # All tests actually pass, except a bunch of tests related to the deprecated 
pygletplot
@@ -26,7 +25,7 @@ RESTRICT="test"
 RDEPEND="dev-python/mpmath[${PYTHON_USEDEP}]
        dev-python/pexpect[${PYTHON_USEDEP}]
        imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
-       ipython? ( $(python_gen_cond_dep 'dev-python/ipython[${PYTHON_USEDEP}]' 
-3) )
+       ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
        latex? (
                virtual/latex-base
                dev-texlive/texlive-fontsextra

diff --git a/dev-python/sympy/sympy-1.5.ebuild 
b/dev-python/sympy/sympy-1.5.ebuild
index c8dda896747..3d8957d84cb 100644
--- a/dev-python/sympy/sympy-1.5.ebuild
+++ b/dev-python/sympy/sympy-1.5.ebuild
@@ -16,8 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="examples gtk imaging ipython latex mathml opengl pdf png pyglet 
symengine test texmacs theano"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-       ipython? ( || ( $(python_gen_useflags -3) ) )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RESTRICT="test"
 # All tests actually pass, except a bunch of tests related to the deprecated 
pygletplot
@@ -26,7 +25,7 @@ RESTRICT="test"
 RDEPEND="dev-python/mpmath[${PYTHON_USEDEP}]
        dev-python/pexpect[${PYTHON_USEDEP}]
        imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
-       ipython? ( $(python_gen_cond_dep 'dev-python/ipython[${PYTHON_USEDEP}]' 
-3) )
+       ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
        latex? (
                virtual/latex-base
                dev-texlive/texlive-fontsextra

Reply via email to