From d4bba7d795bd4f564b5dac537baaab050b31e7c4 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 27 Dec 2025 07:13:34 +0000 Subject: Adding metadata --- dev-python/ipython/ipython-9.4.0.ebuild | 2 +- dev-python/ipython/ipython-9.5.0.ebuild | 11 ++++++++++- dev-python/ipython/ipython-9.6.0.ebuild | 11 ++++++++++- dev-python/ipython/ipython-9.7.0.ebuild | 11 ++++++++++- dev-python/ipython/ipython-9.8.0.ebuild | 11 ++++++++++- 5 files changed, 41 insertions(+), 5 deletions(-) (limited to 'dev-python/ipython') diff --git a/dev-python/ipython/ipython-9.4.0.ebuild b/dev-python/ipython/ipython-9.4.0.ebuild index 9daeca2a6c6f..737d9830281d 100644 --- a/dev-python/ipython/ipython-9.4.0.ebuild +++ b/dev-python/ipython/ipython-9.4.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="examples gui notebook nbconvert +smp test" RESTRICT="!test? ( test )" diff --git a/dev-python/ipython/ipython-9.5.0.ebuild b/dev-python/ipython/ipython-9.5.0.ebuild index 22eb63ac6b01..33e4868464f3 100644 --- a/dev-python/ipython/ipython-9.5.0.ebuild +++ b/dev-python/ipython/ipython-9.5.0.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=standalone PYTHON_COMPAT=( python3_{10..14} ) PYTHON_REQ_USE='readline(+),sqlite,threads(+)' -inherit distutils-r1 optfeature pypi virtualx +inherit distutils-r1 optfeature toolchain-funcs pypi virtualx DESCRIPTION="Advanced interactive shell for Python" HOMEPAGE=" @@ -112,6 +112,15 @@ python_test() { ;; esac + if [[ $(tc-get-ptr-size) == 4 ]] ; then + EPYTEST_DESELECT+=( + # https://github.com/ipython/ipython/issues/15107 + IPython/extensions/ipython_tests/test_deduperreload.py::DecoratorPatchingSuite::test_function_decorator_from_other_module + IPython/extensions/ipython_tests/test_deduperreload.py::DecoratorPatchingSuite::test_function_decorators + IPython/extensions/tests/test_deduperreload.py::DecoratorPatchingSuite::test_method_decorator + ) + fi + # nonfatal implied by virtx nonfatal epytest || die "Tests failed on ${EPYTHON}" } diff --git a/dev-python/ipython/ipython-9.6.0.ebuild b/dev-python/ipython/ipython-9.6.0.ebuild index a4ad7ae16b7b..c5de7d9b11b7 100644 --- a/dev-python/ipython/ipython-9.6.0.ebuild +++ b/dev-python/ipython/ipython-9.6.0.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=standalone PYTHON_COMPAT=( python3_{10..14} ) PYTHON_REQ_USE='readline(+),sqlite,threads(+)' -inherit distutils-r1 optfeature pypi virtualx +inherit distutils-r1 optfeature toolchain-funcs pypi virtualx DESCRIPTION="Advanced interactive shell for Python" HOMEPAGE=" @@ -107,6 +107,15 @@ python_test() { ;; esac + if [[ $(tc-get-ptr-size) == 4 ]] ; then + EPYTEST_DESELECT+=( + # https://github.com/ipython/ipython/issues/15107 + IPython/extensions/ipython_tests/test_deduperreload.py::DecoratorPatchingSuite::test_function_decorator_from_other_module + IPython/extensions/ipython_tests/test_deduperreload.py::DecoratorPatchingSuite::test_function_decorators + IPython/extensions/tests/test_deduperreload.py::DecoratorPatchingSuite::test_method_decorator + ) + fi + # nonfatal implied by virtx nonfatal epytest || die "Tests failed on ${EPYTHON}" } diff --git a/dev-python/ipython/ipython-9.7.0.ebuild b/dev-python/ipython/ipython-9.7.0.ebuild index 49066cf6d158..b576734d9346 100644 --- a/dev-python/ipython/ipython-9.7.0.ebuild +++ b/dev-python/ipython/ipython-9.7.0.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=standalone PYTHON_COMPAT=( python3_{10..14} ) PYTHON_REQ_USE='readline(+),sqlite,threads(+)' -inherit distutils-r1 optfeature pypi virtualx +inherit distutils-r1 optfeature toolchain-funcs pypi virtualx DESCRIPTION="Advanced interactive shell for Python" HOMEPAGE=" @@ -107,6 +107,15 @@ python_test() { ;; esac + if [[ $(tc-get-ptr-size) == 4 ]] ; then + EPYTEST_DESELECT+=( + # https://github.com/ipython/ipython/issues/15107 + IPython/extensions/ipython_tests/test_deduperreload.py::DecoratorPatchingSuite::test_function_decorator_from_other_module + IPython/extensions/ipython_tests/test_deduperreload.py::DecoratorPatchingSuite::test_function_decorators + IPython/extensions/tests/test_deduperreload.py::DecoratorPatchingSuite::test_method_decorator + ) + fi + # nonfatal implied by virtx nonfatal epytest || die "Tests failed on ${EPYTHON}" } diff --git a/dev-python/ipython/ipython-9.8.0.ebuild b/dev-python/ipython/ipython-9.8.0.ebuild index 3fbbc42c3929..6aee855c5cda 100644 --- a/dev-python/ipython/ipython-9.8.0.ebuild +++ b/dev-python/ipython/ipython-9.8.0.ebuild @@ -8,7 +8,7 @@ PYPI_VERIFY_REPO=https://github.com/ipython/ipython PYTHON_COMPAT=( python3_{10..14} ) PYTHON_REQ_USE='readline(+),sqlite,threads(+)' -inherit distutils-r1 optfeature pypi virtualx +inherit distutils-r1 optfeature toolchain-funcs pypi virtualx DESCRIPTION="Advanced interactive shell for Python" HOMEPAGE=" @@ -108,6 +108,15 @@ python_test() { ;; esac + if [[ $(tc-get-ptr-size) == 4 ]] ; then + EPYTEST_DESELECT+=( + # https://github.com/ipython/ipython/issues/15107 + IPython/extensions/ipython_tests/test_deduperreload.py::DecoratorPatchingSuite::test_function_decorator_from_other_module + IPython/extensions/ipython_tests/test_deduperreload.py::DecoratorPatchingSuite::test_function_decorators + IPython/extensions/tests/test_deduperreload.py::DecoratorPatchingSuite::test_method_decorator + ) + fi + # nonfatal implied by virtx nonfatal epytest || die "Tests failed on ${EPYTHON}" } -- cgit v1.3.1