diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-02-11 07:19:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-02-11 07:19:50 +0000 |
| commit | 5c40340a6593a73162d632b105672b8340526941 (patch) | |
| tree | 36b05d94c0ba4360e9140eb09c22d875face62d2 /dev-python/qtconsole | |
| parent | fc0f4949b6bca13ea588d2ea9bca91be58fc9ad8 (diff) | |
| download | baldeagleos-repo-5c40340a6593a73162d632b105672b8340526941.tar.gz baldeagleos-repo-5c40340a6593a73162d632b105672b8340526941.tar.xz baldeagleos-repo-5c40340a6593a73162d632b105672b8340526941.zip | |
Adding metadata
Diffstat (limited to 'dev-python/qtconsole')
| -rw-r--r-- | dev-python/qtconsole/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/qtconsole/qtconsole-5.7.1.ebuild (renamed from dev-python/qtconsole/qtconsole-5.5.2.ebuild) | 23 |
2 files changed, 17 insertions, 8 deletions
diff --git a/dev-python/qtconsole/Manifest b/dev-python/qtconsole/Manifest index ffbb62345273..f64aad833651 100644 --- a/dev-python/qtconsole/Manifest +++ b/dev-python/qtconsole/Manifest @@ -1,3 +1,3 @@ -DIST qtconsole-5.5.2.tar.gz 439219 BLAKE2B f354d3e6132142a3da52a1cb6b290d0a07b13920bc9f33f7fb29eb307cc5b653beccc5d28e53f7cbe7483147adb6e34ffc584718a79b814c9ce2c37b57a768fc SHA512 f79e51903fe5a1164a90c0905c308d2bce066bef2c61fed2b5bb7e757a9cf56875cdd14665df9284317497cd73bb544ae09e0b23c63b527bbd4bc90b874009f6 DIST qtconsole-5.6.1.tar.gz 435808 BLAKE2B 74476bfa85e08dfdd3bb0595531253638957024a2a5c9ec16e5eefa3677cf57756ddacdbf21405e93da1b5101bb4a354970ef86c786db02c52ca92e40877bbc0 SHA512 1bc2cf75019186ad439033ca7e262fb0e3172336b15573fec1da4925830c26f33117229f7552cdd26a3691b0c9facaf0073c640aea8098c3599aed38e7621392 DIST qtconsole-5.7.0.tar.gz 436635 BLAKE2B fac7cff969337f4f2d7f7450e91f15761512017e209a1a61f38fbc1da5007a7df0e48f801336002ee123889dc1af41fdc001b4ed579ac4264c1dc1ae4219da3e SHA512 597d977d0dcd4895fc1ad0adfdfde6acad8a50ee0d94a9747b5cdfef5b9a43af5aa105c866a06ccddf059b67ec09bbb963f6189aa0336e56e41d918950c030c8 +DIST qtconsole-5.7.1.tar.gz 436262 BLAKE2B 545e615fa2799a31d726030809cc82c981611521610eda195093938f280bbdf38734d35598375ed89dcd40d6041a49179e8cad2765d2b582e6ffc7d95ad2bf1a SHA512 ac4d1004738f3588fc5cf5bc1def5312f36af25f4b327a449e7a61987fc8b3f4060def28a3d0ffc20fd52b49c63c20be087e25ffe633e7dc03065d23c05365e5 diff --git a/dev-python/qtconsole/qtconsole-5.5.2.ebuild b/dev-python/qtconsole/qtconsole-5.7.1.ebuild index e06fb3d5a4ce..ed7e4c7dd231 100644 --- a/dev-python/qtconsole/qtconsole-5.5.2.ebuild +++ b/dev-python/qtconsole/qtconsole-5.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,14 +11,14 @@ inherit distutils-r1 pypi virtualx DESCRIPTION="Qt-based console for Jupyter with support for rich media output" HOMEPAGE=" - https://jupyter.org/ - https://github.com/jupyter/qtconsole/ + https://www.spyder-ide.org/ + https://github.com/spyder-ide/qtconsole/ https://pypi.org/project/qtconsole/ " LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" RDEPEND=" >=dev-python/ipykernel-4.1[${PYTHON_USEDEP}] @@ -26,14 +26,11 @@ RDEPEND=" >=dev-python/jupyter-client-4.1.1[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - >=dev-python/pyzmq-17.1[${PYTHON_USEDEP}] >=dev-python/traitlets-5.2.2_p1[${PYTHON_USEDEP}] >=dev-python/qtpy-2.4.0[${PYTHON_USEDEP},gui,printsupport,svg] " BDEPEND=" test? ( - dev-python/flaky[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] dev-python/qtpy[${PYTHON_USEDEP},svg,testlib] ) " @@ -43,8 +40,20 @@ PDEPEND=" " distutils_enable_sphinx docs/source dev-python/sphinx-rtd-theme + +EPYTEST_PLUGINS=( pytest-{asyncio,qt} ) +EPYTEST_RERUNS=10 distutils_enable_tests pytest +src_prepare() { + distutils-r1_src_prepare + + # remove upstream marks to let us override rerun count + # (this test suite is extremely flaky) + # https://github.com/pytest-dev/pytest-rerunfailures/issues/306 + sed -i -e '/pytest\.mark\.flaky/d' qtconsole/tests/*.py || die +} + src_test() { virtx distutils-r1_src_test } |
