diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-27 07:13:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-27 07:13:34 +0000 |
| commit | d4bba7d795bd4f564b5dac537baaab050b31e7c4 (patch) | |
| tree | 464c2f27238613c69a3bc617e155a8e639bb44d7 /dev-python | |
| parent | eb06e48bb677314c2f4d02cac7392a7eb04d6371 (diff) | |
| download | baldeagleos-repo-d4bba7d795bd4f564b5dac537baaab050b31e7c4.tar.gz baldeagleos-repo-d4bba7d795bd4f564b5dac537baaab050b31e7c4.tar.xz baldeagleos-repo-d4bba7d795bd4f564b5dac537baaab050b31e7c4.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/ipython-pygments-lexers/ipython-pygments-lexers-1.1.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/ipython/ipython-9.4.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/ipython/ipython-9.5.0.ebuild | 11 | ||||
| -rw-r--r-- | dev-python/ipython/ipython-9.6.0.ebuild | 11 | ||||
| -rw-r--r-- | dev-python/ipython/ipython-9.7.0.ebuild | 11 | ||||
| -rw-r--r-- | dev-python/ipython/ipython-9.8.0.ebuild | 11 | ||||
| -rw-r--r-- | dev-python/pyqt6-webengine/pyqt6-webengine-6.10.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pyqt6/pyqt6-6.10.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pyside/files/pyside-6.10.1-pass-ninja-opts.patch | 2 | ||||
| -rw-r--r-- | dev-python/pyside/pyside-6.10.1-r2.ebuild | 2 |
10 files changed, 46 insertions, 10 deletions
diff --git a/dev-python/ipython-pygments-lexers/ipython-pygments-lexers-1.1.1.ebuild b/dev-python/ipython-pygments-lexers/ipython-pygments-lexers-1.1.1.ebuild index 631420d5ae6a..48f78958bc8a 100644 --- a/dev-python/ipython-pygments-lexers/ipython-pygments-lexers-1.1.1.ebuild +++ b/dev-python/ipython-pygments-lexers/ipython-pygments-lexers-1.1.1.ebuild @@ -16,7 +16,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" RDEPEND=" dev-python/pygments[${PYTHON_USEDEP}] 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}" } diff --git a/dev-python/pyqt6-webengine/pyqt6-webengine-6.10.0.ebuild b/dev-python/pyqt6-webengine/pyqt6-webengine-6.10.0.ebuild index 4e72ef02558c..d3e003e8da30 100644 --- a/dev-python/pyqt6-webengine/pyqt6-webengine-6.10.0.ebuild +++ b/dev-python/pyqt6-webengine/pyqt6-webengine-6.10.0.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 arm64" IUSE="debug quick +widgets" RDEPEND=" diff --git a/dev-python/pyqt6/pyqt6-6.10.1.ebuild b/dev-python/pyqt6/pyqt6-6.10.1.ebuild index 85c918c7190f..7a9aa0bc22cd 100644 --- a/dev-python/pyqt6/pyqt6-6.10.1.ebuild +++ b/dev-python/pyqt6/pyqt6-6.10.1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" # defaults match what is provided with qtbase by default (except testlib), # reduces the need to set flags but does increase build time a fair amount IUSE=" diff --git a/dev-python/pyside/files/pyside-6.10.1-pass-ninja-opts.patch b/dev-python/pyside/files/pyside-6.10.1-pass-ninja-opts.patch index 0ce8eb2fbac8..b6f05c5a59c5 100644 --- a/dev-python/pyside/files/pyside-6.10.1-pass-ninja-opts.patch +++ b/dev-python/pyside/files/pyside-6.10.1-pass-ninja-opts.patch @@ -13,7 +13,7 @@ index cdaa439ff..3e088961e 100644 - if OPTION["JOBS"]: - cmd_make.append(OPTION["JOBS"]) + if self.make_generator == "Ninja": -+ cmd_make.extend(os.getenv("NINJAOPTS").split(' ')) ++ cmd_make.extend(os.getenv("NINJAOPTS").split()) if OPTION["LOG_LEVEL"] == LogLevel.VERBOSE and self.make_generator == "Ninja": cmd_make.append("-v") if run_process(cmd_make) != 0: diff --git a/dev-python/pyside/pyside-6.10.1-r2.ebuild b/dev-python/pyside/pyside-6.10.1-r2.ebuild index b810670675fc..bf8341c1bec0 100644 --- a/dev-python/pyside/pyside-6.10.1-r2.ebuild +++ b/dev-python/pyside/pyside-6.10.1-r2.ebuild @@ -32,7 +32,7 @@ if [[ ${PV} == *.9999 ]]; then else SRC_URI="https://download.qt.io/official_releases/QtForPython/${PN}6/PySide6-${PV}-src/${MY_P}.tar.xz" S="${WORKDIR}/${MY_P}" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="|| ( GPL-2 GPL-3 LGPL-3 )" |
