diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-01-24 06:50:16 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-01-24 06:50:16 +0000 |
| commit | 316610bef8a76c0950b49513c801cbb4e3da9081 (patch) | |
| tree | cb87b6cf9dd98a33cb0639aa1095a4b5722a3d97 /dev-python | |
| parent | 9762ba3ab325d93a7a390fdd361f01b7b556fb4b (diff) | |
| download | baldeagleos-repo-316610bef8a76c0950b49513c801cbb4e3da9081.tar.gz baldeagleos-repo-316610bef8a76c0950b49513c801cbb4e3da9081.tar.xz baldeagleos-repo-316610bef8a76c0950b49513c801cbb4e3da9081.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/protobuf/protobuf-5.29.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/spyder-line-profiler/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild | 42 | ||||
| -rw-r--r-- | dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/spyder-notebook/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild | 59 | ||||
| -rw-r--r-- | dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/spyder-unittest/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild | 82 | ||||
| -rw-r--r-- | dev-python/spyder-unittest/spyder-unittest-0.7.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/spyder/spyder-6.0.3-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/superqt/superqt-0.7.0.ebuild | 4 |
12 files changed, 7 insertions, 193 deletions
diff --git a/dev-python/protobuf/protobuf-5.29.2.ebuild b/dev-python/protobuf/protobuf-5.29.2.ebuild index 2efcee4d74c6..bbc42cb227ba 100644 --- a/dev-python/protobuf/protobuf-5.29.2.ebuild +++ b/dev-python/protobuf/protobuf-5.29.2.ebuild @@ -26,4 +26,4 @@ SRC_URI=" LICENSE="BSD" SLOT="0/$(ver_cut 1-3)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" diff --git a/dev-python/spyder-line-profiler/Manifest b/dev-python/spyder-line-profiler/Manifest index 0eb74801ffca..b89705a46b44 100644 --- a/dev-python/spyder-line-profiler/Manifest +++ b/dev-python/spyder-line-profiler/Manifest @@ -1,2 +1 @@ -DIST spyder-line-profiler-0.3.2.gh.tar.gz 88725 BLAKE2B 9e15a9b88d1b36a39428e7eccafb7a2c3d3609aece2c6e5c2f379c9f9180093863472bd1e071b12bf313e7cb6ccd4993bb407785716cab2dda871a1ebd527d41 SHA512 fb2e86cc640c7cd32567852063845567634e7cec365f7f5f5f3d770316b9adabc0447d3ad8334411fe3894aeb086cde4f14b77fd3483c099296db7df15f0b46b DIST spyder-line-profiler-0.4.0.gh.tar.gz 89222 BLAKE2B 7b4b7d2e884c6843c03289fde1351640fa768d1ede3cb7287859968c81a2207864f8039dff68d4bdf5e5d1fbb622d67ed9b5c90efeb615f8eb6bd6ed37cbd1df SHA512 4210a5ce58f11fb6d1453c29c0b363b111e73e01feb58593d9a4b0e31c3ae8d158a4ae052e633f23ac4b78cb116b68610a2b38e7d686d8cc6ec183723f91ffe1 diff --git a/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild b/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild deleted file mode 100644 index 241a232a60a5..000000000000 --- a/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Plugin to run the python line profiler from within the spyder editor" -HOMEPAGE=" - https://github.com/spyder-ide/spyder-line-profiler/ - https://pypi.org/project/spyder-line-profiler/ -" -SRC_URI=" - https://github.com/spyder-ide/spyder-line-profiler/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - dev-python/line-profiler[${PYTHON_USEDEP}] - dev-python/qtawesome[${PYTHON_USEDEP}] - >=dev-python/spyder-5.2.0[${PYTHON_USEDEP}] - <dev-python/spyder-6.0.0[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/pytest-qt[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - virtx epytest -} diff --git a/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild b/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild index 933e856c0072..456245743e86 100644 --- a/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild +++ b/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" RDEPEND=" dev-python/line-profiler[${PYTHON_USEDEP}] diff --git a/dev-python/spyder-notebook/Manifest b/dev-python/spyder-notebook/Manifest index 12e21c7932ba..fdfeac6f691a 100644 --- a/dev-python/spyder-notebook/Manifest +++ b/dev-python/spyder-notebook/Manifest @@ -1,2 +1 @@ -DIST spyder-notebook-0.5.1.tar.gz 5546854 BLAKE2B ccdc93c948e6b4db005cf2433794008c65e9a56574db15cd5627f44938bcc2c865341f2417bcf000e27e3d19fe11b6eb6340e6225a682bf32b2cb06ca8f4605a SHA512 daf91361344f96db0ac855b80d17388bda7bf96eab280fba7ac406915dc9b5283c09e914c07342154ed2d0d23420b5e16923cf4ccddb090364db43cf606319f3 DIST spyder_notebook-0.6.1.tar.gz 7118143 BLAKE2B d1893d96f91fb192eba13342edf67089ffa664b152b7777f3e626f8541ea2a2b7a20f1b73d72b55c2107abe02870cb63ee17b535dd13a3db882971b8c11eac33 SHA512 2bb7e4d1c4255cfb385e80bb46b3de7ae6c7fd4d4cdc27188cd530699cbc4654d2ace6e8341bc47b029d3e757dd860e2b0a65c2f00a91ae589032de86330cd84 diff --git a/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild deleted file mode 100644 index 5c2c826ae490..000000000000 --- a/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 - -inherit distutils-r1 pypi virtualx - -DESCRIPTION="Jupyter notebook integration with Spyder" -HOMEPAGE="https://github.com/spyder-ide/spyder-notebook" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - dev-python/nbformat[${PYTHON_USEDEP}] - >=dev-python/notebook-7[${PYTHON_USEDEP}] - <dev-python/notebook-8[${PYTHON_USEDEP}] - dev-python/qdarkstyle[${PYTHON_USEDEP}] - dev-python/qtpy[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - >=dev-python/spyder-5.4.3[${PYTHON_USEDEP}] - <dev-python/spyder-6[${PYTHON_USEDEP}] - dev-python/tornado[${PYTHON_USEDEP}] - dev-python/traitlets[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/flaky[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] - ) -" - -DOCS=( "README.md" "CHANGELOG.md" ) - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # Hangs - spyder_notebook/widgets/tests/test_main_widget.py::test_save_notebook - spyder_notebook/widgets/tests/test_main_widget.py::test_new_notebook - # Fails in sandbox - spyder_notebook/tests/test_plugin.py::test_open_console_when_no_kernel - spyder_notebook/widgets/tests/test_main_widget.py::test_shutdown_notebook_kernel - spyder_notebook/widgets/tests/test_main_widget.py::test_file_in_temp_dir_deleted_after_notebook_closed - # Some missing file - spyder_notebook/widgets/tests/test_main_widget.py::test_open_notebook_in_non_ascii_dir - spyder_notebook/widgets/tests/test_main_widget.py::test_close_nonexisting_notebook -) - -python_test() { - virtx epytest -} diff --git a/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild index 8ebc30122ae0..dbf27af8d8d0 100644 --- a/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild +++ b/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/spyder-ide/spyder-notebook" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" RDEPEND=" dev-python/nbformat[${PYTHON_USEDEP}] diff --git a/dev-python/spyder-unittest/Manifest b/dev-python/spyder-unittest/Manifest index f09e83f417bd..d59922a595f6 100644 --- a/dev-python/spyder-unittest/Manifest +++ b/dev-python/spyder-unittest/Manifest @@ -1,2 +1 @@ -DIST spyder-unittest-0.6.0.gh.tar.gz 105932 BLAKE2B b7a39e5756d27325bbe0dff32fb3922f667cdd1eb2c3a6d9e5eceb89abd921244fdf1685706bff181c75c59f86f92e405a1d08c5e86d7f15a27bfd46d32048ea SHA512 304843dcf6b51033a6acbc81a0ed274736d36967d95866075bb06a23487f29556256e39c213f685f5a6622743bba568814b5c099fa143e849fdb5608687f1c5c DIST spyder-unittest-0.7.0.gh.tar.gz 106314 BLAKE2B 7bb3cab3f0a405ccf292a9dc92038ab22bd7be322933c0e39ee26deb4dbbe4b3f038d4d104e566e48f46d98e502e129490529608aaa46e2f1e95c9141f795ae6 SHA512 3c404d9e5e6c7cb3a861c24b2cfa55077040bc95b7d9a8c84531e47d3fe7490cd84c6c713e302839b4fb715d6256e59f512e952b9781d9cbf31ee509f567d695 diff --git a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild deleted file mode 100644 index 8f9d3739febf..000000000000 --- a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 virtualx - -DESCRIPTION="Plugin for Spyder to run tests and view the results" -HOMEPAGE="https://github.com/spyder-ide/spyder-unittest" -SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/spyder-5.4.1[${PYTHON_USEDEP}] - <dev-python/spyder-6[${PYTHON_USEDEP}] - dev-python/pyzmq[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] -" - -DEPEND="test? ( - dev-python/flaky[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # Hangs - spyder_unittest/widgets/tests/test_datatree.py::test_contextMenuEvent_calls_exec - # clicked() does not seem to work in emerge env - spyder_unittest/widgets/tests/test_confpage.py::test_unittestconfigpage - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_forwards_sig_edit_goto - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_set_config_emits_newconfig - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_set_config_does_not_emit_when_invalid - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_config_with_unknown_framework_invalid - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_process_finished_updates_results - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_replace_pending_with_not_run - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_tests_collected - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_tests_started - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_tests_collect_error - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_tests_yield_results - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_set_message - spyder_unittest/widgets/tests/test_unittestgui.py::test_run_tests_starts_testrunner - spyder_unittest/widgets/tests/test_unittestgui.py::test_run_tests_with_pre_test_hook_returning_true - spyder_unittest/widgets/tests/test_unittestgui.py::test_run_tests_with_pre_test_hook_returning_false - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_process_finished_updates_status_label - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_process_finished_abnormally_status_label - spyder_unittest/widgets/tests/test_unittestgui.py::test_unittestwidget_handles_sig_single_test_run_requested - spyder_unittest/widgets/tests/test_unittestgui.py::test_run_tests_and_display_results - spyder_unittest/widgets/tests/test_unittestgui.py::test_run_tests_using_unittest_and_display_results - spyder_unittest/widgets/tests/test_unittestgui.py::test_run_tests_with_print_using_unittest_and_display_results - spyder_unittest/widgets/tests/test_unittestgui.py::test_run_with_no_tests_discovered_and_display_results - spyder_unittest/widgets/tests/test_unittestgui.py::test_stop_running_tests_before_testresult_is_received - spyder_unittest/widgets/tests/test_unittestgui.py::test_show_versions - spyder_unittest/widgets/tests/test_unittestgui.py::test_get_versions - - # Broken in Pyside2 - spyder_unittest/tests/test_unittestplugin.py::test_menu_item - spyder_unittest/tests/test_unittestplugin.py::test_pythonpath_change - spyder_unittest/tests/test_unittestplugin.py::test_default_working_dir - spyder_unittest/tests/test_unittestplugin.py::test_plugin_config - spyder_unittest/tests/test_unittestplugin.py::test_go_to_test_definition - - # Don't depend on nose2 - spyder_unittest/backend/workers/tests/test_print_versions.py::test_get_nose2_info -) - -EPYTEST_IGNORE=( - # Example test that somehow gets picked up - doc/example/test_foo.py -) - -python_test() { - virtx epytest -} diff --git a/dev-python/spyder-unittest/spyder-unittest-0.7.0.ebuild b/dev-python/spyder-unittest/spyder-unittest-0.7.0.ebuild index 1b51e4cbe7c6..0e89a834a745 100644 --- a/dev-python/spyder-unittest/spyder-unittest-0.7.0.ebuild +++ b/dev-python/spyder-unittest/spyder-unittest-0.7.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.ta LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" RDEPEND=" >=dev-python/spyder-6[${PYTHON_USEDEP}] diff --git a/dev-python/spyder/spyder-6.0.3-r1.ebuild b/dev-python/spyder/spyder-6.0.3-r1.ebuild index 2e8946becafe..ef87ce19a4d2 100644 --- a/dev-python/spyder/spyder-6.0.3-r1.ebuild +++ b/dev-python/spyder/spyder-6.0.3-r1.ebuild @@ -24,7 +24,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" RDEPEND=" >=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}] diff --git a/dev-python/superqt/superqt-0.7.0.ebuild b/dev-python/superqt/superqt-0.7.0.ebuild index a09f8607431f..7f7d320140d0 100644 --- a/dev-python/superqt/superqt-0.7.0.ebuild +++ b/dev-python/superqt/superqt-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" RDEPEND=" >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] |
