[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-09-24 Thread Andrew Ammerlaan
commit: 665b5cdf523208df0b27bf466a9893aacadb9bbb
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Sep 24 08:40:18 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Sep 24 08:40:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665b5cdf

dev-python/spyder: add 6.0.1

Closes: https://bugs.gentoo.org/939912
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   2 +
 dev-python/spyder/spyder-6.0.1.ebuild | 195 ++
 2 files changed, 197 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 3b3e5cd9684b..b3a96f862612 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,3 +1,5 @@
 DIST spyder-5.5.6.gh.tar.gz 16304234 BLAKE2B 
9d14b96901276ced1644eef8dd57539036aecb067ee361b6581368b371d56b2008350969224992a35fe10ee177babca7f3e941f43b4cc3f432f6d0dec9104ead
 SHA512 
93ce6ac2e71bd4e81ca4a630a6fe152d1bf3c83d6e5c01dda8f3e5ad2735de1948a86642f5bc589c90616935e997526b26367ce178905ad2b80faf81f36f9164
 DIST spyder-6.0.0.gh.tar.gz 15687128 BLAKE2B 
23319f167eb61fecc477dd3b3deab2d62a1c12109033f262ba31e349b26ba92524bde0399ca2f8ae6ff6bbcbf400360882b92b888644b9d9767f5d894e5c06b6
 SHA512 
3445481df35707e103646ada5fb7eef94b1b36fdbec31e15d3cb7608f637fcf21238fec0f5747f8c7a1b5bb9770ed5355b4f0fab0f9db57bc888306c6a14c003
+DIST spyder-6.0.1.gh.tar.gz 15703963 BLAKE2B 
5d4488fffe4889e5609a73c849172a08ed192dfe027940e8931da2ff4d809e52ddf3095c75813ca65225a372e86aece698fd83d5844aa76c5837f98d9c95c137
 SHA512 
034474c7feb341c5a0f6837ce2c0de6b6a6cc435c63e6d346c389977374b59a1b201495f2d6a692241245d81abda02dbd2a30c57c706506d23033c7347ccade0
 DIST spyder-docs-6951e02799fc7cd1f29456f1d93cfdcb570dad27.gh.tar.gz 93033557 
BLAKE2B 
395dd2a8ddb6e1b1408ba46cbe0fa452c1f2e69da1f3b6176401ff7395ace1463e63c696e13ee0b79f992b0ceca86228ad113f95ed7873db1b970452bc679f89
 SHA512 
c631e720e3ca49413482df294fb032285cf217ba94de299c37cb073e4e2bdeb629d16a139db17c569c74c628c50789c90d6085383886d32fa26b942711ccedc0
+DIST spyder-docs-d153e129b426b4fc95b1d66e692bf8a78cf40790.gh.tar.gz 93358065 
BLAKE2B 
7ad139ac9496d1817b0a8a69ba84bbbcd92081c5dd1d885011cbf8cc8cb4180f84a95222a0d89b3d41c352cb64e9ef87a8b31220e3d14e3efc63994f0623f07a
 SHA512 
701e20113ae7b4894a4c08db967fbd7cbfbc894c4e5db74ad98451ebd03b8858ddfb3910238659f79a28e5e6cc9f76e05967ad7d8c4e27b0b5e6ea0551b2ceac

diff --git a/dev-python/spyder/spyder-6.0.1.ebuild 
b/dev-python/spyder/spyder-6.0.1.ebuild
new file mode 100644
index ..de1b888b8ba3
--- /dev/null
+++ b/dev-python/spyder/spyder-6.0.1.ebuild
@@ -0,0 +1,195 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature xdg #virtualx
+
+# Commit of documentation to fetch
+DOCS_PV="d153e129b426b4fc95b1d66e692bf8a78cf40790"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
+   >=dev-python/asyncssh-2.14.0[${PYTHON_USEDEP}]
+   =dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/PyGithub-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
+   =dev-python/qtconsole-5.6.0[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},quick,svg,webengine]
+   >=dev-python/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+  

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-09-24 Thread Andrew Ammerlaan
commit: aa4742f0b71a72f9b40d08d08e540c7846af6bbf
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Sep 24 08:40:36 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Sep 24 08:40:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4742f0

dev-python/spyder: drop 6.0.0

Closes: https://bugs.gentoo.org/939912
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   1 -
 dev-python/spyder/spyder-6.0.0.ebuild | 195 --
 2 files changed, 196 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index b3a96f862612..7e635345718f 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,5 +1,4 @@
 DIST spyder-5.5.6.gh.tar.gz 16304234 BLAKE2B 
9d14b96901276ced1644eef8dd57539036aecb067ee361b6581368b371d56b2008350969224992a35fe10ee177babca7f3e941f43b4cc3f432f6d0dec9104ead
 SHA512 
93ce6ac2e71bd4e81ca4a630a6fe152d1bf3c83d6e5c01dda8f3e5ad2735de1948a86642f5bc589c90616935e997526b26367ce178905ad2b80faf81f36f9164
-DIST spyder-6.0.0.gh.tar.gz 15687128 BLAKE2B 
23319f167eb61fecc477dd3b3deab2d62a1c12109033f262ba31e349b26ba92524bde0399ca2f8ae6ff6bbcbf400360882b92b888644b9d9767f5d894e5c06b6
 SHA512 
3445481df35707e103646ada5fb7eef94b1b36fdbec31e15d3cb7608f637fcf21238fec0f5747f8c7a1b5bb9770ed5355b4f0fab0f9db57bc888306c6a14c003
 DIST spyder-6.0.1.gh.tar.gz 15703963 BLAKE2B 
5d4488fffe4889e5609a73c849172a08ed192dfe027940e8931da2ff4d809e52ddf3095c75813ca65225a372e86aece698fd83d5844aa76c5837f98d9c95c137
 SHA512 
034474c7feb341c5a0f6837ce2c0de6b6a6cc435c63e6d346c389977374b59a1b201495f2d6a692241245d81abda02dbd2a30c57c706506d23033c7347ccade0
 DIST spyder-docs-6951e02799fc7cd1f29456f1d93cfdcb570dad27.gh.tar.gz 93033557 
BLAKE2B 
395dd2a8ddb6e1b1408ba46cbe0fa452c1f2e69da1f3b6176401ff7395ace1463e63c696e13ee0b79f992b0ceca86228ad113f95ed7873db1b970452bc679f89
 SHA512 
c631e720e3ca49413482df294fb032285cf217ba94de299c37cb073e4e2bdeb629d16a139db17c569c74c628c50789c90d6085383886d32fa26b942711ccedc0
 DIST spyder-docs-d153e129b426b4fc95b1d66e692bf8a78cf40790.gh.tar.gz 93358065 
BLAKE2B 
7ad139ac9496d1817b0a8a69ba84bbbcd92081c5dd1d885011cbf8cc8cb4180f84a95222a0d89b3d41c352cb64e9ef87a8b31220e3d14e3efc63994f0623f07a
 SHA512 
701e20113ae7b4894a4c08db967fbd7cbfbc894c4e5db74ad98451ebd03b8858ddfb3910238659f79a28e5e6cc9f76e05967ad7d8c4e27b0b5e6ea0551b2ceac

diff --git a/dev-python/spyder/spyder-6.0.0.ebuild 
b/dev-python/spyder/spyder-6.0.0.ebuild
deleted file mode 100644
index 14599f036609..
--- a/dev-python/spyder/spyder-6.0.0.ebuild
+++ /dev/null
@@ -1,195 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature xdg #virtualx
-
-# Commit of documentation to fetch
-DOCS_PV="6951e02799fc7cd1f29456f1d93cfdcb570dad27"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
-   >=dev-python/asyncssh-2.14.0[${PYTHON_USEDEP}]
-   =dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/PyGithub-2.3.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
-   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
-   =dev-python/qtconsole-5.6.0[${PYTHON_USEDEP}]
-   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
-   >=dev-python/rtree-0.9.7[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
-   >

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-09-10 Thread Andrew Ammerlaan
commit: 4c1ac2fe65f195915e92d0503b253419276982ca
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Sep 10 09:28:05 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Sep 10 09:28:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1ac2fe

dev-python/spyder: drop (broken) test support

This is not working anyway and it is now blocking clean-up of
dev-python/pytest-lazy-fixture. Upstream has made it clear they don't
care about downstream distribution packaging so I strongly doubt they
will take any pull request to migrate away from pytest-lazy-fixture and
I don't feel like arguing with them (again).

Closes: https://bugs.gentoo.org/939425
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/spyder-5.5.6.ebuild | 44 +--
 dev-python/spyder/spyder-6.0.0.ebuild | 44 +--
 2 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/dev-python/spyder/spyder-5.5.6.ebuild 
b/dev-python/spyder/spyder-5.5.6.ebuild
index fde20eed16f9..adff8e0dbaa0 100644
--- a/dev-python/spyder/spyder-5.5.6.ebuild
+++ b/dev-python/spyder/spyder-5.5.6.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1 optfeature virtualx xdg
+inherit distutils-r1 optfeature xdg #virtualx
 
 # Commit of documentation to fetch
 DOCS_PV="6951e02799fc7cd1f29456f1d93cfdcb570dad27"
@@ -64,23 +64,23 @@ RDEPEND="
>=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}]
 "
 
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[tk,${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/pytest-order[${PYTHON_USEDEP}]
-   dev-python/pytest-qt[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/QtPy[${PYTHON_USEDEP},pyside2,pyqt5]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/sympy[${PYTHON_USEDEP}]
-   )"
+# BDEPEND="
+#  test? (
+#  dev-python/cython[${PYTHON_USEDEP}]
+#  dev-python/flaky[${PYTHON_USEDEP}]
+#  dev-python/matplotlib[tk,${PYTHON_USEDEP}]
+#  dev-python/pandas[${PYTHON_USEDEP}]
+#  dev-python/pillow[${PYTHON_USEDEP}]
+#  dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
+#  dev-python/pytest-mock[${PYTHON_USEDEP}]
+#  dev-python/pytest-order[${PYTHON_USEDEP}]
+#  dev-python/pytest-qt[${PYTHON_USEDEP}]
+#  dev-python/pytest-timeout[${PYTHON_USEDEP}]
+#  dev-python/pyyaml[${PYTHON_USEDEP}]
+#  dev-python/QtPy[${PYTHON_USEDEP},pyside2,pyqt5]
+#  dev-python/scipy[${PYTHON_USEDEP}]
+#  dev-python/sympy[${PYTHON_USEDEP}]
+#  )"
 
 # Based on the courtesy of Arfrever
 # This patch removes a call to update-desktop-database during build
@@ -100,7 +100,7 @@ DOCS=(
"RELEASE.md"
 )
 
-distutils_enable_tests pytest
+# distutils_enable_tests pytest
 # TODO: Package sphinx-design
 # distutils_enable_sphinx docs/doc \
 #  dev-python/sphinx-panels \
@@ -164,9 +164,9 @@ python_prepare_all() {
 
 # Calling pytest directly somehow passes the pytest arguments to spyder
 # causing an invalid argument error
-python_test() {
-   virtx "${EPYTHON}" runtests.py
-}
+# python_test() {
+#  virtx "${EPYTHON}" runtests.py
+# }
 
 pkg_postinst() {
xdg_pkg_postinst

diff --git a/dev-python/spyder/spyder-6.0.0.ebuild 
b/dev-python/spyder/spyder-6.0.0.ebuild
index b4c6b1eb1a62..14599f036609 100644
--- a/dev-python/spyder/spyder-6.0.0.ebuild
+++ b/dev-python/spyder/spyder-6.0.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1 optfeature virtualx xdg
+inherit distutils-r1 optfeature xdg #virtualx
 
 # Commit of documentation to fetch
 DOCS_PV="6951e02799fc7cd1f29456f1d93cfdcb570dad27"
@@ -70,23 +70,23 @@ RDEPEND="
>=dev-python/yarl-1.9.4[${PYTHON_USEDEP}]
 "
 
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[tk,${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/pytest-order[${PYTHON_USEDEP}]
-   dev-python/pytest-qt[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHO

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/

2024-09-04 Thread Andrew Ammerlaan
commit: 8f8392854618495d2f733df5de09d719c26adb6c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Sep  4 10:58:27 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Sep  4 10:59:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f839285

dev-python/spyder-notebook: drop 0.6.0

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-notebook/Manifest|  1 -
 .../spyder-notebook/spyder-notebook-0.6.0.ebuild   | 58 --
 2 files changed, 59 deletions(-)

diff --git a/dev-python/spyder-notebook/Manifest 
b/dev-python/spyder-notebook/Manifest
index 4228c505c302..12e21c7932ba 100644
--- a/dev-python/spyder-notebook/Manifest
+++ b/dev-python/spyder-notebook/Manifest
@@ -1,3 +1,2 @@
 DIST spyder-notebook-0.5.1.tar.gz 5546854 BLAKE2B 
ccdc93c948e6b4db005cf2433794008c65e9a56574db15cd5627f44938bcc2c865341f2417bcf000e27e3d19fe11b6eb6340e6225a682bf32b2cb06ca8f4605a
 SHA512 
daf91361344f96db0ac855b80d17388bda7bf96eab280fba7ac406915dc9b5283c09e914c07342154ed2d0d23420b5e16923cf4ccddb090364db43cf606319f3
-DIST spyder_notebook-0.6.0.tar.gz 7118119 BLAKE2B 
5162bf9f314b8ab7cae3d39886d411afa090be02748b498d6182a988df547774cabd69b440e0f24c7d1eb2a855c71e0a0613d9b42b4fc9fab77332cde7e689bc
 SHA512 
a45db608b51e12c6ccebe4325ff462164c80acc92f779318dda0515cc94c44476a66c39a02e101a0922efa94915837ff0d1ea3b0ba912debe2a81fd94f233011
 DIST spyder_notebook-0.6.1.tar.gz 7118143 BLAKE2B 
d1893d96f91fb192eba13342edf67089ffa664b152bf3e626f8541ea2a2b7a20f1b73d72b55c2107abe02870cb63ee17b535dd13a3db882971b8c11eac33
 SHA512 
2bb7e4d1c4255cfb385e80bb46b3de7ae6c7fd4d4cdc27188cd530699cbc4654d2ace6e8341bc47b029d3e757dd860e2b0a65c2f00a91ae589032de86330cd84

diff --git a/dev-python/spyder-notebook/spyder-notebook-0.6.0.ebuild 
b/dev-python/spyder-notebook/spyder-notebook-0.6.0.ebuild
deleted file mode 100644
index 8ef64dc0b0a0..
--- a/dev-python/spyder-notebook/spyder-notebook-0.6.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-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 ~x86"
-
-RDEPEND="
-   dev-python/nbformat[${PYTHON_USEDEP}]
-   >=dev-python/notebook-7.2[${PYTHON_USEDEP}]
-   =dev-python/spyder-6[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/

2024-09-04 Thread Andrew Ammerlaan
commit: e09c58ddc5320fe2639b19810ab94824c276505e
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Sep  4 10:58:02 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Sep  4 10:59:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09c58dd

dev-python/spyder-notebook: add 0.6.1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-notebook/Manifest|  1 +
 .../spyder-notebook/spyder-notebook-0.6.1.ebuild   | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/spyder-notebook/Manifest 
b/dev-python/spyder-notebook/Manifest
index 61786ed4b1f3..4228c505c302 100644
--- a/dev-python/spyder-notebook/Manifest
+++ b/dev-python/spyder-notebook/Manifest
@@ -1,2 +1,3 @@
 DIST spyder-notebook-0.5.1.tar.gz 5546854 BLAKE2B 
ccdc93c948e6b4db005cf2433794008c65e9a56574db15cd5627f44938bcc2c865341f2417bcf000e27e3d19fe11b6eb6340e6225a682bf32b2cb06ca8f4605a
 SHA512 
daf91361344f96db0ac855b80d17388bda7bf96eab280fba7ac406915dc9b5283c09e914c07342154ed2d0d23420b5e16923cf4ccddb090364db43cf606319f3
 DIST spyder_notebook-0.6.0.tar.gz 7118119 BLAKE2B 
5162bf9f314b8ab7cae3d39886d411afa090be02748b498d6182a988df547774cabd69b440e0f24c7d1eb2a855c71e0a0613d9b42b4fc9fab77332cde7e689bc
 SHA512 
a45db608b51e12c6ccebe4325ff462164c80acc92f779318dda0515cc94c44476a66c39a02e101a0922efa94915837ff0d1ea3b0ba912debe2a81fd94f233011
+DIST spyder_notebook-0.6.1.tar.gz 7118143 BLAKE2B 
d1893d96f91fb192eba13342edf67089ffa664b152bf3e626f8541ea2a2b7a20f1b73d72b55c2107abe02870cb63ee17b535dd13a3db882971b8c11eac33
 SHA512 
2bb7e4d1c4255cfb385e80bb46b3de7ae6c7fd4d4cdc27188cd530699cbc4654d2ace6e8341bc47b029d3e757dd860e2b0a65c2f00a91ae589032de86330cd84

diff --git a/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild 
b/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild
new file mode 100644
index ..8ef64dc0b0a0
--- /dev/null
+++ b/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+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 ~x86"
+
+RDEPEND="
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/notebook-7.2[${PYTHON_USEDEP}]
+   =dev-python/spyder-6[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-unittest/

2024-09-04 Thread Andrew Ammerlaan
commit: 44d963516b105069020a1f72c85cc00ec0234c30
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Sep  4 08:10:42 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Sep  4 08:12:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d96351

dev-python/spyder-unittest: add 0.7.0

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/Manifest|  1 +
 .../spyder-unittest/spyder-unittest-0.7.0.ebuild   | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index 0734087a0fe5..f09e83f417bd 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1 +1,2 @@
 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.7.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.7.0.ebuild
new file mode 100644
index ..2b8efeaeda75
--- /dev/null
+++ b/dev-python/spyder-unittest/spyder-unittest-0.7.0.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+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 ~x86"
+
+RDEPEND="
+   >=dev-python/spyder-6[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-terminal/

2024-09-04 Thread Andrew Ammerlaan
commit: 866659398405afcb57a50372b8ebb99d848d7c26
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Sep  4 08:09:40 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Sep  4 08:12:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86665939

dev-python/spyder-terminal: restrict to spyder 5

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../{spyder-terminal-1.2.2.ebuild => spyder-terminal-1.2.2-r1.ebuild}| 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild 
b/dev-python/spyder-terminal/spyder-terminal-1.2.2-r1.ebuild
similarity index 94%
rename from dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild
rename to dev-python/spyder-terminal/spyder-terminal-1.2.2-r1.ebuild
index 50e769c11544..a9a34bd20851 100644
--- a/dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild
+++ b/dev-python/spyder-terminal/spyder-terminal-1.2.2-r1.ebuild
@@ -19,6 +19,7 @@ RDEPEND="
dev-python/coloredlogs[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
>=dev-python/spyder-5.2.0[${PYTHON_USEDEP}]
+   =dev-python/terminado-0.13.1[${PYTHON_USEDEP}]
dev-python/tornado[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/

2024-09-04 Thread Andrew Ammerlaan
commit: a2d6cd0341648cfceec291645d9882882f507cf5
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Sep  4 08:11:15 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Sep  4 08:12:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d6cd03

dev-python/spyder-notebook: add 0.6.0

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-notebook/Manifest|  1 +
 .../spyder-notebook/spyder-notebook-0.6.0.ebuild   | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/spyder-notebook/Manifest 
b/dev-python/spyder-notebook/Manifest
index d66a6430ff82..61786ed4b1f3 100644
--- a/dev-python/spyder-notebook/Manifest
+++ b/dev-python/spyder-notebook/Manifest
@@ -1 +1,2 @@
 DIST spyder-notebook-0.5.1.tar.gz 5546854 BLAKE2B 
ccdc93c948e6b4db005cf2433794008c65e9a56574db15cd5627f44938bcc2c865341f2417bcf000e27e3d19fe11b6eb6340e6225a682bf32b2cb06ca8f4605a
 SHA512 
daf91361344f96db0ac855b80d17388bda7bf96eab280fba7ac406915dc9b5283c09e914c07342154ed2d0d23420b5e16923cf4ccddb090364db43cf606319f3
+DIST spyder_notebook-0.6.0.tar.gz 7118119 BLAKE2B 
5162bf9f314b8ab7cae3d39886d411afa090be02748b498d6182a988df547774cabd69b440e0f24c7d1eb2a855c71e0a0613d9b42b4fc9fab77332cde7e689bc
 SHA512 
a45db608b51e12c6ccebe4325ff462164c80acc92f779318dda0515cc94c44476a66c39a02e101a0922efa94915837ff0d1ea3b0ba912debe2a81fd94f233011

diff --git a/dev-python/spyder-notebook/spyder-notebook-0.6.0.ebuild 
b/dev-python/spyder-notebook/spyder-notebook-0.6.0.ebuild
new file mode 100644
index ..8ef64dc0b0a0
--- /dev/null
+++ b/dev-python/spyder-notebook/spyder-notebook-0.6.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+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 ~x86"
+
+RDEPEND="
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/notebook-7.2[${PYTHON_USEDEP}]
+   =dev-python/spyder-6[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-line-profiler/

2024-09-04 Thread Andrew Ammerlaan
commit: 5b40752d4e47c47fc73e930814aeb65c24418b0b
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Sep  4 08:11:45 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Sep  4 08:12:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b40752d

dev-python/spyder-line-profiler: add 0.4.0

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-line-profiler/Manifest   |  1 +
 .../spyder-line-profiler-0.4.0.ebuild  | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/spyder-line-profiler/Manifest 
b/dev-python/spyder-line-profiler/Manifest
index f9874ec5bd9d..0eb74801ffca 100644
--- a/dev-python/spyder-line-profiler/Manifest
+++ b/dev-python/spyder-line-profiler/Manifest
@@ -1 +1,2 @@
 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.4.0.ebuild 
b/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild
new file mode 100644
index ..c06691818746
--- /dev/null
+++ b/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild
@@ -0,0 +1,42 @@
+# 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_{10..12} )
+
+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 ~x86"
+
+RDEPEND="
+   dev-python/line-profiler[${PYTHON_USEDEP}]
+   dev-python/qtawesome[${PYTHON_USEDEP}]
+   >=dev-python/spyder-6[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-09-03 Thread Andrew Ammerlaan
commit: a84fb16fcff06226fc434292065918dbbdf1be35
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Sep  3 07:54:39 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Sep  3 07:54:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84fb16f

dev-python/spyder: drop 5.5.5, 6.0.0_rc2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   3 -
 dev-python/spyder/spyder-5.5.5.ebuild | 193 -
 dev-python/spyder/spyder-6.0.0_rc2.ebuild | 196 --
 3 files changed, 392 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 88e72a490803..3b3e5cd9684b 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,6 +1,3 @@
-DIST spyder-5.5.5.gh.tar.gz 16258487 BLAKE2B 
3fa3ea611fc3267918e4314027c0825905f256a7fe070534c7608a4a42938c3934f34f4dc06fe0cfc0ac32e03fbdc294974672b010aaf9bc32512b817af62e6b
 SHA512 
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
 DIST spyder-5.5.6.gh.tar.gz 16304234 BLAKE2B 
9d14b96901276ced1644eef8dd57539036aecb067ee361b6581368b371d56b2008350969224992a35fe10ee177babca7f3e941f43b4cc3f432f6d0dec9104ead
 SHA512 
93ce6ac2e71bd4e81ca4a630a6fe152d1bf3c83d6e5c01dda8f3e5ad2735de1948a86642f5bc589c90616935e997526b26367ce178905ad2b80faf81f36f9164
 DIST spyder-6.0.0.gh.tar.gz 15687128 BLAKE2B 
23319f167eb61fecc477dd3b3deab2d62a1c12109033f262ba31e349b26ba92524bde0399ca2f8ae6ff6bbcbf400360882b92b888644b9d9767f5d894e5c06b6
 SHA512 
3445481df35707e103646ada5fb7eef94b1b36fdbec31e15d3cb7608f637fcf21238fec0f5747f8c7a1b5bb9770ed5355b4f0fab0f9db57bc888306c6a14c003
-DIST spyder-6.0.0_rc2.gh.tar.gz 15675811 BLAKE2B 
1f6c8a3a952a3b6b1a89b434bd41fbe2e793562f03463c1c95b62997d46c99b8d722620ec4355815f91a8fc57fa559f4ae15b88a058fb41516718d86f9ea6e3a
 SHA512 
3f50ac8eb8594d8a74b885e185e1f46617e63ee726e903d01f97529c48fd0020ac045a495fa0367824a9ca9148d3aa368e03a27c44a42903bb5ad4b1aab38d82
-DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2
 DIST spyder-docs-6951e02799fc7cd1f29456f1d93cfdcb570dad27.gh.tar.gz 93033557 
BLAKE2B 
395dd2a8ddb6e1b1408ba46cbe0fa452c1f2e69da1f3b6176401ff7395ace1463e63c696e13ee0b79f992b0ceca86228ad113f95ed7873db1b970452bc679f89
 SHA512 
c631e720e3ca49413482df294fb032285cf217ba94de299c37cb073e4e2bdeb629d16a139db17c569c74c628c50789c90d6085383886d32fa26b942711ccedc0

diff --git a/dev-python/spyder/spyder-5.5.5.ebuild 
b/dev-python/spyder/spyder-5.5.5.ebuild
deleted file mode 100644
index 4361d553e778..
--- a/dev-python/spyder/spyder-5.5.5.ebuild
+++ /dev/null
@@ -1,193 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
-   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.2[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-p

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-09-03 Thread Andrew Ammerlaan
commit: 6452db8e3b09e481f397c831cd26f04aa44a2ca9
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Sep  3 07:54:55 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Sep  3 07:54:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6452db8e

dev-python/spyder-kernels: drop 3.0.0_beta9

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels-3.0.0_beta9.ebuild  | 86 --
 2 files changed, 87 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index ea577b6ecf3f..a3cbe2ea28c6 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,2 @@
 DIST spyder_kernels-2.5.2.tar.gz 99972 BLAKE2B 
178f175fe03fd2b7871681ae30d10b62a4daf9ee606477eab4f88a4d81d2692b80cdcf4f9b6d46c4cfc0394b98d798e93dda870a3f1cbe6f77e243fd2b06d97c
 SHA512 
4cf5462d6a6e72bf13f9890fbc5a4008788e132ee3315b0ad01a00beff6b78c63f47b7b5d19be601b64984196cc1a5c4706a4c5bbe878d938e487ae9ddd9f1fc
 DIST spyder_kernels-3.0.0.tar.gz 242868 BLAKE2B 
7cf667ce42d9f0a1c6b0df337c98a702588c546eeedfeb8150cea560c7ba5f0049ccb76f1342584f7a6cf9bf400ed2d1dbbad12f5b39ae3a3343e3449aed3414
 SHA512 
42c176d6c8c410b375342c2fed07dd5ff6440e857dac06097d55c1f3d34bed6d51873833523b798316f100d3f226f78cf76d661a30c7e968683eaad622d5c994
-DIST spyder_kernels-3.0.0b9.tar.gz 242468 BLAKE2B 
b85c35f3b0fdffcb9105a6ff15388aeb0ea08f22647d654c37b9b7003d516310039dcb2d0cb41668f0903302b330dae289d9a7063ad9f970ac757f549b871a8d
 SHA512 
c3c68b3a7c5bbd337b4461cedc388e8a9196e9ee72c2208036abe376d1621ab5db93c23935d1bf2d711a2d0de99d06599e2e0f102dc7a5d75d5c55f13cdb2a2e

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta9.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta9.ebuild
deleted file mode 100644
index 5f91c6584c02..
--- a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta9.ebuild
+++ /dev/null
@@ -1,86 +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=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
-   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/h5py[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-
-   # pydicom only packaged in ::sci at the moment
-   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
-)
-
-python_test() {
-   if [[ ${EPYTHON} == pypy3 ]]; then
-   EPYTEST_IGNORE=(
-   # requires pandas
-   spyder_kernels/utils/tests/test_nsview.py
-   )
-   EPYTEST_DESELECT+=(
-   # requires hdf5
-   
spyder

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-09-03 Thread Andrew Ammerlaan
commit: 306c3618687229a6f02b793a03e2db0607e8621c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Sep  3 07:54:04 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Sep  3 07:54:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306c3618

dev-python/spyder: add 6.0.0

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   1 +
 dev-python/spyder/spyder-6.0.0.ebuild | 195 ++
 2 files changed, 196 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index fe88f9c9ff6e..88e72a490803 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,5 +1,6 @@
 DIST spyder-5.5.5.gh.tar.gz 16258487 BLAKE2B 
3fa3ea611fc3267918e4314027c0825905f256a7fe070534c7608a4a42938c3934f34f4dc06fe0cfc0ac32e03fbdc294974672b010aaf9bc32512b817af62e6b
 SHA512 
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
 DIST spyder-5.5.6.gh.tar.gz 16304234 BLAKE2B 
9d14b96901276ced1644eef8dd57539036aecb067ee361b6581368b371d56b2008350969224992a35fe10ee177babca7f3e941f43b4cc3f432f6d0dec9104ead
 SHA512 
93ce6ac2e71bd4e81ca4a630a6fe152d1bf3c83d6e5c01dda8f3e5ad2735de1948a86642f5bc589c90616935e997526b26367ce178905ad2b80faf81f36f9164
+DIST spyder-6.0.0.gh.tar.gz 15687128 BLAKE2B 
23319f167eb61fecc477dd3b3deab2d62a1c12109033f262ba31e349b26ba92524bde0399ca2f8ae6ff6bbcbf400360882b92b888644b9d9767f5d894e5c06b6
 SHA512 
3445481df35707e103646ada5fb7eef94b1b36fdbec31e15d3cb7608f637fcf21238fec0f5747f8c7a1b5bb9770ed5355b4f0fab0f9db57bc888306c6a14c003
 DIST spyder-6.0.0_rc2.gh.tar.gz 15675811 BLAKE2B 
1f6c8a3a952a3b6b1a89b434bd41fbe2e793562f03463c1c95b62997d46c99b8d722620ec4355815f91a8fc57fa559f4ae15b88a058fb41516718d86f9ea6e3a
 SHA512 
3f50ac8eb8594d8a74b885e185e1f46617e63ee726e903d01f97529c48fd0020ac045a495fa0367824a9ca9148d3aa368e03a27c44a42903bb5ad4b1aab38d82
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2
 DIST spyder-docs-6951e02799fc7cd1f29456f1d93cfdcb570dad27.gh.tar.gz 93033557 
BLAKE2B 
395dd2a8ddb6e1b1408ba46cbe0fa452c1f2e69da1f3b6176401ff7395ace1463e63c696e13ee0b79f992b0ceca86228ad113f95ed7873db1b970452bc679f89
 SHA512 
c631e720e3ca49413482df294fb032285cf217ba94de299c37cb073e4e2bdeb629d16a139db17c569c74c628c50789c90d6085383886d32fa26b942711ccedc0

diff --git a/dev-python/spyder/spyder-6.0.0.ebuild 
b/dev-python/spyder/spyder-6.0.0.ebuild
new file mode 100644
index ..b4c6b1eb1a62
--- /dev/null
+++ b/dev-python/spyder/spyder-6.0.0.ebuild
@@ -0,0 +1,195 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="6951e02799fc7cd1f29456f1d93cfdcb570dad27"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
+   >=dev-python/asyncssh-2.14.0[${PYTHON_USEDEP}]
+   =dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/PyGithub-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-08-29 Thread Michał Górny
commit: 14ce3edf0ac48310be09626de44f9efe9d658e65
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 30 01:46:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 30 01:53:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ce3edf

dev-python/spyder-kernels: Bump to 3.0.0

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

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels/spyder-kernels-3.0.0.ebuild | 92 ++
 2 files changed, 93 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 59aee0a1c509..ea577b6ecf3f 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,2 +1,3 @@
 DIST spyder_kernels-2.5.2.tar.gz 99972 BLAKE2B 
178f175fe03fd2b7871681ae30d10b62a4daf9ee606477eab4f88a4d81d2692b80cdcf4f9b6d46c4cfc0394b98d798e93dda870a3f1cbe6f77e243fd2b06d97c
 SHA512 
4cf5462d6a6e72bf13f9890fbc5a4008788e132ee3315b0ad01a00beff6b78c63f47b7b5d19be601b64984196cc1a5c4706a4c5bbe878d938e487ae9ddd9f1fc
+DIST spyder_kernels-3.0.0.tar.gz 242868 BLAKE2B 
7cf667ce42d9f0a1c6b0df337c98a702588c546eeedfeb8150cea560c7ba5f0049ccb76f1342584f7a6cf9bf400ed2d1dbbad12f5b39ae3a3343e3449aed3414
 SHA512 
42c176d6c8c410b375342c2fed07dd5ff6440e857dac06097d55c1f3d34bed6d51873833523b798316f100d3f226f78cf76d661a30c7e968683eaad622d5c994
 DIST spyder_kernels-3.0.0b9.tar.gz 242468 BLAKE2B 
b85c35f3b0fdffcb9105a6ff15388aeb0ea08f22647d654c37b9b7003d516310039dcb2d0cb41668f0903302b330dae289d9a7063ad9f970ac757f549b871a8d
 SHA512 
c3c68b3a7c5bbd337b4461cedc388e8a9196e9ee72c2208036abe376d1621ab5db93c23935d1bf2d711a2d0de99d06599e2e0f102dc7a5d75d5c55f13cdb2a2e

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0.ebuild
new file mode 100644
index ..0ff0db0d70d8
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-3.0.0.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
+   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency 
on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+
+   # RuntimeError: There is no current event loop in thread 
'MainThread'.
+   # https://bugs.gentoo.org/834893
+   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
+   
spyder_kernels/console/tests/test_console_kernel.py::test_runfile
+   
spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
+   
spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
+   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
+
+   # pydicom only packaged in ::sci at the moment
+   
spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
+   )
+   local EPYTEST_IGNORE=()
+
+   if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then
+   EPYTEST_IGNORE+=(
+   # require pandas
+

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-08-27 Thread Andrew Ammerlaan
commit: 00cbab72abee33bb2dbbe348606788b5589ef829
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Aug 27 07:36:10 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Aug 27 07:36:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00cbab72

dev-python/spyder: add 5.5.6

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   1 +
 dev-python/spyder/spyder-5.5.6.ebuild | 193 ++
 2 files changed, 194 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 2eba2af9c9d8..fe88f9c9ff6e 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,5 @@
 DIST spyder-5.5.5.gh.tar.gz 16258487 BLAKE2B 
3fa3ea611fc3267918e4314027c0825905f256a7fe070534c7608a4a42938c3934f34f4dc06fe0cfc0ac32e03fbdc294974672b010aaf9bc32512b817af62e6b
 SHA512 
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
+DIST spyder-5.5.6.gh.tar.gz 16304234 BLAKE2B 
9d14b96901276ced1644eef8dd57539036aecb067ee361b6581368b371d56b2008350969224992a35fe10ee177babca7f3e941f43b4cc3f432f6d0dec9104ead
 SHA512 
93ce6ac2e71bd4e81ca4a630a6fe152d1bf3c83d6e5c01dda8f3e5ad2735de1948a86642f5bc589c90616935e997526b26367ce178905ad2b80faf81f36f9164
 DIST spyder-6.0.0_rc2.gh.tar.gz 15675811 BLAKE2B 
1f6c8a3a952a3b6b1a89b434bd41fbe2e793562f03463c1c95b62997d46c99b8d722620ec4355815f91a8fc57fa559f4ae15b88a058fb41516718d86f9ea6e3a
 SHA512 
3f50ac8eb8594d8a74b885e185e1f46617e63ee726e903d01f97529c48fd0020ac045a495fa0367824a9ca9148d3aa368e03a27c44a42903bb5ad4b1aab38d82
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2
 DIST spyder-docs-6951e02799fc7cd1f29456f1d93cfdcb570dad27.gh.tar.gz 93033557 
BLAKE2B 
395dd2a8ddb6e1b1408ba46cbe0fa452c1f2e69da1f3b6176401ff7395ace1463e63c696e13ee0b79f992b0ceca86228ad113f95ed7873db1b970452bc679f89
 SHA512 
c631e720e3ca49413482df294fb032285cf217ba94de299c37cb073e4e2bdeb629d16a139db17c569c74c628c50789c90d6085383886d32fa26b942711ccedc0

diff --git a/dev-python/spyder/spyder-5.5.6.ebuild 
b/dev-python/spyder/spyder-5.5.6.ebuild
new file mode 100644
index ..fde20eed16f9
--- /dev/null
+++ b/dev-python/spyder/spyder-5.5.6.ebuild
@@ -0,0 +1,193 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="6951e02799fc7cd1f29456f1d93cfdcb570dad27"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
+   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},pyqt5,svg,webengine]
+   >=dev-python/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-2.5.2[${PYTHON_USEDEP}]
+   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/three-me

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-08-24 Thread Andrew Ammerlaan
commit: 08143cdd2f17cd77fc6d0985137249b83246e471
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Aug 24 19:22:09 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Aug 24 19:23:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08143cdd

dev-python/spyder: add 6.0.0_rc2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   2 +
 dev-python/spyder/spyder-6.0.0_rc2.ebuild | 196 ++
 2 files changed, 198 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 761695c421c7..4962a3361ee7 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,3 +1,5 @@
 DIST spyder-5.5.5.gh.tar.gz 16258487 BLAKE2B 
3fa3ea611fc3267918e4314027c0825905f256a7fe070534c7608a4a42938c3934f34f4dc06fe0cfc0ac32e03fbdc294974672b010aaf9bc32512b817af62e6b
 SHA512 
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
 DIST spyder-6.0.0_rc1.gh.tar.gz 15673894 BLAKE2B 
a9cd90bb12ec4d11b6a92185b2ff115f9d94e015a354022452d3592c53170fa59826f95d33709041c947ce780fa5368cb45cda3e8e04900f2bcd235706456c8f
 SHA512 
2870f12bd830d1f4e6ff5c8af3cfce670c7134ea975b7e09d6f1e69ec0ca32357150fc2da69fcc7ed29bd7bfc504b211bc9faaea0f7fdcbb161e528baf7c70f9
+DIST spyder-6.0.0_rc2.gh.tar.gz 15675811 BLAKE2B 
1f6c8a3a952a3b6b1a89b434bd41fbe2e793562f03463c1c95b62997d46c99b8d722620ec4355815f91a8fc57fa559f4ae15b88a058fb41516718d86f9ea6e3a
 SHA512 
3f50ac8eb8594d8a74b885e185e1f46617e63ee726e903d01f97529c48fd0020ac045a495fa0367824a9ca9148d3aa368e03a27c44a42903bb5ad4b1aab38d82
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2
+DIST spyder-docs-6951e02799fc7cd1f29456f1d93cfdcb570dad27.gh.tar.gz 93033557 
BLAKE2B 
395dd2a8ddb6e1b1408ba46cbe0fa452c1f2e69da1f3b6176401ff7395ace1463e63c696e13ee0b79f992b0ceca86228ad113f95ed7873db1b970452bc679f89
 SHA512 
c631e720e3ca49413482df294fb032285cf217ba94de299c37cb073e4e2bdeb629d16a139db17c569c74c628c50789c90d6085383886d32fa26b942711ccedc0

diff --git a/dev-python/spyder/spyder-6.0.0_rc2.ebuild 
b/dev-python/spyder/spyder-6.0.0_rc2.ebuild
new file mode 100644
index ..d7da1d961972
--- /dev/null
+++ b/dev-python/spyder/spyder-6.0.0_rc2.ebuild
@@ -0,0 +1,196 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="6951e02799fc7cd1f29456f1d93cfdcb570dad27"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV//_rc/rc}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${PV//_rc/rc}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   >=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
+   >=dev-python/asyncssh-2.14.0[${PYTHON_USEDEP}]
+   =dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/PyGithub-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
+   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
+   >=dev-python/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_U

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-08-24 Thread Andrew Ammerlaan
commit: dbf3ef7f25ce5a91fabbc4ac8311f00d0c4e1843
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Aug 24 19:22:38 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Aug 24 19:23:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf3ef7f

dev-python/spyder: drop 6.0.0_rc1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   1 -
 dev-python/spyder/spyder-6.0.0_rc1.ebuild | 196 --
 2 files changed, 197 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 4962a3361ee7..2eba2af9c9d8 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,5 +1,4 @@
 DIST spyder-5.5.5.gh.tar.gz 16258487 BLAKE2B 
3fa3ea611fc3267918e4314027c0825905f256a7fe070534c7608a4a42938c3934f34f4dc06fe0cfc0ac32e03fbdc294974672b010aaf9bc32512b817af62e6b
 SHA512 
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
-DIST spyder-6.0.0_rc1.gh.tar.gz 15673894 BLAKE2B 
a9cd90bb12ec4d11b6a92185b2ff115f9d94e015a354022452d3592c53170fa59826f95d33709041c947ce780fa5368cb45cda3e8e04900f2bcd235706456c8f
 SHA512 
2870f12bd830d1f4e6ff5c8af3cfce670c7134ea975b7e09d6f1e69ec0ca32357150fc2da69fcc7ed29bd7bfc504b211bc9faaea0f7fdcbb161e528baf7c70f9
 DIST spyder-6.0.0_rc2.gh.tar.gz 15675811 BLAKE2B 
1f6c8a3a952a3b6b1a89b434bd41fbe2e793562f03463c1c95b62997d46c99b8d722620ec4355815f91a8fc57fa559f4ae15b88a058fb41516718d86f9ea6e3a
 SHA512 
3f50ac8eb8594d8a74b885e185e1f46617e63ee726e903d01f97529c48fd0020ac045a495fa0367824a9ca9148d3aa368e03a27c44a42903bb5ad4b1aab38d82
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2
 DIST spyder-docs-6951e02799fc7cd1f29456f1d93cfdcb570dad27.gh.tar.gz 93033557 
BLAKE2B 
395dd2a8ddb6e1b1408ba46cbe0fa452c1f2e69da1f3b6176401ff7395ace1463e63c696e13ee0b79f992b0ceca86228ad113f95ed7873db1b970452bc679f89
 SHA512 
c631e720e3ca49413482df294fb032285cf217ba94de299c37cb073e4e2bdeb629d16a139db17c569c74c628c50789c90d6085383886d32fa26b942711ccedc0

diff --git a/dev-python/spyder/spyder-6.0.0_rc1.ebuild 
b/dev-python/spyder/spyder-6.0.0_rc1.ebuild
deleted file mode 100644
index 8a3dcedc74eb..
--- a/dev-python/spyder/spyder-6.0.0_rc1.ebuild
+++ /dev/null
@@ -1,196 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV//_rc/rc}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${PV//_rc/rc}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   >=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
-   >=dev-python/asyncssh-2.14.0[${PYTHON_USEDEP}]
-   =dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/PyGithub-2.3.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
-   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
-   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
-   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
-   >=dev-python/rtree-0.9.7[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-0.6.6[${PYTH

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-08-24 Thread Andrew Ammerlaan
commit: 249da424f5bf94936294da6d87afd4a0373a5872
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Aug 24 19:22:54 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Aug 24 19:23:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=249da424

dev-python/spyder-kernels: drop 3.0.0_beta8

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels-3.0.0_beta8.ebuild  | 86 --
 2 files changed, 87 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 24105875192b..59aee0a1c509 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,2 @@
 DIST spyder_kernels-2.5.2.tar.gz 99972 BLAKE2B 
178f175fe03fd2b7871681ae30d10b62a4daf9ee606477eab4f88a4d81d2692b80cdcf4f9b6d46c4cfc0394b98d798e93dda870a3f1cbe6f77e243fd2b06d97c
 SHA512 
4cf5462d6a6e72bf13f9890fbc5a4008788e132ee3315b0ad01a00beff6b78c63f47b7b5d19be601b64984196cc1a5c4706a4c5bbe878d938e487ae9ddd9f1fc
-DIST spyder_kernels-3.0.0b8.tar.gz 240231 BLAKE2B 
65d37fcf58d9e5636b1f3463f51087f2157d0f50d0e57245e32f294a9986f1eb22a1f74418cb6e6e6f5f3b1e4960b1360da9eb331036790172e6a7acc44bcd0a
 SHA512 
5ca4d8697a07f21a423a4f1cb222e34d0740c3f7f743241bd0d1a593e8a465bced847d86ff59587f3d39c17116518d5b41d9bfd3e84a7de75d63f65080c442a1
 DIST spyder_kernels-3.0.0b9.tar.gz 242468 BLAKE2B 
b85c35f3b0fdffcb9105a6ff15388aeb0ea08f22647d654c37b9b7003d516310039dcb2d0cb41668f0903302b330dae289d9a7063ad9f970ac757f549b871a8d
 SHA512 
c3c68b3a7c5bbd337b4461cedc388e8a9196e9ee72c2208036abe376d1621ab5db93c23935d1bf2d711a2d0de99d06599e2e0f102dc7a5d75d5c55f13cdb2a2e

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta8.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta8.ebuild
deleted file mode 100644
index 5f91c6584c02..
--- a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta8.ebuild
+++ /dev/null
@@ -1,86 +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=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
-   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/h5py[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-
-   # pydicom only packaged in ::sci at the moment
-   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
-)
-
-python_test() {
-   if [[ ${EPYTHON} == pypy3 ]]; then
-   EPYTEST_IGNORE=(
-   # requires pandas
-   spyder_kernels/utils/tests/test_nsview.py
-   )
-   EPYTEST_DESELECT+=(
-   # requires hdf5
-   
spyd

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-08-21 Thread Michał Górny
commit: 12661bb12a84a0f34d48d48c96b9842de69c2967
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 21 19:00:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 21 19:12:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12661bb1

dev-python/spyder-kernels: Bump to 3.0.0_beta9

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

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels-3.0.0_beta9.ebuild  | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 9f723c1b75bf..24105875192b 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,2 +1,3 @@
 DIST spyder_kernels-2.5.2.tar.gz 99972 BLAKE2B 
178f175fe03fd2b7871681ae30d10b62a4daf9ee606477eab4f88a4d81d2692b80cdcf4f9b6d46c4cfc0394b98d798e93dda870a3f1cbe6f77e243fd2b06d97c
 SHA512 
4cf5462d6a6e72bf13f9890fbc5a4008788e132ee3315b0ad01a00beff6b78c63f47b7b5d19be601b64984196cc1a5c4706a4c5bbe878d938e487ae9ddd9f1fc
 DIST spyder_kernels-3.0.0b8.tar.gz 240231 BLAKE2B 
65d37fcf58d9e5636b1f3463f51087f2157d0f50d0e57245e32f294a9986f1eb22a1f74418cb6e6e6f5f3b1e4960b1360da9eb331036790172e6a7acc44bcd0a
 SHA512 
5ca4d8697a07f21a423a4f1cb222e34d0740c3f7f743241bd0d1a593e8a465bced847d86ff59587f3d39c17116518d5b41d9bfd3e84a7de75d63f65080c442a1
+DIST spyder_kernels-3.0.0b9.tar.gz 242468 BLAKE2B 
b85c35f3b0fdffcb9105a6ff15388aeb0ea08f22647d654c37b9b7003d516310039dcb2d0cb41668f0903302b330dae289d9a7063ad9f970ac757f549b871a8d
 SHA512 
c3c68b3a7c5bbd337b4461cedc388e8a9196e9ee72c2208036abe376d1621ab5db93c23935d1bf2d711a2d0de99d06599e2e0f102dc7a5d75d5c55f13cdb2a2e

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta9.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta9.ebuild
new file mode 100644
index ..5f91c6584c02
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta9.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
+   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+
+   # RuntimeError: There is no current event loop in thread 'MainThread'.
+   # https://bugs.gentoo.org/834893
+   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
+   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
+   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
+   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
+   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
+
+   # pydicom only packaged in ::sci at the moment
+   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
+)
+
+python_test() {
+   if [[ ${EPYTHON} == pypy3 ]]; then
+   EPYTEST_IGNORE=(
+   # requires pandas
+   spyder_kernels/utils/tests/test_nsview.py
+   )
+   EPYTEST_DESELECT+=(
+   # requires hdf5
+   
spyder_kernels/u

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-08-10 Thread Andrew Ammerlaan
commit: c896ed39bf4164e547f476c9d5a6856ed40a027f
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Aug 10 08:40:24 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Aug 10 08:45:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c896ed39

dev-python/spyder-kernels: add 3.0.0_beta8

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels-3.0.0_beta8.ebuild  | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 93ae267da962..83ebebff09e4 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,2 +1,3 @@
 DIST spyder_kernels-2.5.2.tar.gz 99972 BLAKE2B 
178f175fe03fd2b7871681ae30d10b62a4daf9ee606477eab4f88a4d81d2692b80cdcf4f9b6d46c4cfc0394b98d798e93dda870a3f1cbe6f77e243fd2b06d97c
 SHA512 
4cf5462d6a6e72bf13f9890fbc5a4008788e132ee3315b0ad01a00beff6b78c63f47b7b5d19be601b64984196cc1a5c4706a4c5bbe878d938e487ae9ddd9f1fc
 DIST spyder_kernels-3.0.0b7.tar.gz 239483 BLAKE2B 
216f240555d5bccfc2d0a6b19a32af7ebae85dcd2b6165837df63207c4472f5d738a35ada55e68ffed5888f8370b1e93f42b16316b04638a18d3056a6d5f0a32
 SHA512 
c361b11623b57d0951e49297a84f43112c9e6c0f60849dccb914a0737a65fcbbfe1ce1583f637fc1fa3bf16f548e74f16987bec0ffc2f7a1dad38691e330d362
+DIST spyder_kernels-3.0.0b8.tar.gz 240231 BLAKE2B 
65d37fcf58d9e5636b1f3463f51087f2157d0f50d0e57245e32f294a9986f1eb22a1f74418cb6e6e6f5f3b1e4960b1360da9eb331036790172e6a7acc44bcd0a
 SHA512 
5ca4d8697a07f21a423a4f1cb222e34d0740c3f7f743241bd0d1a593e8a465bced847d86ff59587f3d39c17116518d5b41d9bfd3e84a7de75d63f65080c442a1

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta8.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta8.ebuild
new file mode 100644
index ..5f91c6584c02
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta8.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
+   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+
+   # RuntimeError: There is no current event loop in thread 'MainThread'.
+   # https://bugs.gentoo.org/834893
+   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
+   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
+   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
+   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
+   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
+
+   # pydicom only packaged in ::sci at the moment
+   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
+)
+
+python_test() {
+   if [[ ${EPYTHON} == pypy3 ]]; then
+   EPYTEST_IGNORE=(
+   # requires pandas
+   spyder_kernels/utils/tests/test_nsview.py
+   )
+   EPYTEST_DESELECT+=(
+   # requires hdf5
+   
spyder_k

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-08-10 Thread Andrew Ammerlaan
commit: b17c9e0ebd272aab71692d7e8b3b98c30df21f96
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Aug 10 08:41:14 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Aug 10 08:45:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17c9e0e

dev-python/spyder: add 6.0.0_rc1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   1 +
 dev-python/spyder/spyder-6.0.0_rc1.ebuild | 196 ++
 2 files changed, 197 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 2b7241a528c7..a802c5548796 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,3 +1,4 @@
 DIST spyder-5.5.5.gh.tar.gz 16258487 BLAKE2B 
3fa3ea611fc3267918e4314027c0825905f256a7fe070534c7608a4a42938c3934f34f4dc06fe0cfc0ac32e03fbdc294974672b010aaf9bc32512b817af62e6b
 SHA512 
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
 DIST spyder-6.0.0_beta3.gh.tar.gz 15656243 BLAKE2B 
7b958065d74aa58e8f34a530ae7a409d7680e55bf70ad0a4ee0a694bdc0239d32b2171c6cbeb97afc36d362860498cedf789ba5790ffdb4665c7414abc212c61
 SHA512 
d3ba805fd4a3fd03adde986e8c97e8e3fb3cfbcdba16487987f4b18bf7559b44a8f07106e138ab30aaa4e69db3c17d4bd80a1866baf2897a0b839c86d17a0073
+DIST spyder-6.0.0_rc1.gh.tar.gz 15673894 BLAKE2B 
a9cd90bb12ec4d11b6a92185b2ff115f9d94e015a354022452d3592c53170fa59826f95d33709041c947ce780fa5368cb45cda3e8e04900f2bcd235706456c8f
 SHA512 
2870f12bd830d1f4e6ff5c8af3cfce670c7134ea975b7e09d6f1e69ec0ca32357150fc2da69fcc7ed29bd7bfc504b211bc9faaea0f7fdcbb161e528baf7c70f9
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2

diff --git a/dev-python/spyder/spyder-6.0.0_rc1.ebuild 
b/dev-python/spyder/spyder-6.0.0_rc1.ebuild
new file mode 100644
index ..8a3dcedc74eb
--- /dev/null
+++ b/dev-python/spyder/spyder-6.0.0_rc1.ebuild
@@ -0,0 +1,196 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV//_rc/rc}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${PV//_rc/rc}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   >=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
+   >=dev-python/asyncssh-2.14.0[${PYTHON_USEDEP}]
+   =dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/PyGithub-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
+   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
+   >=dev-python/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-3.0.0_beta8[${PYTHON_USEDEP}]
+   =dev-python/superqt-0.6.2[${PYTHON_USEDEP}]
+   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/three-merge-0.1.1[${PYTHON_USEDEP}]
+   >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}]
+   >=dev-python/yarl-1.9.4[${PYTHON_USEDEP}]
+"
+
+BD

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-08-10 Thread Andrew Ammerlaan
commit: a3bab9e08345a73e398d07ece1658a040e5fe5e9
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Aug 10 08:40:57 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Aug 10 08:45:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3bab9e0

dev-python/spyder-kernels: drop 3.0.0_beta7

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels-3.0.0_beta7.ebuild  | 86 --
 2 files changed, 87 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 83ebebff09e4..9f723c1b75bf 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,2 @@
 DIST spyder_kernels-2.5.2.tar.gz 99972 BLAKE2B 
178f175fe03fd2b7871681ae30d10b62a4daf9ee606477eab4f88a4d81d2692b80cdcf4f9b6d46c4cfc0394b98d798e93dda870a3f1cbe6f77e243fd2b06d97c
 SHA512 
4cf5462d6a6e72bf13f9890fbc5a4008788e132ee3315b0ad01a00beff6b78c63f47b7b5d19be601b64984196cc1a5c4706a4c5bbe878d938e487ae9ddd9f1fc
-DIST spyder_kernels-3.0.0b7.tar.gz 239483 BLAKE2B 
216f240555d5bccfc2d0a6b19a32af7ebae85dcd2b6165837df63207c4472f5d738a35ada55e68ffed5888f8370b1e93f42b16316b04638a18d3056a6d5f0a32
 SHA512 
c361b11623b57d0951e49297a84f43112c9e6c0f60849dccb914a0737a65fcbbfe1ce1583f637fc1fa3bf16f548e74f16987bec0ffc2f7a1dad38691e330d362
 DIST spyder_kernels-3.0.0b8.tar.gz 240231 BLAKE2B 
65d37fcf58d9e5636b1f3463f51087f2157d0f50d0e57245e32f294a9986f1eb22a1f74418cb6e6e6f5f3b1e4960b1360da9eb331036790172e6a7acc44bcd0a
 SHA512 
5ca4d8697a07f21a423a4f1cb222e34d0740c3f7f743241bd0d1a593e8a465bced847d86ff59587f3d39c17116518d5b41d9bfd3e84a7de75d63f65080c442a1

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta7.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta7.ebuild
deleted file mode 100644
index 5f91c6584c02..
--- a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta7.ebuild
+++ /dev/null
@@ -1,86 +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=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
-   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/h5py[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-
-   # pydicom only packaged in ::sci at the moment
-   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
-)
-
-python_test() {
-   if [[ ${EPYTHON} == pypy3 ]]; then
-   EPYTEST_IGNORE=(
-   # requires pandas
-   spyder_kernels/utils/tests/test_nsview.py
-   )
-   EPYTEST_DESELECT+=(
-   # requires hdf5
-   
spyd

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-08-10 Thread Andrew Ammerlaan
commit: b6633b244c24391a30869340ddd8538f73a634f5
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Aug 10 08:41:32 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Aug 10 08:45:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6633b24

dev-python/spyder: drop 6.0.0_beta3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest  |   1 -
 dev-python/spyder/spyder-6.0.0_beta3.ebuild | 198 
 2 files changed, 199 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index a802c5548796..761695c421c7 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,3 @@
 DIST spyder-5.5.5.gh.tar.gz 16258487 BLAKE2B 
3fa3ea611fc3267918e4314027c0825905f256a7fe070534c7608a4a42938c3934f34f4dc06fe0cfc0ac32e03fbdc294974672b010aaf9bc32512b817af62e6b
 SHA512 
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
-DIST spyder-6.0.0_beta3.gh.tar.gz 15656243 BLAKE2B 
7b958065d74aa58e8f34a530ae7a409d7680e55bf70ad0a4ee0a694bdc0239d32b2171c6cbeb97afc36d362860498cedf789ba5790ffdb4665c7414abc212c61
 SHA512 
d3ba805fd4a3fd03adde986e8c97e8e3fb3cfbcdba16487987f4b18bf7559b44a8f07106e138ab30aaa4e69db3c17d4bd80a1866baf2897a0b839c86d17a0073
 DIST spyder-6.0.0_rc1.gh.tar.gz 15673894 BLAKE2B 
a9cd90bb12ec4d11b6a92185b2ff115f9d94e015a354022452d3592c53170fa59826f95d33709041c947ce780fa5368cb45cda3e8e04900f2bcd235706456c8f
 SHA512 
2870f12bd830d1f4e6ff5c8af3cfce670c7134ea975b7e09d6f1e69ec0ca32357150fc2da69fcc7ed29bd7bfc504b211bc9faaea0f7fdcbb161e528baf7c70f9
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2

diff --git a/dev-python/spyder/spyder-6.0.0_beta3.ebuild 
b/dev-python/spyder/spyder-6.0.0_beta3.ebuild
deleted file mode 100644
index c67ff4355549..
--- a/dev-python/spyder/spyder-6.0.0_beta3.ebuild
+++ /dev/null
@@ -1,198 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV//_beta/b}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${PV//_beta/b}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   >=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
-   >=dev-python/asyncssh-2.0.0[${PYTHON_USEDEP}]
-   =dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/PyGithub-2.3.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
-   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
-   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
-   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
-   >=dev-python/rtree-0.9.7[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
-   >=dev-python/spyder-kernels-3.0.0_beta7[${PYTHON_USEDEP}]
-   =dev-python/superqt-0.6.2[${PYTHON_USEDEP}]
-   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/three-merge-0.1.1[${PYTHON_USEDE

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-07-20 Thread Andrew Ammerlaan
commit: 69dc91ba5e29549bed06e6ffca03882a0254e9ac
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Jul 20 11:59:14 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jul 20 11:59:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69dc91ba

dev-python/spyder-kernels: drop 2.5.1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels/spyder-kernels-2.5.1.ebuild | 55 --
 2 files changed, 56 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 9605fd7130fb..93ae267da962 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,2 @@
-DIST spyder-kernels-2.5.1.tar.gz 99906 BLAKE2B 
50cae2744ea2bb2d59046423f084d8e29385a82fe05c5d18fa15a64261c4ae0bef6e6f0427c8053ea6cc622d87660f98dc55613d954818a72babc92a119e3dc2
 SHA512 
bd855e95fb84014cf86dd062aeffc580ce23db7f1c5c1b4ba6d5386d0be4a4bcde625a6bc3a6d126b07a66ef720860019bab5f245a383fd0b2c7975f6d331598
 DIST spyder_kernels-2.5.2.tar.gz 99972 BLAKE2B 
178f175fe03fd2b7871681ae30d10b62a4daf9ee606477eab4f88a4d81d2692b80cdcf4f9b6d46c4cfc0394b98d798e93dda870a3f1cbe6f77e243fd2b06d97c
 SHA512 
4cf5462d6a6e72bf13f9890fbc5a4008788e132ee3315b0ad01a00beff6b78c63f47b7b5d19be601b64984196cc1a5c4706a4c5bbe878d938e487ae9ddd9f1fc
 DIST spyder_kernels-3.0.0b7.tar.gz 239483 BLAKE2B 
216f240555d5bccfc2d0a6b19a32af7ebae85dcd2b6165837df63207c4472f5d738a35ada55e68ffed5888f8370b1e93f42b16316b04638a18d3056a6d5f0a32
 SHA512 
c361b11623b57d0951e49297a84f43112c9e6c0f60849dccb914a0737a65fcbbfe1ce1583f637fc1fa3bf16f548e74f16987bec0ffc2f7a1dad38691e330d362

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.5.1.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.5.1.ebuild
deleted file mode 100644
index f5eb639ae5d3..
--- a/dev-python/spyder-kernels/spyder-kernels-2.5.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
-   =dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-07-20 Thread Andrew Ammerlaan
commit: e02b566bd5869d682bbea4eea116da994524bacd
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Jul 20 11:58:48 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jul 20 11:59:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02b566b

dev-python/spyder: drop 5.5.4, 6.0.0_beta2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest  |   2 -
 dev-python/spyder/spyder-5.5.4.ebuild   | 193 ---
 dev-python/spyder/spyder-6.0.0_beta2.ebuild | 195 
 3 files changed, 390 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 697fff9a478c..2b7241a528c7 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,5 +1,3 @@
-DIST spyder-5.5.4.gh.tar.gz 16258160 BLAKE2B 
4f29db0805e1d7eed33497df0b28754cd873cfa5c6bd6c7955efc881000498a7527e413de5107ca4414f2dcbf0aa55903b1bf496626e7b470942cc5142abc152
 SHA512 
4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2
 DIST spyder-5.5.5.gh.tar.gz 16258487 BLAKE2B 
3fa3ea611fc3267918e4314027c0825905f256a7fe070534c7608a4a42938c3934f34f4dc06fe0cfc0ac32e03fbdc294974672b010aaf9bc32512b817af62e6b
 SHA512 
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
-DIST spyder-6.0.0_beta2.gh.tar.gz 15574412 BLAKE2B 
886a257323714d9176479db8466e00f963eb787eb4ebe21f12d1ac0af1b890671b2ae90121508f7f700b1e1545e4f73428a924ec6861411e74504f29a62662ef
 SHA512 
85c19e7e490b35d52ae228353f966a4cc0b36a906aecdaca6b01a6c051047cc3e84a8c9149738f2156ff9c8c2cfff4bb16bbc069e748728a00feeb56c2a82679
 DIST spyder-6.0.0_beta3.gh.tar.gz 15656243 BLAKE2B 
7b958065d74aa58e8f34a530ae7a409d7680e55bf70ad0a4ee0a694bdc0239d32b2171c6cbeb97afc36d362860498cedf789ba5790ffdb4665c7414abc212c61
 SHA512 
d3ba805fd4a3fd03adde986e8c97e8e3fb3cfbcdba16487987f4b18bf7559b44a8f07106e138ab30aaa4e69db3c17d4bd80a1866baf2897a0b839c86d17a0073
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2

diff --git a/dev-python/spyder/spyder-5.5.4.ebuild 
b/dev-python/spyder/spyder-5.5.4.ebuild
deleted file mode 100644
index 9975d016c80b..
--- a/dev-python/spyder/spyder-5.5.4.ebuild
+++ /dev/null
@@ -1,193 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
-   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.2[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
-   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
-   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},pyqt5,svg,webengine]
-   >=dev-python/rtree-0.9.7[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
-   >=dev-python/spyder-kernels-2.5.1[${PYTHON_USEDEP}]
-   =dev-pyth

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-07-20 Thread Andrew Ammerlaan
commit: e0b23bc886e9772aa64749c916c3881de07abb6f
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Jul 20 11:58:17 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jul 20 11:59:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b23bc8

dev-python/spyder: add 6.0.0_beta3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest  |   1 +
 dev-python/spyder/spyder-6.0.0_beta3.ebuild | 198 
 2 files changed, 199 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 0edd8dfe4ced..697fff9a478c 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,5 @@
 DIST spyder-5.5.4.gh.tar.gz 16258160 BLAKE2B 
4f29db0805e1d7eed33497df0b28754cd873cfa5c6bd6c7955efc881000498a7527e413de5107ca4414f2dcbf0aa55903b1bf496626e7b470942cc5142abc152
 SHA512 
4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2
 DIST spyder-5.5.5.gh.tar.gz 16258487 BLAKE2B 
3fa3ea611fc3267918e4314027c0825905f256a7fe070534c7608a4a42938c3934f34f4dc06fe0cfc0ac32e03fbdc294974672b010aaf9bc32512b817af62e6b
 SHA512 
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
 DIST spyder-6.0.0_beta2.gh.tar.gz 15574412 BLAKE2B 
886a257323714d9176479db8466e00f963eb787eb4ebe21f12d1ac0af1b890671b2ae90121508f7f700b1e1545e4f73428a924ec6861411e74504f29a62662ef
 SHA512 
85c19e7e490b35d52ae228353f966a4cc0b36a906aecdaca6b01a6c051047cc3e84a8c9149738f2156ff9c8c2cfff4bb16bbc069e748728a00feeb56c2a82679
+DIST spyder-6.0.0_beta3.gh.tar.gz 15656243 BLAKE2B 
7b958065d74aa58e8f34a530ae7a409d7680e55bf70ad0a4ee0a694bdc0239d32b2171c6cbeb97afc36d362860498cedf789ba5790ffdb4665c7414abc212c61
 SHA512 
d3ba805fd4a3fd03adde986e8c97e8e3fb3cfbcdba16487987f4b18bf7559b44a8f07106e138ab30aaa4e69db3c17d4bd80a1866baf2897a0b839c86d17a0073
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2

diff --git a/dev-python/spyder/spyder-6.0.0_beta3.ebuild 
b/dev-python/spyder/spyder-6.0.0_beta3.ebuild
new file mode 100644
index ..c67ff4355549
--- /dev/null
+++ b/dev-python/spyder/spyder-6.0.0_beta3.ebuild
@@ -0,0 +1,198 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV//_beta/b}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${PV//_beta/b}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   >=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
+   >=dev-python/asyncssh-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/PyGithub-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
+   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
+   >=dev-pytho

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/, dev-python/trimesh/, dev-python/rtree/, profiles/updates/, ...

2024-07-10 Thread Michał Górny
commit: 287f462eba67dec7036cd51c4372896144219184
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 10 08:55:05 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 10 09:32:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287f462e

Move {sci-libs → dev-python}/rtree

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

 {sci-libs => dev-python}/rtree/Manifest   | 0
 {sci-libs => dev-python}/rtree/metadata.xml   | 0
 {sci-libs => dev-python}/rtree/rtree-1.0.0.ebuild | 2 +-
 {sci-libs => dev-python}/rtree/rtree-1.3.0.ebuild | 0
 dev-python/spyder/spyder-5.5.4.ebuild | 2 +-
 dev-python/spyder/spyder-5.5.5.ebuild | 2 +-
 dev-python/spyder/spyder-6.0.0_beta2.ebuild   | 2 +-
 dev-python/trimesh/trimesh-4.4.0.ebuild   | 2 +-
 dev-python/trimesh/trimesh-4.4.2.ebuild   | 2 +-
 profiles/updates/3Q-2024  | 1 +
 10 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/sci-libs/rtree/Manifest b/dev-python/rtree/Manifest
similarity index 100%
rename from sci-libs/rtree/Manifest
rename to dev-python/rtree/Manifest

diff --git a/sci-libs/rtree/metadata.xml b/dev-python/rtree/metadata.xml
similarity index 100%
rename from sci-libs/rtree/metadata.xml
rename to dev-python/rtree/metadata.xml

diff --git a/sci-libs/rtree/rtree-1.0.0.ebuild 
b/dev-python/rtree/rtree-1.0.0.ebuild
similarity index 93%
rename from sci-libs/rtree/rtree-1.0.0.ebuild
rename to dev-python/rtree/rtree-1.0.0.ebuild
index ffa872d759b3..40896a2c822c 100644
--- a/sci-libs/rtree/rtree-1.0.0.ebuild
+++ b/dev-python/rtree/rtree-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/sci-libs/rtree/rtree-1.3.0.ebuild 
b/dev-python/rtree/rtree-1.3.0.ebuild
similarity index 100%
rename from sci-libs/rtree/rtree-1.3.0.ebuild
rename to dev-python/rtree/rtree-1.3.0.ebuild

diff --git a/dev-python/spyder/spyder-5.5.4.ebuild 
b/dev-python/spyder/spyder-5.5.4.ebuild
index 45aec287fb4a..9975d016c80b 100644
--- a/dev-python/spyder/spyder-5.5.4.ebuild
+++ b/dev-python/spyder/spyder-5.5.4.ebuild
@@ -55,7 +55,7 @@ RDEPEND="
>=dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
=dev-python/QtPy-2.1.0[${PYTHON_USEDEP},pyqt5,svg,webengine]
-   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/rtree-0.9.7[${PYTHON_USEDEP}]
>=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
>=dev-python/spyder-kernels-2.5.1[${PYTHON_USEDEP}]
=dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
=dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
-   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/rtree-0.9.7[${PYTHON_USEDEP}]
>=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
>=dev-python/spyder-kernels-3.0.0_beta7[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-06-19 Thread Andrew Ammerlaan
commit: 9579e4c4db0b53285a643205a8218e24043c824c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jun 19 10:48:16 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun 19 10:48:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9579e4c4

dev-python/spyder-kernels: add 3.0.0_beta7

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels-3.0.0_beta7.ebuild  | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index a96daa3e81c8..7d71ed86b7c1 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,4 @@
 DIST spyder-kernels-2.5.1.tar.gz 99906 BLAKE2B 
50cae2744ea2bb2d59046423f084d8e29385a82fe05c5d18fa15a64261c4ae0bef6e6f0427c8053ea6cc622d87660f98dc55613d954818a72babc92a119e3dc2
 SHA512 
bd855e95fb84014cf86dd062aeffc580ce23db7f1c5c1b4ba6d5386d0be4a4bcde625a6bc3a6d126b07a66ef720860019bab5f245a383fd0b2c7975f6d331598
 DIST spyder_kernels-2.5.2.tar.gz 99972 BLAKE2B 
178f175fe03fd2b7871681ae30d10b62a4daf9ee606477eab4f88a4d81d2692b80cdcf4f9b6d46c4cfc0394b98d798e93dda870a3f1cbe6f77e243fd2b06d97c
 SHA512 
4cf5462d6a6e72bf13f9890fbc5a4008788e132ee3315b0ad01a00beff6b78c63f47b7b5d19be601b64984196cc1a5c4706a4c5bbe878d938e487ae9ddd9f1fc
 DIST spyder_kernels-3.0.0b6.tar.gz 238208 BLAKE2B 
2d1e227e876eec6ea6435d581892a3f76845164b4c4c2835ace859394f95813ea2630fc5c03bdec827e025680478184831328530d6b56373e220fe52d219d386
 SHA512 
f3a18731850d5a7f2ad9c45a706c4526b9d22f357a0175b4f67954c3d1912640a5871157373575ed8b0f044bdb618548c8d0a3f8fff44492d06dceab43efc6ad
+DIST spyder_kernels-3.0.0b7.tar.gz 239483 BLAKE2B 
216f240555d5bccfc2d0a6b19a32af7ebae85dcd2b6165837df63207c4472f5d738a35ada55e68ffed5888f8370b1e93f42b16316b04638a18d3056a6d5f0a32
 SHA512 
c361b11623b57d0951e49297a84f43112c9e6c0f60849dccb914a0737a65fcbbfe1ce1583f637fc1fa3bf16f548e74f16987bec0ffc2f7a1dad38691e330d362

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta7.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta7.ebuild
new file mode 100644
index ..5f91c6584c02
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta7.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
+   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+
+   # RuntimeError: There is no current event loop in thread 'MainThread'.
+   # https://bugs.gentoo.org/834893
+   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
+   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
+   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
+   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
+   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
+
+   # pydicom only packaged in ::sci at the moment
+   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
+)
+
+python_test

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-06-19 Thread Andrew Ammerlaan
commit: 4375e66b3686702442c29d9bf30dfeb8ab824a84
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jun 19 11:00:29 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun 19 11:00:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4375e66b

dev-python/spyder: drop 6.0.0_beta1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest  |   1 -
 dev-python/spyder/spyder-6.0.0_beta1.ebuild | 194 
 2 files changed, 195 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 4f8a7c9632fb..0edd8dfe4ced 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,5 +1,4 @@
 DIST spyder-5.5.4.gh.tar.gz 16258160 BLAKE2B 
4f29db0805e1d7eed33497df0b28754cd873cfa5c6bd6c7955efc881000498a7527e413de5107ca4414f2dcbf0aa55903b1bf496626e7b470942cc5142abc152
 SHA512 
4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2
 DIST spyder-5.5.5.gh.tar.gz 16258487 BLAKE2B 
3fa3ea611fc3267918e4314027c0825905f256a7fe070534c7608a4a42938c3934f34f4dc06fe0cfc0ac32e03fbdc294974672b010aaf9bc32512b817af62e6b
 SHA512 
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
-DIST spyder-6.0.0_beta1.gh.tar.gz 1385 BLAKE2B 
5ae3a174929c2044f8e351d4edcb018f16133d63de1cb1aae0749509da1c350fa4fff54fd5067e8af58377e111ec7434f5aaa56728565826f31fe3c791800349
 SHA512 
d89385525054740b8c6aaf1e7d769cac6c6c102aad7cc32199b5667b06ad96e22838f5416ca2a77af68529032519fdf383c41f964b66a8a7db9252c2835bfdaf
 DIST spyder-6.0.0_beta2.gh.tar.gz 15574412 BLAKE2B 
886a257323714d9176479db8466e00f963eb787eb4ebe21f12d1ac0af1b890671b2ae90121508f7f700b1e1545e4f73428a924ec6861411e74504f29a62662ef
 SHA512 
85c19e7e490b35d52ae228353f966a4cc0b36a906aecdaca6b01a6c051047cc3e84a8c9149738f2156ff9c8c2cfff4bb16bbc069e748728a00feeb56c2a82679
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2

diff --git a/dev-python/spyder/spyder-6.0.0_beta1.ebuild 
b/dev-python/spyder/spyder-6.0.0_beta1.ebuild
deleted file mode 100644
index dddcc4a3fa89..
--- a/dev-python/spyder/spyder-6.0.0_beta1.ebuild
+++ /dev/null
@@ -1,194 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV//_beta/b}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${PV//_beta/b}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   >=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
-   >=dev-python/asyncssh-2.0.0[${PYTHON_USEDEP}]
-   =dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
-   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
-   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
-   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
-   >=dev-python/spyder-kernels-3.0.0_beta6[${PYTHON_USEDEP}]
-  

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-06-19 Thread Andrew Ammerlaan
commit: 597d551bbfa03786f96d83897c5204e3d505e163
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jun 19 11:00:16 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun 19 11:00:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597d551b

dev-python/spyder: add 6.0.0_beta2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest  |   1 +
 dev-python/spyder/spyder-6.0.0_beta2.ebuild | 195 
 2 files changed, 196 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 0263bbaf420b..4f8a7c9632fb 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,5 @@
 DIST spyder-5.5.4.gh.tar.gz 16258160 BLAKE2B 
4f29db0805e1d7eed33497df0b28754cd873cfa5c6bd6c7955efc881000498a7527e413de5107ca4414f2dcbf0aa55903b1bf496626e7b470942cc5142abc152
 SHA512 
4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2
 DIST spyder-5.5.5.gh.tar.gz 16258487 BLAKE2B 
3fa3ea611fc3267918e4314027c0825905f256a7fe070534c7608a4a42938c3934f34f4dc06fe0cfc0ac32e03fbdc294974672b010aaf9bc32512b817af62e6b
 SHA512 
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
 DIST spyder-6.0.0_beta1.gh.tar.gz 1385 BLAKE2B 
5ae3a174929c2044f8e351d4edcb018f16133d63de1cb1aae0749509da1c350fa4fff54fd5067e8af58377e111ec7434f5aaa56728565826f31fe3c791800349
 SHA512 
d89385525054740b8c6aaf1e7d769cac6c6c102aad7cc32199b5667b06ad96e22838f5416ca2a77af68529032519fdf383c41f964b66a8a7db9252c2835bfdaf
+DIST spyder-6.0.0_beta2.gh.tar.gz 15574412 BLAKE2B 
886a257323714d9176479db8466e00f963eb787eb4ebe21f12d1ac0af1b890671b2ae90121508f7f700b1e1545e4f73428a924ec6861411e74504f29a62662ef
 SHA512 
85c19e7e490b35d52ae228353f966a4cc0b36a906aecdaca6b01a6c051047cc3e84a8c9149738f2156ff9c8c2cfff4bb16bbc069e748728a00feeb56c2a82679
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2

diff --git a/dev-python/spyder/spyder-6.0.0_beta2.ebuild 
b/dev-python/spyder/spyder-6.0.0_beta2.ebuild
new file mode 100644
index ..067261ac5ee7
--- /dev/null
+++ b/dev-python/spyder/spyder-6.0.0_beta2.ebuild
@@ -0,0 +1,195 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV//_beta/b}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${PV//_beta/b}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   >=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
+   >=dev-python/asyncssh-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/PyGithub-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
+   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
+   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-pytho

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-06-19 Thread Andrew Ammerlaan
commit: 5921ce11b00e8cbaf601641e0e38611b55c9cf84
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jun 19 10:48:26 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun 19 10:48:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5921ce11

dev-python/spyder-kernels: drop 3.0.0_beta6

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels-3.0.0_beta6.ebuild  | 86 --
 2 files changed, 87 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 7d71ed86b7c1..9605fd7130fb 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,4 +1,3 @@
 DIST spyder-kernels-2.5.1.tar.gz 99906 BLAKE2B 
50cae2744ea2bb2d59046423f084d8e29385a82fe05c5d18fa15a64261c4ae0bef6e6f0427c8053ea6cc622d87660f98dc55613d954818a72babc92a119e3dc2
 SHA512 
bd855e95fb84014cf86dd062aeffc580ce23db7f1c5c1b4ba6d5386d0be4a4bcde625a6bc3a6d126b07a66ef720860019bab5f245a383fd0b2c7975f6d331598
 DIST spyder_kernels-2.5.2.tar.gz 99972 BLAKE2B 
178f175fe03fd2b7871681ae30d10b62a4daf9ee606477eab4f88a4d81d2692b80cdcf4f9b6d46c4cfc0394b98d798e93dda870a3f1cbe6f77e243fd2b06d97c
 SHA512 
4cf5462d6a6e72bf13f9890fbc5a4008788e132ee3315b0ad01a00beff6b78c63f47b7b5d19be601b64984196cc1a5c4706a4c5bbe878d938e487ae9ddd9f1fc
-DIST spyder_kernels-3.0.0b6.tar.gz 238208 BLAKE2B 
2d1e227e876eec6ea6435d581892a3f76845164b4c4c2835ace859394f95813ea2630fc5c03bdec827e025680478184831328530d6b56373e220fe52d219d386
 SHA512 
f3a18731850d5a7f2ad9c45a706c4526b9d22f357a0175b4f67954c3d1912640a5871157373575ed8b0f044bdb618548c8d0a3f8fff44492d06dceab43efc6ad
 DIST spyder_kernels-3.0.0b7.tar.gz 239483 BLAKE2B 
216f240555d5bccfc2d0a6b19a32af7ebae85dcd2b6165837df63207c4472f5d738a35ada55e68ffed5888f8370b1e93f42b16316b04638a18d3056a6d5f0a32
 SHA512 
c361b11623b57d0951e49297a84f43112c9e6c0f60849dccb914a0737a65fcbbfe1ce1583f637fc1fa3bf16f548e74f16987bec0ffc2f7a1dad38691e330d362

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta6.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta6.ebuild
deleted file mode 100644
index 5f91c6584c02..
--- a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta6.ebuild
+++ /dev/null
@@ -1,86 +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=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
-   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/h5py[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-
-   # pydicom only packaged in ::sci at the moment
-   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
-)
-
-python_

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-06-12 Thread Andrew Ammerlaan
commit: 11e156c05aedca7d317f7d4e4f4e8de6a7d6d855
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jun 12 10:12:28 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun 12 10:20:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e156c0

dev-python/spyder-kernels: add 2.5.2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels/spyder-kernels-2.5.2.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 828d9f122e02..a96daa3e81c8 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,2 +1,3 @@
 DIST spyder-kernels-2.5.1.tar.gz 99906 BLAKE2B 
50cae2744ea2bb2d59046423f084d8e29385a82fe05c5d18fa15a64261c4ae0bef6e6f0427c8053ea6cc622d87660f98dc55613d954818a72babc92a119e3dc2
 SHA512 
bd855e95fb84014cf86dd062aeffc580ce23db7f1c5c1b4ba6d5386d0be4a4bcde625a6bc3a6d126b07a66ef720860019bab5f245a383fd0b2c7975f6d331598
+DIST spyder_kernels-2.5.2.tar.gz 99972 BLAKE2B 
178f175fe03fd2b7871681ae30d10b62a4daf9ee606477eab4f88a4d81d2692b80cdcf4f9b6d46c4cfc0394b98d798e93dda870a3f1cbe6f77e243fd2b06d97c
 SHA512 
4cf5462d6a6e72bf13f9890fbc5a4008788e132ee3315b0ad01a00beff6b78c63f47b7b5d19be601b64984196cc1a5c4706a4c5bbe878d938e487ae9ddd9f1fc
 DIST spyder_kernels-3.0.0b6.tar.gz 238208 BLAKE2B 
2d1e227e876eec6ea6435d581892a3f76845164b4c4c2835ace859394f95813ea2630fc5c03bdec827e025680478184831328530d6b56373e220fe52d219d386
 SHA512 
f3a18731850d5a7f2ad9c45a706c4526b9d22f357a0175b4f67954c3d1912640a5871157373575ed8b0f044bdb618548c8d0a3f8fff44492d06dceab43efc6ad

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.5.2.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.5.2.ebuild
new file mode 100644
index ..c6bcb3377b9c
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-2.5.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
+   =dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+)
+
+python_test() {
+   if [[ ${EPYTHON} == pypy3 ]]; then
+   EPYTEST_IGNORE=(
+   # requires pandas
+   spyder_kernels/utils/tests/test_nsview.py
+   )
+   EPYTEST_DESELECT+=(
+   # requires hdf5
+   
spyder_kernels/utils/tests/test_iofuncs.py::test_save_load_hdf5_files
+   spyder_kernels/utils/tests/test_dochelpers.py
+   )
+   fi
+   distutils-r1_python_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-06-12 Thread Andrew Ammerlaan
commit: bce528798a3be7a2d4e03f447f4e5450710cb037
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jun 12 10:20:16 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun 12 10:20:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce52879

dev-python/spyder: add 5.5.5

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   1 +
 dev-python/spyder/spyder-5.5.5.ebuild | 193 ++
 2 files changed, 194 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 77c849078fd8..0263bbaf420b 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,3 +1,4 @@
 DIST spyder-5.5.4.gh.tar.gz 16258160 BLAKE2B 
4f29db0805e1d7eed33497df0b28754cd873cfa5c6bd6c7955efc881000498a7527e413de5107ca4414f2dcbf0aa55903b1bf496626e7b470942cc5142abc152
 SHA512 
4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2
+DIST spyder-5.5.5.gh.tar.gz 16258487 BLAKE2B 
3fa3ea611fc3267918e4314027c0825905f256a7fe070534c7608a4a42938c3934f34f4dc06fe0cfc0ac32e03fbdc294974672b010aaf9bc32512b817af62e6b
 SHA512 
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
 DIST spyder-6.0.0_beta1.gh.tar.gz 1385 BLAKE2B 
5ae3a174929c2044f8e351d4edcb018f16133d63de1cb1aae0749509da1c350fa4fff54fd5067e8af58377e111ec7434f5aaa56728565826f31fe3c791800349
 SHA512 
d89385525054740b8c6aaf1e7d769cac6c6c102aad7cc32199b5667b06ad96e22838f5416ca2a77af68529032519fdf383c41f964b66a8a7db9252c2835bfdaf
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2

diff --git a/dev-python/spyder/spyder-5.5.5.ebuild 
b/dev-python/spyder/spyder-5.5.5.ebuild
new file mode 100644
index ..ec2136d57987
--- /dev/null
+++ b/dev-python/spyder/spyder-5.5.5.ebuild
@@ -0,0 +1,193 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
+   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},pyqt5,svg,webengine]
+   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-2.5.2[${PYTHON_USEDEP}]
+   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/three-merge-0.1.1[${PYTHON_USEDEP}]
+   >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[tk,${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-05-17 Thread Andrew Ammerlaan
commit: 5078e4eaa7b11caf2894086b221f3f7026f0a099
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri May 17 13:22:22 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri May 17 14:12:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5078e4ea

dev-python/spyder: add 6.0.0_beta1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest  |   1 +
 dev-python/spyder/spyder-6.0.0_beta1.ebuild | 194 
 2 files changed, 195 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index dc9f810090af..02fe2963fb62 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,3 +1,4 @@
 DIST spyder-5.5.4.gh.tar.gz 16258160 BLAKE2B 
4f29db0805e1d7eed33497df0b28754cd873cfa5c6bd6c7955efc881000498a7527e413de5107ca4414f2dcbf0aa55903b1bf496626e7b470942cc5142abc152
 SHA512 
4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2
 DIST spyder-6.0.0_alpha5.gh.tar.gz 15518670 BLAKE2B 
936137c8bf20338b2cb084c8a798819d877595336b74e68fb7418c221f7168b2716042d0b6b26f9ae36034611a0d25962880026587a6a6b40f0009c818d316bb
 SHA512 
dedc46c4651735abdaedba79c9acb55ba91a23f7fd78c426d23d8a34153b33e57601c49d1417767ad4f7d23fcf52449d6e44c7f77fddb4810f75739aa64bd16c
+DIST spyder-6.0.0_beta1.gh.tar.gz 1385 BLAKE2B 
5ae3a174929c2044f8e351d4edcb018f16133d63de1cb1aae0749509da1c350fa4fff54fd5067e8af58377e111ec7434f5aaa56728565826f31fe3c791800349
 SHA512 
d89385525054740b8c6aaf1e7d769cac6c6c102aad7cc32199b5667b06ad96e22838f5416ca2a77af68529032519fdf383c41f964b66a8a7db9252c2835bfdaf
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2

diff --git a/dev-python/spyder/spyder-6.0.0_beta1.ebuild 
b/dev-python/spyder/spyder-6.0.0_beta1.ebuild
new file mode 100644
index ..dddcc4a3fa89
--- /dev/null
+++ b/dev-python/spyder/spyder-6.0.0_beta1.ebuild
@@ -0,0 +1,194 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV//_beta/b}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${PV//_beta/b}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   >=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
+   >=dev-python/asyncssh-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
+   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
+   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-3.0.0_beta6[${PYTHON_USEDEP}]
+   =dev-python/superqt-0.6.1[${PYTHON_USEDEP}]
+   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/three-merge-0.1.1[${PYTHON_USEDEP}]
+   >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}]
+   >=dev-python/yarl-1.9.4[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   d

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-05-17 Thread Andrew Ammerlaan
commit: 47e2c7da36f6b45daf38683ab0302825e0e3a7f8
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri May 17 13:23:02 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri May 17 14:12:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e2c7da

dev-python/spyder: drop 6.0.0_alpha5

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest   |   1 -
 dev-python/spyder/spyder-6.0.0_alpha5.ebuild | 190 ---
 2 files changed, 191 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 02fe2963fb62..77c849078fd8 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,3 @@
 DIST spyder-5.5.4.gh.tar.gz 16258160 BLAKE2B 
4f29db0805e1d7eed33497df0b28754cd873cfa5c6bd6c7955efc881000498a7527e413de5107ca4414f2dcbf0aa55903b1bf496626e7b470942cc5142abc152
 SHA512 
4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2
-DIST spyder-6.0.0_alpha5.gh.tar.gz 15518670 BLAKE2B 
936137c8bf20338b2cb084c8a798819d877595336b74e68fb7418c221f7168b2716042d0b6b26f9ae36034611a0d25962880026587a6a6b40f0009c818d316bb
 SHA512 
dedc46c4651735abdaedba79c9acb55ba91a23f7fd78c426d23d8a34153b33e57601c49d1417767ad4f7d23fcf52449d6e44c7f77fddb4810f75739aa64bd16c
 DIST spyder-6.0.0_beta1.gh.tar.gz 1385 BLAKE2B 
5ae3a174929c2044f8e351d4edcb018f16133d63de1cb1aae0749509da1c350fa4fff54fd5067e8af58377e111ec7434f5aaa56728565826f31fe3c791800349
 SHA512 
d89385525054740b8c6aaf1e7d769cac6c6c102aad7cc32199b5667b06ad96e22838f5416ca2a77af68529032519fdf383c41f964b66a8a7db9252c2835bfdaf
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2

diff --git a/dev-python/spyder/spyder-6.0.0_alpha5.ebuild 
b/dev-python/spyder/spyder-6.0.0_alpha5.ebuild
deleted file mode 100644
index f0067e582d78..
--- a/dev-python/spyder/spyder-6.0.0_alpha5.ebuild
+++ /dev/null
@@ -1,190 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV//_alpha/a}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${PV//_alpha/a}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
-   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
-   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
-   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
-   >=dev-python/spyder-kernels-3.0.0_beta5[${PYTHON_USEDEP}]
-   =dev-python/superqt-0.6.1[${PYTHON_USEDEP}]
-   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/three-merge-0.1.1[${PYTHON_USEDEP}]
-   >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[tk,${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-05-17 Thread Andrew Ammerlaan
commit: f6034eb7a0c485a5451c172a5aef8ea2fe01229b
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri May 17 13:09:51 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri May 17 14:12:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6034eb7

dev-python/spyder-kernels: add 3.0.0_beta6

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels-3.0.0_beta6.ebuild  | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 8ed3fe7c9986..0d5736f9014f 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,2 +1,3 @@
 DIST spyder-kernels-2.5.1.tar.gz 99906 BLAKE2B 
50cae2744ea2bb2d59046423f084d8e29385a82fe05c5d18fa15a64261c4ae0bef6e6f0427c8053ea6cc622d87660f98dc55613d954818a72babc92a119e3dc2
 SHA512 
bd855e95fb84014cf86dd062aeffc580ce23db7f1c5c1b4ba6d5386d0be4a4bcde625a6bc3a6d126b07a66ef720860019bab5f245a383fd0b2c7975f6d331598
 DIST spyder-kernels-3.0.0b5.tar.gz 237958 BLAKE2B 
3684892bac2f3f525d133b6a7bac3d2f77cf772de09f61e5c58c5a7a914274688006345348f2ffcfa8af04ace2eaee2d97db709b0772cab15752a5d9c5fb6405
 SHA512 
f02fe0a2bbe1aa7849aa30f784ab507dcd988349f5874e1fe3bcc468d139eb27f168005c9d475dcc826252dca00bbd2bfa8f5ae38ae71001c8e515e6e91d535a
+DIST spyder_kernels-3.0.0b6.tar.gz 238208 BLAKE2B 
2d1e227e876eec6ea6435d581892a3f76845164b4c4c2835ace859394f95813ea2630fc5c03bdec827e025680478184831328530d6b56373e220fe52d219d386
 SHA512 
f3a18731850d5a7f2ad9c45a706c4526b9d22f357a0175b4f67954c3d1912640a5871157373575ed8b0f044bdb618548c8d0a3f8fff44492d06dceab43efc6ad

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta6.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta6.ebuild
new file mode 100644
index ..5f91c6584c02
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta6.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
+   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+
+   # RuntimeError: There is no current event loop in thread 'MainThread'.
+   # https://bugs.gentoo.org/834893
+   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
+   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
+   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
+   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
+   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
+
+   # pydicom only packaged in ::sci at the moment
+   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
+)
+
+python_test() {
+   if [[ ${EPYTHON} == pypy3 ]]; then
+   EPYTEST_IGNORE=(
+   # requires pandas
+   spyder_kernels/utils/tests/test_nsview.py
+   )
+   EPYTEST_DESELECT+=(
+   # requires hdf5
+   
spyder_k

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-05-17 Thread Andrew Ammerlaan
commit: 794d82ad466c8145c131cd584c4605ec962fcb5e
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri May 17 13:11:05 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri May 17 14:12:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794d82ad

dev-python/spyder-kernels: drop 3.0.0_beta5

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels-3.0.0_beta5.ebuild  | 87 --
 2 files changed, 88 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 0d5736f9014f..828d9f122e02 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,2 @@
 DIST spyder-kernels-2.5.1.tar.gz 99906 BLAKE2B 
50cae2744ea2bb2d59046423f084d8e29385a82fe05c5d18fa15a64261c4ae0bef6e6f0427c8053ea6cc622d87660f98dc55613d954818a72babc92a119e3dc2
 SHA512 
bd855e95fb84014cf86dd062aeffc580ce23db7f1c5c1b4ba6d5386d0be4a4bcde625a6bc3a6d126b07a66ef720860019bab5f245a383fd0b2c7975f6d331598
-DIST spyder-kernels-3.0.0b5.tar.gz 237958 BLAKE2B 
3684892bac2f3f525d133b6a7bac3d2f77cf772de09f61e5c58c5a7a914274688006345348f2ffcfa8af04ace2eaee2d97db709b0772cab15752a5d9c5fb6405
 SHA512 
f02fe0a2bbe1aa7849aa30f784ab507dcd988349f5874e1fe3bcc468d139eb27f168005c9d475dcc826252dca00bbd2bfa8f5ae38ae71001c8e515e6e91d535a
 DIST spyder_kernels-3.0.0b6.tar.gz 238208 BLAKE2B 
2d1e227e876eec6ea6435d581892a3f76845164b4c4c2835ace859394f95813ea2630fc5c03bdec827e025680478184831328530d6b56373e220fe52d219d386
 SHA512 
f3a18731850d5a7f2ad9c45a706c4526b9d22f357a0175b4f67954c3d1912640a5871157373575ed8b0f044bdb618548c8d0a3f8fff44492d06dceab43efc6ad

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta5.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta5.ebuild
deleted file mode 100644
index 4e2774419bfe..
--- a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta5.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
-   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/h5py[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-
-   # pydicom only packaged in ::sci at the moment
-   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
-)
-
-python_test() {
-   if [[ ${EPYTHON} == pypy3 ]]; then
-   EPYTEST_IGNORE=(
-   # requires pandas
-   spyder_kernels/utils/tests/test_nsview.py
-   )
-   EPYTEST_DESELECT+=(
-   # requires hdf5
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-04-24 Thread Andrew Ammerlaan
commit: eb1d59ad3a38b0ea94b004c3be29a27fa33bf4ae
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Apr 24 12:47:09 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Apr 24 12:47:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1d59ad

dev-python/spyder: drop 6.0.0_alpha4

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest   |   2 -
 dev-python/spyder/spyder-6.0.0_alpha4.ebuild | 189 ---
 2 files changed, 191 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 3fac93dfc91c..dc9f810090af 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,5 +1,3 @@
 DIST spyder-5.5.4.gh.tar.gz 16258160 BLAKE2B 
4f29db0805e1d7eed33497df0b28754cd873cfa5c6bd6c7955efc881000498a7527e413de5107ca4414f2dcbf0aa55903b1bf496626e7b470942cc5142abc152
 SHA512 
4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2
-DIST spyder-6.0.0_alpha4.gh.tar.gz 15503538 BLAKE2B 
ee896fe2c3c2afd464a8c86204f770ef08ff2fdfc68f7431d2706f76516b6e2b31c9cda8df3236cb3b85799d67f983fbbbfcdc92400a2a88f1efdcd166622f50
 SHA512 
8ff36feecf6ce99d90ec07fc0cc3ecab075af4e36d64ba650316a46d1f79ca1a08ca7eb2b48dee6e5eddaaafaff14445f0b687742e9a439c3e4def098e489879
 DIST spyder-6.0.0_alpha5.gh.tar.gz 15518670 BLAKE2B 
936137c8bf20338b2cb084c8a798819d877595336b74e68fb7418c221f7168b2716042d0b6b26f9ae36034611a0d25962880026587a6a6b40f0009c818d316bb
 SHA512 
dedc46c4651735abdaedba79c9acb55ba91a23f7fd78c426d23d8a34153b33e57601c49d1417767ad4f7d23fcf52449d6e44c7f77fddb4810f75739aa64bd16c
-DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2

diff --git a/dev-python/spyder/spyder-6.0.0_alpha4.ebuild 
b/dev-python/spyder/spyder-6.0.0_alpha4.ebuild
deleted file mode 100644
index b2536ab2c160..
--- a/dev-python/spyder/spyder-6.0.0_alpha4.ebuild
+++ /dev/null
@@ -1,189 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="0aa81d44ec6490c155be1bb1acca0a27328b12e0"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV//_alpha/a}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${PV//_alpha/a}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
-   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
-   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
-   >=dev-python/spyder-kernels-3.0.0_beta4[${PYTHON_USEDEP}]
-   =dev-python/superqt-0.6.1[${PYTHON_USEDEP}]
- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-04-24 Thread Andrew Ammerlaan
commit: 056cd1065a23f4264878f2ce2aa3742daa1c0cf3
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Apr 24 12:46:57 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Apr 24 12:47:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056cd106

dev-python/spyder: add 6.0.0_alpha5

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest   |   1 +
 dev-python/spyder/spyder-6.0.0_alpha5.ebuild | 190 +++
 2 files changed, 191 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 1a5fe8c9e0bc..3fac93dfc91c 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,5 @@
 DIST spyder-5.5.4.gh.tar.gz 16258160 BLAKE2B 
4f29db0805e1d7eed33497df0b28754cd873cfa5c6bd6c7955efc881000498a7527e413de5107ca4414f2dcbf0aa55903b1bf496626e7b470942cc5142abc152
 SHA512 
4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2
 DIST spyder-6.0.0_alpha4.gh.tar.gz 15503538 BLAKE2B 
ee896fe2c3c2afd464a8c86204f770ef08ff2fdfc68f7431d2706f76516b6e2b31c9cda8df3236cb3b85799d67f983fbbbfcdc92400a2a88f1efdcd166622f50
 SHA512 
8ff36feecf6ce99d90ec07fc0cc3ecab075af4e36d64ba650316a46d1f79ca1a08ca7eb2b48dee6e5eddaaafaff14445f0b687742e9a439c3e4def098e489879
+DIST spyder-6.0.0_alpha5.gh.tar.gz 15518670 BLAKE2B 
936137c8bf20338b2cb084c8a798819d877595336b74e68fb7418c221f7168b2716042d0b6b26f9ae36034611a0d25962880026587a6a6b40f0009c818d316bb
 SHA512 
dedc46c4651735abdaedba79c9acb55ba91a23f7fd78c426d23d8a34153b33e57601c49d1417767ad4f7d23fcf52449d6e44c7f77fddb4810f75739aa64bd16c
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2

diff --git a/dev-python/spyder/spyder-6.0.0_alpha5.ebuild 
b/dev-python/spyder/spyder-6.0.0_alpha5.ebuild
new file mode 100644
index ..f0067e582d78
--- /dev/null
+++ b/dev-python/spyder/spyder-6.0.0_alpha5.ebuild
@@ -0,0 +1,190 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV//_alpha/a}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${PV//_alpha/a}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
+   =dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine]
+   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-3.0.0_beta5[${PYTHON_USEDEP}]
+   =dev-python/superqt-0.6.1[${PYTHON_USEDEP}]
+   =de

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-04-24 Thread Andrew Ammerlaan
commit: 7b5a1980e084ef50bf5855a58a27cb5caa58cbbf
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Apr 24 12:42:30 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Apr 24 12:47:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5a1980

dev-python/spyder-kernels: drop 3.0.0_beta4

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels-3.0.0_beta4.ebuild  | 87 --
 2 files changed, 88 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index f1b8642ab934..330fa45f337d 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,4 +1,3 @@
 DIST spyder-kernels-2.5.0.tar.gz 99908 BLAKE2B 
8684bdaba16bdfeb2db1e1789054e4951c6fa673dde91a1ae35972a1fd7cd6c298572c83db360553a3d94b1311d449a62d82d25d007f919a4baf6a23d2d872e2
 SHA512 
acdf796b450d87ee08f97bb6477383006632b6c91c862907ba43803bf88c1552749dc62c69820f948d8738a1a062614c065f861b73d5d73756cf5d00e63b58b5
 DIST spyder-kernels-2.5.1.tar.gz 99906 BLAKE2B 
50cae2744ea2bb2d59046423f084d8e29385a82fe05c5d18fa15a64261c4ae0bef6e6f0427c8053ea6cc622d87660f98dc55613d954818a72babc92a119e3dc2
 SHA512 
bd855e95fb84014cf86dd062aeffc580ce23db7f1c5c1b4ba6d5386d0be4a4bcde625a6bc3a6d126b07a66ef720860019bab5f245a383fd0b2c7975f6d331598
-DIST spyder-kernels-3.0.0b4.tar.gz 237687 BLAKE2B 
05b294acd6e000898b4ee42c1f4a64716e73eec7466c5acfec3ee017fd66909cb6f9f5904ffaf546e43fae67738554469a2129916b78c5897a187f88f53d9261
 SHA512 
d49d198252077bfac06bbdd520d1de68a45d7d1076d598f0a7b2a4109f5b000fb73929cb617c8428672f4d039620e05fdbaa734eb6486849d90e21b4762e61d4
 DIST spyder-kernels-3.0.0b5.tar.gz 237958 BLAKE2B 
3684892bac2f3f525d133b6a7bac3d2f77cf772de09f61e5c58c5a7a914274688006345348f2ffcfa8af04ace2eaee2d97db709b0772cab15752a5d9c5fb6405
 SHA512 
f02fe0a2bbe1aa7849aa30f784ab507dcd988349f5874e1fe3bcc468d139eb27f168005c9d475dcc826252dca00bbd2bfa8f5ae38ae71001c8e515e6e91d535a

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta4.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta4.ebuild
deleted file mode 100644
index 1fd8c65f7dd1..
--- a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta4.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.23.2[${PYTHON_USEDEP}]
-   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/h5py[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-
-   # pydicom only packaged in ::sci at the moment
-   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dico

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-04-24 Thread Andrew Ammerlaan
commit: 4eebeb6de82316797bc53d4d7f18c3c214b826ec
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Apr 24 12:42:46 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Apr 24 12:47:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eebeb6d

dev-python/spyder-kernels: drop 2.5.0

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels/spyder-kernels-2.5.0.ebuild | 55 --
 2 files changed, 56 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 330fa45f337d..8ed3fe7c9986 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,2 @@
-DIST spyder-kernels-2.5.0.tar.gz 99908 BLAKE2B 
8684bdaba16bdfeb2db1e1789054e4951c6fa673dde91a1ae35972a1fd7cd6c298572c83db360553a3d94b1311d449a62d82d25d007f919a4baf6a23d2d872e2
 SHA512 
acdf796b450d87ee08f97bb6477383006632b6c91c862907ba43803bf88c1552749dc62c69820f948d8738a1a062614c065f861b73d5d73756cf5d00e63b58b5
 DIST spyder-kernels-2.5.1.tar.gz 99906 BLAKE2B 
50cae2744ea2bb2d59046423f084d8e29385a82fe05c5d18fa15a64261c4ae0bef6e6f0427c8053ea6cc622d87660f98dc55613d954818a72babc92a119e3dc2
 SHA512 
bd855e95fb84014cf86dd062aeffc580ce23db7f1c5c1b4ba6d5386d0be4a4bcde625a6bc3a6d126b07a66ef720860019bab5f245a383fd0b2c7975f6d331598
 DIST spyder-kernels-3.0.0b5.tar.gz 237958 BLAKE2B 
3684892bac2f3f525d133b6a7bac3d2f77cf772de09f61e5c58c5a7a914274688006345348f2ffcfa8af04ace2eaee2d97db709b0772cab15752a5d9c5fb6405
 SHA512 
f02fe0a2bbe1aa7849aa30f784ab507dcd988349f5874e1fe3bcc468d139eb27f168005c9d475dcc826252dca00bbd2bfa8f5ae38ae71001c8e515e6e91d535a

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.5.0.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.5.0.ebuild
deleted file mode 100644
index 0be0b4d9975e..
--- a/dev-python/spyder-kernels/spyder-kernels-2.5.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.23.2[${PYTHON_USEDEP}]
-   =dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-04-24 Thread Andrew Ammerlaan
commit: cb74a5e41b8e458f3131c461d104d7f4e6351510
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Apr 24 12:42:06 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Apr 24 12:47:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb74a5e4

dev-python/spyder-kernels: add 3.0.0_beta5

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels-3.0.0_beta5.ebuild  | 87 ++
 2 files changed, 88 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 96a4d8052c4b..f1b8642ab934 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,4 @@
 DIST spyder-kernels-2.5.0.tar.gz 99908 BLAKE2B 
8684bdaba16bdfeb2db1e1789054e4951c6fa673dde91a1ae35972a1fd7cd6c298572c83db360553a3d94b1311d449a62d82d25d007f919a4baf6a23d2d872e2
 SHA512 
acdf796b450d87ee08f97bb6477383006632b6c91c862907ba43803bf88c1552749dc62c69820f948d8738a1a062614c065f861b73d5d73756cf5d00e63b58b5
 DIST spyder-kernels-2.5.1.tar.gz 99906 BLAKE2B 
50cae2744ea2bb2d59046423f084d8e29385a82fe05c5d18fa15a64261c4ae0bef6e6f0427c8053ea6cc622d87660f98dc55613d954818a72babc92a119e3dc2
 SHA512 
bd855e95fb84014cf86dd062aeffc580ce23db7f1c5c1b4ba6d5386d0be4a4bcde625a6bc3a6d126b07a66ef720860019bab5f245a383fd0b2c7975f6d331598
 DIST spyder-kernels-3.0.0b4.tar.gz 237687 BLAKE2B 
05b294acd6e000898b4ee42c1f4a64716e73eec7466c5acfec3ee017fd66909cb6f9f5904ffaf546e43fae67738554469a2129916b78c5897a187f88f53d9261
 SHA512 
d49d198252077bfac06bbdd520d1de68a45d7d1076d598f0a7b2a4109f5b000fb73929cb617c8428672f4d039620e05fdbaa734eb6486849d90e21b4762e61d4
+DIST spyder-kernels-3.0.0b5.tar.gz 237958 BLAKE2B 
3684892bac2f3f525d133b6a7bac3d2f77cf772de09f61e5c58c5a7a914274688006345348f2ffcfa8af04ace2eaee2d97db709b0772cab15752a5d9c5fb6405
 SHA512 
f02fe0a2bbe1aa7849aa30f784ab507dcd988349f5874e1fe3bcc468d139eb27f168005c9d475dcc826252dca00bbd2bfa8f5ae38ae71001c8e515e6e91d535a

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta5.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta5.ebuild
new file mode 100644
index ..4e2774419bfe
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta5.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
+   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+
+   # RuntimeError: There is no current event loop in thread 'MainThread'.
+   # https://bugs.gentoo.org/834893
+   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
+   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
+   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
+   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
+   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
+
+   # pydicom only packaged in ::sci at the moment
+   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_fi

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-04-10 Thread Andrew Ammerlaan
commit: a1b8f0667e53dc7bc6f93b9d809fdc2d6f763f20
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Apr 10 08:07:27 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Apr 10 08:07:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b8f066

dev-python/spyder: add 5.5.4

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   2 +
 dev-python/spyder/spyder-5.5.4.ebuild | 193 ++
 2 files changed, 195 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index ae30f5ae75c3..0cd3683185cd 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,6 @@
 DIST spyder-5.5.3.gh.tar.gz 16254522 BLAKE2B 
4f6fcaf68a451ff2253cdda1008c854374ef96f42d4edd8614dceee61d931cabe204a3d2c1a8141ab74b165a2dc63879cc8192a4cf3c29f0418fb0d648d12f15
 SHA512 
001b6208ce937efb9d7aa7225659efaad921b55a6ec0d464496a93f5bd31980724ab98706f4f3e24130ea6b8943a7ad203efe47f32fc0597c15c603b492ccc3d
+DIST spyder-5.5.4.gh.tar.gz 16258160 BLAKE2B 
4f29db0805e1d7eed33497df0b28754cd873cfa5c6bd6c7955efc881000498a7527e413de5107ca4414f2dcbf0aa55903b1bf496626e7b470942cc5142abc152
 SHA512 
4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2
 DIST spyder-6.0.0_alpha4.gh.tar.gz 15503538 BLAKE2B 
ee896fe2c3c2afd464a8c86204f770ef08ff2fdfc68f7431d2706f76516b6e2b31c9cda8df3236cb3b85799d67f983fbbbfcdc92400a2a88f1efdcd166622f50
 SHA512 
8ff36feecf6ce99d90ec07fc0cc3ecab075af4e36d64ba650316a46d1f79ca1a08ca7eb2b48dee6e5eddaaafaff14445f0b687742e9a439c3e4def098e489879
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
+DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2
 DIST spyder-docs-390681bc6557a051579337723c11b835d3855222.gh.tar.gz 94896996 
BLAKE2B 
62b7709c8a587271758a51169b269771b4b56bf32218ee3beda66c7dc7836bff89df518af61bcbb03a97374b18d4107c47f33661b388dfc92d66a93482642371
 SHA512 
9456ba1b891b9668006ecb1f2baa6ecfbe4df944d8bf0519c3bdf346a13b25cb1b4d272421e4b96593bc2dfc8bce2a4aa89380d2bda53b3d907f13c31a21abf7

diff --git a/dev-python/spyder/spyder-5.5.4.ebuild 
b/dev-python/spyder/spyder-5.5.4.ebuild
new file mode 100644
index ..45aec287fb4a
--- /dev/null
+++ b/dev-python/spyder/spyder-5.5.4.ebuild
@@ -0,0 +1,193 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="32efdaebc11dab0b8e0767717342b7d306dc06ea"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.3.1[${PYTHON_USEDEP}]
+   =dev-p

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-04-10 Thread Andrew Ammerlaan
commit: bb74198f8c5f2a536bf0a2298e0922499f0ef478
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Apr 10 08:07:44 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Apr 10 08:07:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb74198f

dev-python/spyder: drop 5.5.3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   2 -
 dev-python/spyder/spyder-5.5.3.ebuild | 194 --
 2 files changed, 196 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 0cd3683185cd..1a5fe8c9e0bc 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,6 +1,4 @@
-DIST spyder-5.5.3.gh.tar.gz 16254522 BLAKE2B 
4f6fcaf68a451ff2253cdda1008c854374ef96f42d4edd8614dceee61d931cabe204a3d2c1a8141ab74b165a2dc63879cc8192a4cf3c29f0418fb0d648d12f15
 SHA512 
001b6208ce937efb9d7aa7225659efaad921b55a6ec0d464496a93f5bd31980724ab98706f4f3e24130ea6b8943a7ad203efe47f32fc0597c15c603b492ccc3d
 DIST spyder-5.5.4.gh.tar.gz 16258160 BLAKE2B 
4f29db0805e1d7eed33497df0b28754cd873cfa5c6bd6c7955efc881000498a7527e413de5107ca4414f2dcbf0aa55903b1bf496626e7b470942cc5142abc152
 SHA512 
4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2
 DIST spyder-6.0.0_alpha4.gh.tar.gz 15503538 BLAKE2B 
ee896fe2c3c2afd464a8c86204f770ef08ff2fdfc68f7431d2706f76516b6e2b31c9cda8df3236cb3b85799d67f983fbbbfcdc92400a2a88f1efdcd166622f50
 SHA512 
8ff36feecf6ce99d90ec07fc0cc3ecab075af4e36d64ba650316a46d1f79ca1a08ca7eb2b48dee6e5eddaaafaff14445f0b687742e9a439c3e4def098e489879
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
 DIST spyder-docs-32efdaebc11dab0b8e0767717342b7d306dc06ea.gh.tar.gz 94897009 
BLAKE2B 
30e0b42e34bddb60d8fc986183a363b71455067bc7f4411cb75a00c5758e87501ee07ad0b484caed2aa3cf91153be814c7faf935be8665b6984bce38ebcd0be2
 SHA512 
9f9aa56ab27aed8d27c3d653119d5c5454b4317a78a7ff27715d91cac9dec79143db85d4f1c87b10fa821eb33abc043912df308fa6c84ade59539bd633eefbd2
-DIST spyder-docs-390681bc6557a051579337723c11b835d3855222.gh.tar.gz 94896996 
BLAKE2B 
62b7709c8a587271758a51169b269771b4b56bf32218ee3beda66c7dc7836bff89df518af61bcbb03a97374b18d4107c47f33661b388dfc92d66a93482642371
 SHA512 
9456ba1b891b9668006ecb1f2baa6ecfbe4df944d8bf0519c3bdf346a13b25cb1b4d272421e4b96593bc2dfc8bce2a4aa89380d2bda53b3d907f13c31a21abf7

diff --git a/dev-python/spyder/spyder-5.5.3.ebuild 
b/dev-python/spyder/spyder-5.5.3.ebuild
deleted file mode 100644
index 7cc3cfb2d35c..
--- a/dev-python/spyder/spyder-5.5.3.ebuild
+++ /dev/null
@@ -1,194 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="390681bc6557a051579337723c11b835d3855222"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
-   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.2[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
-   >=

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-03-18 Thread Andrew Ammerlaan
commit: f5e0ef57a031e28071d6694b13c26ceb22731f69
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Mar 18 08:22:24 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Mar 18 08:22:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e0ef57

dev-python/spyder: drop 5.5.1, 5.5.2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   3 -
 dev-python/spyder/spyder-5.5.1.ebuild | 192 --
 dev-python/spyder/spyder-5.5.2.ebuild | 192 --
 3 files changed, 387 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index ae749718f454..ae30f5ae75c3 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,7 +1,4 @@
-DIST spyder-5.5.1.gh.tar.gz 16254673 BLAKE2B 
15c10994abb851048fd5386ef2ae776cc2a9ace6ca4efd4418c393ba2dd98d23ed842447e95cfce26ccac802ddfa8669839024cf6d9fdcd0ce63fead0d1e8246
 SHA512 
bb55cd29e0e5712152b44e3e11aa83c13396c9ff965239e86a07cc2ab20bdcc0aa23b202eb07839baa911e515917b7e3bf1ddc970ce446bff84655145751ee94
-DIST spyder-5.5.2.gh.tar.gz 16254498 BLAKE2B 
792849e731af17a04b6cfdd3c26d3860c51de89c1dc6ba2f85649d5442805f7cb5a8887900f491e352b34bc0024e690bf990fe67fbd32b265bb8ccf0e22178c2
 SHA512 
551805e351f0fd1af695a6bd5582ed71bcd1257618d07464ede44a648de4f95bbb063ed4026627561803b0a2c7e714d0e8db126621532106191f54a44d16d72d
 DIST spyder-5.5.3.gh.tar.gz 16254522 BLAKE2B 
4f6fcaf68a451ff2253cdda1008c854374ef96f42d4edd8614dceee61d931cabe204a3d2c1a8141ab74b165a2dc63879cc8192a4cf3c29f0418fb0d648d12f15
 SHA512 
001b6208ce937efb9d7aa7225659efaad921b55a6ec0d464496a93f5bd31980724ab98706f4f3e24130ea6b8943a7ad203efe47f32fc0597c15c603b492ccc3d
 DIST spyder-6.0.0_alpha4.gh.tar.gz 15503538 BLAKE2B 
ee896fe2c3c2afd464a8c86204f770ef08ff2fdfc68f7431d2706f76516b6e2b31c9cda8df3236cb3b85799d67f983fbbbfcdc92400a2a88f1efdcd166622f50
 SHA512 
8ff36feecf6ce99d90ec07fc0cc3ecab075af4e36d64ba650316a46d1f79ca1a08ca7eb2b48dee6e5eddaaafaff14445f0b687742e9a439c3e4def098e489879
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
 DIST spyder-docs-390681bc6557a051579337723c11b835d3855222.gh.tar.gz 94896996 
BLAKE2B 
62b7709c8a587271758a51169b269771b4b56bf32218ee3beda66c7dc7836bff89df518af61bcbb03a97374b18d4107c47f33661b388dfc92d66a93482642371
 SHA512 
9456ba1b891b9668006ecb1f2baa6ecfbe4df944d8bf0519c3bdf346a13b25cb1b4d272421e4b96593bc2dfc8bce2a4aa89380d2bda53b3d907f13c31a21abf7
-DIST spyder-docs-678f4e94542e25c8c0bfc1cb6abca94126f24fa6.gh.tar.gz 94896707 
BLAKE2B 
6912279a38da0be7bb368daa740bb801d8d2f7a31062178b8416d42644fdb3c0ec6a019ec7657e6e1e8e4273d29cdc7b7e36d85293b4f860edb2059fe27dc028
 SHA512 
3b8201256fa555b3b85bdfcfcfa17f08a42b438f141f9870ba5c807def63ed1b4304791209bc063833537036a2ff68897a40d610de9b662897cca7601ec09a44

diff --git a/dev-python/spyder/spyder-5.5.1.ebuild 
b/dev-python/spyder/spyder-5.5.1.ebuild
deleted file mode 100644
index 1331813d5b26..
--- a/dev-python/spyder/spyder-5.5.1.ebuild
+++ /dev/null
@@ -1,192 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="678f4e94542e25c8c0bfc1cb6abca94126f24fa6"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_U

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-03-18 Thread Andrew Ammerlaan
commit: 335a0624f963071388c7617ddb84824a3d70502c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Mar 18 08:22:10 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Mar 18 08:22:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335a0624

dev-python/spyder: add 5.5.3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   1 +
 dev-python/spyder/spyder-5.5.3.ebuild | 194 ++
 2 files changed, 195 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 7d3a327c5757..ae749718f454 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,5 +1,6 @@
 DIST spyder-5.5.1.gh.tar.gz 16254673 BLAKE2B 
15c10994abb851048fd5386ef2ae776cc2a9ace6ca4efd4418c393ba2dd98d23ed842447e95cfce26ccac802ddfa8669839024cf6d9fdcd0ce63fead0d1e8246
 SHA512 
bb55cd29e0e5712152b44e3e11aa83c13396c9ff965239e86a07cc2ab20bdcc0aa23b202eb07839baa911e515917b7e3bf1ddc970ce446bff84655145751ee94
 DIST spyder-5.5.2.gh.tar.gz 16254498 BLAKE2B 
792849e731af17a04b6cfdd3c26d3860c51de89c1dc6ba2f85649d5442805f7cb5a8887900f491e352b34bc0024e690bf990fe67fbd32b265bb8ccf0e22178c2
 SHA512 
551805e351f0fd1af695a6bd5582ed71bcd1257618d07464ede44a648de4f95bbb063ed4026627561803b0a2c7e714d0e8db126621532106191f54a44d16d72d
+DIST spyder-5.5.3.gh.tar.gz 16254522 BLAKE2B 
4f6fcaf68a451ff2253cdda1008c854374ef96f42d4edd8614dceee61d931cabe204a3d2c1a8141ab74b165a2dc63879cc8192a4cf3c29f0418fb0d648d12f15
 SHA512 
001b6208ce937efb9d7aa7225659efaad921b55a6ec0d464496a93f5bd31980724ab98706f4f3e24130ea6b8943a7ad203efe47f32fc0597c15c603b492ccc3d
 DIST spyder-6.0.0_alpha4.gh.tar.gz 15503538 BLAKE2B 
ee896fe2c3c2afd464a8c86204f770ef08ff2fdfc68f7431d2706f76516b6e2b31c9cda8df3236cb3b85799d67f983fbbbfcdc92400a2a88f1efdcd166622f50
 SHA512 
8ff36feecf6ce99d90ec07fc0cc3ecab075af4e36d64ba650316a46d1f79ca1a08ca7eb2b48dee6e5eddaaafaff14445f0b687742e9a439c3e4def098e489879
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
 DIST spyder-docs-390681bc6557a051579337723c11b835d3855222.gh.tar.gz 94896996 
BLAKE2B 
62b7709c8a587271758a51169b269771b4b56bf32218ee3beda66c7dc7836bff89df518af61bcbb03a97374b18d4107c47f33661b388dfc92d66a93482642371
 SHA512 
9456ba1b891b9668006ecb1f2baa6ecfbe4df944d8bf0519c3bdf346a13b25cb1b4d272421e4b96593bc2dfc8bce2a4aa89380d2bda53b3d907f13c31a21abf7

diff --git a/dev-python/spyder/spyder-5.5.3.ebuild 
b/dev-python/spyder/spyder-5.5.3.ebuild
new file mode 100644
index ..7cc3cfb2d35c
--- /dev/null
+++ b/dev-python/spyder/spyder-5.5.3.ebuild
@@ -0,0 +1,194 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="390681bc6557a051579337723c11b835d3855222"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
+   >=dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-03-13 Thread Andrew Ammerlaan
commit: 3049ff5903c6285231b82b43f51e3aa24549249d
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Mar 13 08:42:08 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Mar 13 08:42:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3049ff59

dev-python/spyder: add 5.5.2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   2 +
 dev-python/spyder/spyder-5.5.2.ebuild | 192 ++
 2 files changed, 194 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 052c4cc443f8..7d3a327c5757 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,6 @@
 DIST spyder-5.5.1.gh.tar.gz 16254673 BLAKE2B 
15c10994abb851048fd5386ef2ae776cc2a9ace6ca4efd4418c393ba2dd98d23ed842447e95cfce26ccac802ddfa8669839024cf6d9fdcd0ce63fead0d1e8246
 SHA512 
bb55cd29e0e5712152b44e3e11aa83c13396c9ff965239e86a07cc2ab20bdcc0aa23b202eb07839baa911e515917b7e3bf1ddc970ce446bff84655145751ee94
+DIST spyder-5.5.2.gh.tar.gz 16254498 BLAKE2B 
792849e731af17a04b6cfdd3c26d3860c51de89c1dc6ba2f85649d5442805f7cb5a8887900f491e352b34bc0024e690bf990fe67fbd32b265bb8ccf0e22178c2
 SHA512 
551805e351f0fd1af695a6bd5582ed71bcd1257618d07464ede44a648de4f95bbb063ed4026627561803b0a2c7e714d0e8db126621532106191f54a44d16d72d
 DIST spyder-6.0.0_alpha4.gh.tar.gz 15503538 BLAKE2B 
ee896fe2c3c2afd464a8c86204f770ef08ff2fdfc68f7431d2706f76516b6e2b31c9cda8df3236cb3b85799d67f983fbbbfcdc92400a2a88f1efdcd166622f50
 SHA512 
8ff36feecf6ce99d90ec07fc0cc3ecab075af4e36d64ba650316a46d1f79ca1a08ca7eb2b48dee6e5eddaaafaff14445f0b687742e9a439c3e4def098e489879
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
+DIST spyder-docs-390681bc6557a051579337723c11b835d3855222.gh.tar.gz 94896996 
BLAKE2B 
62b7709c8a587271758a51169b269771b4b56bf32218ee3beda66c7dc7836bff89df518af61bcbb03a97374b18d4107c47f33661b388dfc92d66a93482642371
 SHA512 
9456ba1b891b9668006ecb1f2baa6ecfbe4df944d8bf0519c3bdf346a13b25cb1b4d272421e4b96593bc2dfc8bce2a4aa89380d2bda53b3d907f13c31a21abf7
 DIST spyder-docs-678f4e94542e25c8c0bfc1cb6abca94126f24fa6.gh.tar.gz 94896707 
BLAKE2B 
6912279a38da0be7bb368daa740bb801d8d2f7a31062178b8416d42644fdb3c0ec6a019ec7657e6e1e8e4273d29cdc7b7e36d85293b4f860edb2059fe27dc028
 SHA512 
3b8201256fa555b3b85bdfcfcfa17f08a42b438f141f9870ba5c807def63ed1b4304791209bc063833537036a2ff68897a40d610de9b662897cca7601ec09a44

diff --git a/dev-python/spyder/spyder-5.5.2.ebuild 
b/dev-python/spyder/spyder-5.5.2.ebuild
new file mode 100644
index ..3b250cf3344b
--- /dev/null
+++ b/dev-python/spyder/spyder-5.5.2.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="390681bc6557a051579337723c11b835d3855222"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
+   >=dev-

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-line-profiler/

2024-03-03 Thread Andrew Ammerlaan
commit: e23b9b7a1b784bfc80ea10a6682080a1a9626bb8
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Mar  3 18:47:20 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Mar  3 18:57:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23b9b7a

dev-python/spyder-line-profiler: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index 062d727ae74a..57c0b98e6716 100644
--- 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
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# 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_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-03-03 Thread Andrew Ammerlaan
commit: 6da13395c2049ea0f70bdb22f9ff43acb0ebf272
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Mar  3 18:37:24 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Mar  3 18:57:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da13395

dev-python/spyder: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/spyder-5.5.1.ebuild| 2 +-
 dev-python/spyder/spyder-6.0.0_alpha4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/spyder/spyder-5.5.1.ebuild 
b/dev-python/spyder/spyder-5.5.1.ebuild
index 366d83fe95cd..1331813d5b26 100644
--- a/dev-python/spyder/spyder-5.5.1.ebuild
+++ b/dev-python/spyder/spyder-5.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 optfeature virtualx xdg

diff --git a/dev-python/spyder/spyder-6.0.0_alpha4.ebuild 
b/dev-python/spyder/spyder-6.0.0_alpha4.ebuild
index 068fafa34bb4..b2536ab2c160 100644
--- a/dev-python/spyder/spyder-6.0.0_alpha4.ebuild
+++ b/dev-python/spyder/spyder-6.0.0_alpha4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 optfeature virtualx xdg



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-terminal/

2024-03-03 Thread Andrew Ammerlaan
commit: 9f51a74aebffd019fde13613c5cfb28880af46d0
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Mar  3 18:49:32 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Mar  3 18:57:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f51a74a

dev-python/spyder-terminal: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild 
b/dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild
index 4c1b23891cec..50e769c11544 100644
--- a/dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild
+++ b/dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 inherit distutils-r1 pypi



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-vim/

2024-03-03 Thread Andrew Ammerlaan
commit: 807638a65282493940127a83dae9d84250a4ad57
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Mar  3 18:52:21 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Mar  3 18:57:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807638a6

dev-python/spyder-vim: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-vim/spyder-vim-0.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/spyder-vim/spyder-vim-0.1.0.ebuild 
b/dev-python/spyder-vim/spyder-vim-0.1.0.ebuild
index cf7fcf952d11..3f2c4b180037 100644
--- a/dev-python/spyder-vim/spyder-vim-0.1.0.ebuild
+++ b/dev-python/spyder-vim/spyder-vim-0.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# 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_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-unittest/

2024-03-03 Thread Andrew Ammerlaan
commit: 6da6aac37ee10965f66f036059b2bd1801ef1487
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Mar  3 18:51:01 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Mar  3 18:57:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da6aac3

dev-python/spyder-unittest: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
index ab7874f61a8e..80f8b384207b 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 virtualx



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/

2024-03-03 Thread Andrew Ammerlaan
commit: 9a8b8e8c43af07c51cd0c4b7007551fd88fa397d
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Mar  3 18:47:51 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Mar  3 18:57:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8b8e8c

dev-python/spyder-notebook: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild 
b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild
index e838e679a57b..ce8b954081b3 100644
--- a/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild
+++ b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-02-27 Thread Michał Górny
commit: 374bdc122c0e1ba240ccd05887fed0ec1292dee8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 03:38:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 04:02:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374bdc12

dev-python/spyder-kernels: Bump to 2.5.1

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

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels/spyder-kernels-2.5.1.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 1600afb5cea1..96a4d8052c4b 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,2 +1,3 @@
 DIST spyder-kernels-2.5.0.tar.gz 99908 BLAKE2B 
8684bdaba16bdfeb2db1e1789054e4951c6fa673dde91a1ae35972a1fd7cd6c298572c83db360553a3d94b1311d449a62d82d25d007f919a4baf6a23d2d872e2
 SHA512 
acdf796b450d87ee08f97bb6477383006632b6c91c862907ba43803bf88c1552749dc62c69820f948d8738a1a062614c065f861b73d5d73756cf5d00e63b58b5
+DIST spyder-kernels-2.5.1.tar.gz 99906 BLAKE2B 
50cae2744ea2bb2d59046423f084d8e29385a82fe05c5d18fa15a64261c4ae0bef6e6f0427c8053ea6cc622d87660f98dc55613d954818a72babc92a119e3dc2
 SHA512 
bd855e95fb84014cf86dd062aeffc580ce23db7f1c5c1b4ba6d5386d0be4a4bcde625a6bc3a6d126b07a66ef720860019bab5f245a383fd0b2c7975f6d331598
 DIST spyder-kernels-3.0.0b4.tar.gz 237687 BLAKE2B 
05b294acd6e000898b4ee42c1f4a64716e73eec7466c5acfec3ee017fd66909cb6f9f5904ffaf546e43fae67738554469a2129916b78c5897a187f88f53d9261
 SHA512 
d49d198252077bfac06bbdd520d1de68a45d7d1076d598f0a7b2a4109f5b000fb73929cb617c8428672f4d039620e05fdbaa734eb6486849d90e21b4762e61d4

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.5.1.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.5.1.ebuild
new file mode 100644
index ..f5eb639ae5d3
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-2.5.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
+   =dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-02-26 Thread Michał Górny
commit: b09337f0f5723cbd16ace5ebfa852f3dfdc77be2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:12:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:12:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09337f0

dev-python/spyder: Remove old

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

 dev-python/spyder/Manifest|   1 -
 dev-python/spyder/spyder-5.5.0.ebuild | 192 --
 2 files changed, 193 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 003459b94bbf..052c4cc443f8 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,3 @@
-DIST spyder-5.5.0.gh.tar.gz 16251845 BLAKE2B 
8a8ea4a7da30d79b91e9a20a904e88a21517d99d51b29535ba250c3d0a970a5e00eb8f43a3e9b00eeef457823baf553d0694c3ef57ca798fe002d1d0fdf2f4d7
 SHA512 
6be7b80a6beae2542a0646b54a665a89d09929634b21ddcb67f61584fa7f53e9f921fc8d2a4edf6c8ee5e98db0d8423a52a8b93b8ed58b9f46d062ecfeac
 DIST spyder-5.5.1.gh.tar.gz 16254673 BLAKE2B 
15c10994abb851048fd5386ef2ae776cc2a9ace6ca4efd4418c393ba2dd98d23ed842447e95cfce26ccac802ddfa8669839024cf6d9fdcd0ce63fead0d1e8246
 SHA512 
bb55cd29e0e5712152b44e3e11aa83c13396c9ff965239e86a07cc2ab20bdcc0aa23b202eb07839baa911e515917b7e3bf1ddc970ce446bff84655145751ee94
 DIST spyder-6.0.0_alpha4.gh.tar.gz 15503538 BLAKE2B 
ee896fe2c3c2afd464a8c86204f770ef08ff2fdfc68f7431d2706f76516b6e2b31c9cda8df3236cb3b85799d67f983fbbbfcdc92400a2a88f1efdcd166622f50
 SHA512 
8ff36feecf6ce99d90ec07fc0cc3ecab075af4e36d64ba650316a46d1f79ca1a08ca7eb2b48dee6e5eddaaafaff14445f0b687742e9a439c3e4def098e489879
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923

diff --git a/dev-python/spyder/spyder-5.5.0.ebuild 
b/dev-python/spyder/spyder-5.5.0.ebuild
deleted file mode 100644
index 7342be6be139..
--- a/dev-python/spyder/spyder-5.5.0.ebuild
+++ /dev/null
@@ -1,192 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="0aa81d44ec6490c155be1bb1acca0a27328b12e0"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
-   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.2[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
-   >=dev-python/qtconsole-5.5.0[${PYTHON_USEDEP}]
-   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},svg,webengine]
-   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
-   >=dev-python/spyder-kernels-2.5.0[${PYTHON_USEDEP}]
-   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/three-merge-0.1.1[${PYTHON_USEDEP}]
-   >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[tk,${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pillow[${PY

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-02-08 Thread Andrew Ammerlaan
commit: 050eee2927c4de97dd5a8b486bfb675d6d4ef9c6
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Feb  8 13:25:06 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Feb  8 13:25:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050eee29

dev-python/spyder-kernels: drop 3.0.0_beta3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels-3.0.0_beta3.ebuild  | 87 --
 2 files changed, 88 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 782d7094541b..1600afb5cea1 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,2 @@
 DIST spyder-kernels-2.5.0.tar.gz 99908 BLAKE2B 
8684bdaba16bdfeb2db1e1789054e4951c6fa673dde91a1ae35972a1fd7cd6c298572c83db360553a3d94b1311d449a62d82d25d007f919a4baf6a23d2d872e2
 SHA512 
acdf796b450d87ee08f97bb6477383006632b6c91c862907ba43803bf88c1552749dc62c69820f948d8738a1a062614c065f861b73d5d73756cf5d00e63b58b5
-DIST spyder-kernels-3.0.0b3.tar.gz 237559 BLAKE2B 
688beae066c69af8b31f8e812f1d37a1f71ac41af1c6d71760c4f41449404f1d5a8bbcb7ac1b4a02a903ae561906eeb53671926b5c11d1c5be96f043feacb940
 SHA512 
756d0c06ae3666b91fc2c47d6dbaa23c83cbdd963c305590400d380f7aeb374763db48db42416bdab78284cc16df13ae15d6a2329a98612b9d11858be9ef4884
 DIST spyder-kernels-3.0.0b4.tar.gz 237687 BLAKE2B 
05b294acd6e000898b4ee42c1f4a64716e73eec7466c5acfec3ee017fd66909cb6f9f5904ffaf546e43fae67738554469a2129916b78c5897a187f88f53d9261
 SHA512 
d49d198252077bfac06bbdd520d1de68a45d7d1076d598f0a7b2a4109f5b000fb73929cb617c8428672f4d039620e05fdbaa734eb6486849d90e21b4762e61d4

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta3.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta3.ebuild
deleted file mode 100644
index ac733f34360f..
--- a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta3.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.23.2[${PYTHON_USEDEP}]
-   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/h5py[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-
-   # pydicom only packaged in ::sci at the moment
-   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
-)
-
-python_test() {
-   if [[ ${EPYTHON} == pypy3 ]]; then
-   EPYTEST_IGNORE=(
-   # requires pandas
-   spyder_kernels/utils/tests/test_nsview.py
-   )
-   EPYTEST_DESELECT+=(
-   # requires hdf5
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-02-08 Thread Andrew Ammerlaan
commit: ed0c64b4c8a48043fb8f66bfa3695d1811303a4f
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Feb  8 13:35:59 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Feb  8 13:35:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0c64b4

dev-python/spyder: add 6.0.0_alpha4

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest   |   1 +
 dev-python/spyder/spyder-6.0.0_alpha4.ebuild | 189 +++
 2 files changed, 190 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 90beff83e82a..e93fe6d38e69 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,5 +1,6 @@
 DIST spyder-5.5.0.gh.tar.gz 16251845 BLAKE2B 
8a8ea4a7da30d79b91e9a20a904e88a21517d99d51b29535ba250c3d0a970a5e00eb8f43a3e9b00eeef457823baf553d0694c3ef57ca798fe002d1d0fdf2f4d7
 SHA512 
6be7b80a6beae2542a0646b54a665a89d09929634b21ddcb67f61584fa7f53e9f921fc8d2a4edf6c8ee5e98db0d8423a52a8b93b8ed58b9f46d062ecfeac
 DIST spyder-5.5.1.gh.tar.gz 16254673 BLAKE2B 
15c10994abb851048fd5386ef2ae776cc2a9ace6ca4efd4418c393ba2dd98d23ed842447e95cfce26ccac802ddfa8669839024cf6d9fdcd0ce63fead0d1e8246
 SHA512 
bb55cd29e0e5712152b44e3e11aa83c13396c9ff965239e86a07cc2ab20bdcc0aa23b202eb07839baa911e515917b7e3bf1ddc970ce446bff84655145751ee94
 DIST spyder-6.0.0_alpha3.gh.tar.gz 15480385 BLAKE2B 
5e41a7765ce7e4d0ac0148f07601b098a60e200c90d89aeda89272c9f29521abcca1fb152dec09bbf23261cfef302c5c504ba6733fa0a690163d3081a7c19216
 SHA512 
c8ed1caaf9ef2d8cbae351825463d6a7a549efd2b072a0bbb24ae85745132cae4fadfd92d8219dc031ba1b775dc413a596e0c5725604aee40757cac1096825e9
+DIST spyder-6.0.0_alpha4.gh.tar.gz 15503538 BLAKE2B 
ee896fe2c3c2afd464a8c86204f770ef08ff2fdfc68f7431d2706f76516b6e2b31c9cda8df3236cb3b85799d67f983fbbbfcdc92400a2a88f1efdcd166622f50
 SHA512 
8ff36feecf6ce99d90ec07fc0cc3ecab075af4e36d64ba650316a46d1f79ca1a08ca7eb2b48dee6e5eddaaafaff14445f0b687742e9a439c3e4def098e489879
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
 DIST spyder-docs-678f4e94542e25c8c0bfc1cb6abca94126f24fa6.gh.tar.gz 94896707 
BLAKE2B 
6912279a38da0be7bb368daa740bb801d8d2f7a31062178b8416d42644fdb3c0ec6a019ec7657e6e1e8e4273d29cdc7b7e36d85293b4f860edb2059fe27dc028
 SHA512 
3b8201256fa555b3b85bdfcfcfa17f08a42b438f141f9870ba5c807def63ed1b4304791209bc063833537036a2ff68897a40d610de9b662897cca7601ec09a44

diff --git a/dev-python/spyder/spyder-6.0.0_alpha4.ebuild 
b/dev-python/spyder/spyder-6.0.0_alpha4.ebuild
new file mode 100644
index ..068fafa34bb4
--- /dev/null
+++ b/dev-python/spyder/spyder-6.0.0_alpha4.ebuild
@@ -0,0 +1,189 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="0aa81d44ec6490c155be1bb1acca0a27328b12e0"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV//_alpha/a}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${PV//_alpha/a}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/qtconsole-5.

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-02-08 Thread Andrew Ammerlaan
commit: ca53983cdfa1c7395fe506e57a331b72196e42e7
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Feb  8 13:36:10 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Feb  8 13:36:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca53983c

dev-python/spyder: drop 6.0.0_alpha3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest   |   1 -
 dev-python/spyder/spyder-6.0.0_alpha3.ebuild | 189 ---
 2 files changed, 190 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index e93fe6d38e69..003459b94bbf 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,6 +1,5 @@
 DIST spyder-5.5.0.gh.tar.gz 16251845 BLAKE2B 
8a8ea4a7da30d79b91e9a20a904e88a21517d99d51b29535ba250c3d0a970a5e00eb8f43a3e9b00eeef457823baf553d0694c3ef57ca798fe002d1d0fdf2f4d7
 SHA512 
6be7b80a6beae2542a0646b54a665a89d09929634b21ddcb67f61584fa7f53e9f921fc8d2a4edf6c8ee5e98db0d8423a52a8b93b8ed58b9f46d062ecfeac
 DIST spyder-5.5.1.gh.tar.gz 16254673 BLAKE2B 
15c10994abb851048fd5386ef2ae776cc2a9ace6ca4efd4418c393ba2dd98d23ed842447e95cfce26ccac802ddfa8669839024cf6d9fdcd0ce63fead0d1e8246
 SHA512 
bb55cd29e0e5712152b44e3e11aa83c13396c9ff965239e86a07cc2ab20bdcc0aa23b202eb07839baa911e515917b7e3bf1ddc970ce446bff84655145751ee94
-DIST spyder-6.0.0_alpha3.gh.tar.gz 15480385 BLAKE2B 
5e41a7765ce7e4d0ac0148f07601b098a60e200c90d89aeda89272c9f29521abcca1fb152dec09bbf23261cfef302c5c504ba6733fa0a690163d3081a7c19216
 SHA512 
c8ed1caaf9ef2d8cbae351825463d6a7a549efd2b072a0bbb24ae85745132cae4fadfd92d8219dc031ba1b775dc413a596e0c5725604aee40757cac1096825e9
 DIST spyder-6.0.0_alpha4.gh.tar.gz 15503538 BLAKE2B 
ee896fe2c3c2afd464a8c86204f770ef08ff2fdfc68f7431d2706f76516b6e2b31c9cda8df3236cb3b85799d67f983fbbbfcdc92400a2a88f1efdcd166622f50
 SHA512 
8ff36feecf6ce99d90ec07fc0cc3ecab075af4e36d64ba650316a46d1f79ca1a08ca7eb2b48dee6e5eddaaafaff14445f0b687742e9a439c3e4def098e489879
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
 DIST spyder-docs-678f4e94542e25c8c0bfc1cb6abca94126f24fa6.gh.tar.gz 94896707 
BLAKE2B 
6912279a38da0be7bb368daa740bb801d8d2f7a31062178b8416d42644fdb3c0ec6a019ec7657e6e1e8e4273d29cdc7b7e36d85293b4f860edb2059fe27dc028
 SHA512 
3b8201256fa555b3b85bdfcfcfa17f08a42b438f141f9870ba5c807def63ed1b4304791209bc063833537036a2ff68897a40d610de9b662897cca7601ec09a44

diff --git a/dev-python/spyder/spyder-6.0.0_alpha3.ebuild 
b/dev-python/spyder/spyder-6.0.0_alpha3.ebuild
deleted file mode 100644
index 2033578ed6f6..
--- a/dev-python/spyder/spyder-6.0.0_alpha3.ebuild
+++ /dev/null
@@ -1,189 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="0aa81d44ec6490c155be1bb1acca0a27328b12e0"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV//_alpha/a}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${PV//_alpha/a}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/qtconsol

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2024-02-08 Thread Andrew Ammerlaan
commit: 814ef91a9051c57b2158d9dae7fe17e2956b291d
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Feb  8 13:24:51 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Feb  8 13:24:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814ef91a

dev-python/spyder-kernels: add 3.0.0_beta4

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels-3.0.0_beta4.ebuild  | 87 ++
 2 files changed, 88 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index cedd6ca595c0..782d7094541b 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,2 +1,3 @@
 DIST spyder-kernels-2.5.0.tar.gz 99908 BLAKE2B 
8684bdaba16bdfeb2db1e1789054e4951c6fa673dde91a1ae35972a1fd7cd6c298572c83db360553a3d94b1311d449a62d82d25d007f919a4baf6a23d2d872e2
 SHA512 
acdf796b450d87ee08f97bb6477383006632b6c91c862907ba43803bf88c1552749dc62c69820f948d8738a1a062614c065f861b73d5d73756cf5d00e63b58b5
 DIST spyder-kernels-3.0.0b3.tar.gz 237559 BLAKE2B 
688beae066c69af8b31f8e812f1d37a1f71ac41af1c6d71760c4f41449404f1d5a8bbcb7ac1b4a02a903ae561906eeb53671926b5c11d1c5be96f043feacb940
 SHA512 
756d0c06ae3666b91fc2c47d6dbaa23c83cbdd963c305590400d380f7aeb374763db48db42416bdab78284cc16df13ae15d6a2329a98612b9d11858be9ef4884
+DIST spyder-kernels-3.0.0b4.tar.gz 237687 BLAKE2B 
05b294acd6e000898b4ee42c1f4a64716e73eec7466c5acfec3ee017fd66909cb6f9f5904ffaf546e43fae67738554469a2129916b78c5897a187f88f53d9261
 SHA512 
d49d198252077bfac06bbdd520d1de68a45d7d1076d598f0a7b2a4109f5b000fb73929cb617c8428672f4d039620e05fdbaa734eb6486849d90e21b4762e61d4

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta4.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta4.ebuild
new file mode 100644
index ..1fd8c65f7dd1
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta4.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.23.2[${PYTHON_USEDEP}]
+   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+
+   # RuntimeError: There is no current event loop in thread 'MainThread'.
+   # https://bugs.gentoo.org/834893
+   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
+   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
+   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
+   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
+   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
+
+   # pydicom only packaged in ::sci at the moment
+   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
+)
+
+python_test() {
+   if [[ ${EPYTHON} == pypy3 ]]; then
+   EPYTEST_IGNORE=(
+   # requires pandas
+   spyder_kernels/utils/tests/test_nsview.py
+   )
+   EPYTEST_DESELECT+=(
+   # requires hdf5
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2024-02-07 Thread Andrew Ammerlaan
commit: ac07c519e984df6efc77ebd266f2d5b7d463a7cc
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Feb  7 09:56:29 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Feb  7 09:58:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac07c519

dev-python/spyder: add 5.5.1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   2 +
 dev-python/spyder/spyder-5.5.1.ebuild | 192 ++
 2 files changed, 194 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index a74a1e24c7a3..90beff83e82a 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,3 +1,5 @@
 DIST spyder-5.5.0.gh.tar.gz 16251845 BLAKE2B 
8a8ea4a7da30d79b91e9a20a904e88a21517d99d51b29535ba250c3d0a970a5e00eb8f43a3e9b00eeef457823baf553d0694c3ef57ca798fe002d1d0fdf2f4d7
 SHA512 
6be7b80a6beae2542a0646b54a665a89d09929634b21ddcb67f61584fa7f53e9f921fc8d2a4edf6c8ee5e98db0d8423a52a8b93b8ed58b9f46d062ecfeac
+DIST spyder-5.5.1.gh.tar.gz 16254673 BLAKE2B 
15c10994abb851048fd5386ef2ae776cc2a9ace6ca4efd4418c393ba2dd98d23ed842447e95cfce26ccac802ddfa8669839024cf6d9fdcd0ce63fead0d1e8246
 SHA512 
bb55cd29e0e5712152b44e3e11aa83c13396c9ff965239e86a07cc2ab20bdcc0aa23b202eb07839baa911e515917b7e3bf1ddc970ce446bff84655145751ee94
 DIST spyder-6.0.0_alpha3.gh.tar.gz 15480385 BLAKE2B 
5e41a7765ce7e4d0ac0148f07601b098a60e200c90d89aeda89272c9f29521abcca1fb152dec09bbf23261cfef302c5c504ba6733fa0a690163d3081a7c19216
 SHA512 
c8ed1caaf9ef2d8cbae351825463d6a7a549efd2b072a0bbb24ae85745132cae4fadfd92d8219dc031ba1b775dc413a596e0c5725604aee40757cac1096825e9
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
+DIST spyder-docs-678f4e94542e25c8c0bfc1cb6abca94126f24fa6.gh.tar.gz 94896707 
BLAKE2B 
6912279a38da0be7bb368daa740bb801d8d2f7a31062178b8416d42644fdb3c0ec6a019ec7657e6e1e8e4273d29cdc7b7e36d85293b4f860edb2059fe27dc028
 SHA512 
3b8201256fa555b3b85bdfcfcfa17f08a42b438f141f9870ba5c807def63ed1b4304791209bc063833537036a2ff68897a40d610de9b662897cca7601ec09a44

diff --git a/dev-python/spyder/spyder-5.5.1.ebuild 
b/dev-python/spyder/spyder-5.5.1.ebuild
new file mode 100644
index ..366d83fe95cd
--- /dev/null
+++ b/dev-python/spyder/spyder-5.5.1.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="678f4e94542e25c8c0bfc1cb6abca94126f24fa6"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
+   >=dev-python/qtconsole-5.5.1[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},svg,webengine]
+   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-2.5.0[${PYTHON_USEDEP}]
+   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/three-merge-

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-12-30 Thread Michał Górny
commit: e7f9b717d1daddbd58d6dbc8e131457925c9716f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 18:32:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 18:34:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f9b717

dev-python/spyder-kernels: Remove old

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

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels/spyder-kernels-2.4.4.ebuild | 64 --
 2 files changed, 65 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 04d7f663cd4b..cedd6ca595c0 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,2 @@
-DIST spyder-kernels-2.4.4.tar.gz 98216 BLAKE2B 
f9f7c007f3c8f4365b84606e7473c169b525aad6d4ddccd6a72fc4d84f48b3fbf0272bd8f8e7f9cc7eb48df555e333f1b8ef0adc8c2f0b8d6df4ff9de35568f8
 SHA512 
826ced4928d8308e1a31790f0938e24ee8171b7e1f890a322bf652798991db4f3c2c270dd1b9cee44110ac85724043e4f80bc2adb54ad9f09f5414ee8bbd0a4a
 DIST spyder-kernels-2.5.0.tar.gz 99908 BLAKE2B 
8684bdaba16bdfeb2db1e1789054e4951c6fa673dde91a1ae35972a1fd7cd6c298572c83db360553a3d94b1311d449a62d82d25d007f919a4baf6a23d2d872e2
 SHA512 
acdf796b450d87ee08f97bb6477383006632b6c91c862907ba43803bf88c1552749dc62c69820f948d8738a1a062614c065f861b73d5d73756cf5d00e63b58b5
 DIST spyder-kernels-3.0.0b3.tar.gz 237559 BLAKE2B 
688beae066c69af8b31f8e812f1d37a1f71ac41af1c6d71760c4f41449404f1d5a8bbcb7ac1b4a02a903ae561906eeb53671926b5c11d1c5be96f043feacb940
 SHA512 
756d0c06ae3666b91fc2c47d6dbaa23c83cbdd963c305590400d380f7aeb374763db48db42416bdab78284cc16df13ae15d6a2329a98612b9d11858be9ef4884

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.4.4.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.4.4.ebuild
deleted file mode 100644
index 621de26a95b4..
--- a/dev-python/spyder-kernels/spyder-kernels-2.4.4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.23.2[${PYTHON_USEDEP}]
-   =dev-python/ipython-8.11.0[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-12-30 Thread Michał Górny
commit: e9b87f6fc2a57e64821c27de663f7facccaedce1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 18:32:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 18:34:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b87f6f

dev-python/spyder: Remove old

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

 dev-python/spyder/Manifest|   3 -
 dev-python/spyder/spyder-5.4.4.ebuild | 192 --
 dev-python/spyder/spyder-5.4.5.ebuild | 192 --
 3 files changed, 387 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 5c6352fa4939..a74a1e24c7a3 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,6 +1,3 @@
-DIST spyder-5.4.4.gh.tar.gz 16214815 BLAKE2B 
43bdf54599acc9c7ecf38d25a2d18e463473f36abad0fcd8d5379f785f967269940c2e8bc5b85811afc853d299ec9cfceac3d7acb32ef9f0e6f7081efc160eb9
 SHA512 
1c2684bbff5d9f800ddb2262a0a846cc7b3a9b1cd43d1f951fd511314877d2f03c317486564d1908f3bd12e889b3e9b0260f5708b5b1181eb7815d32bdb987eb
-DIST spyder-5.4.5.gh.tar.gz 16214117 BLAKE2B 
e572fe2e104e464bacff939c6195d1042c6ff0e6a1167c3ab4bf96a4f7dde0a1abb6ec84dc0dd54af24cd1635ecf8b80dabcc43c5131821bb3f7f6f08300605f
 SHA512 
d938e3e64c22837bd4a7ab55822e9d763842cadba3cfb3de952652164054a4b87c2495bd8ae2617dbdd8bad5120e84e9017269d4bcdd6cbf73fb3d4dddbcad8f
 DIST spyder-5.5.0.gh.tar.gz 16251845 BLAKE2B 
8a8ea4a7da30d79b91e9a20a904e88a21517d99d51b29535ba250c3d0a970a5e00eb8f43a3e9b00eeef457823baf553d0694c3ef57ca798fe002d1d0fdf2f4d7
 SHA512 
6be7b80a6beae2542a0646b54a665a89d09929634b21ddcb67f61584fa7f53e9f921fc8d2a4edf6c8ee5e98db0d8423a52a8b93b8ed58b9f46d062ecfeac
 DIST spyder-6.0.0_alpha3.gh.tar.gz 15480385 BLAKE2B 
5e41a7765ce7e4d0ac0148f07601b098a60e200c90d89aeda89272c9f29521abcca1fb152dec09bbf23261cfef302c5c504ba6733fa0a690163d3081a7c19216
 SHA512 
c8ed1caaf9ef2d8cbae351825463d6a7a549efd2b072a0bbb24ae85745132cae4fadfd92d8219dc031ba1b775dc413a596e0c5725604aee40757cac1096825e9
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
-DIST spyder-docs-cfa8e009264cb5e79beeead6a012e521db2c73dc.gh.tar.gz 94895763 
BLAKE2B 
b26a8f834db25fd2a8881fdd411329a6d70213827d450070d4f73692742764efb34c74c6dd72d51829b8718956a4def172eaba56a1f02c264552aa838860feb9
 SHA512 
67defa7913392b0c41a931badb1f5669adcaf8d27e2d3ef59c5d07810c4423272776f369ab134b5096209d781009bbf076711f780234ec93fbe3e1a52e475dcd

diff --git a/dev-python/spyder/spyder-5.4.4.ebuild 
b/dev-python/spyder/spyder-5.4.4.ebuild
deleted file mode 100644
index 57c8c48ca846..
--- a/dev-python/spyder/spyder-5.4.4.ebuild
+++ /dev/null
@@ -1,192 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="cfa8e009264cb5e79beeead6a012e521db2c73dc"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-2.1.1[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
-   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.0.2[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.2.1[${PYTH

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/

2023-12-30 Thread Michał Górny
commit: f49fed495e47f22db904c2d68083ef3e138334e1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 18:32:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 18:34:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49fed49

dev-python/spyder-notebook: Remove old

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

 dev-python/spyder-notebook/Manifest|  1 -
 .../spyder-notebook/spyder-notebook-0.4.1.ebuild   | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/spyder-notebook/Manifest 
b/dev-python/spyder-notebook/Manifest
index aedc3aca6e3b..d66a6430ff82 100644
--- a/dev-python/spyder-notebook/Manifest
+++ b/dev-python/spyder-notebook/Manifest
@@ -1,2 +1 @@
-DIST spyder-notebook-0.4.1.tar.gz 1756246 BLAKE2B 
daccd224f822d10b0bc527f6e12a46b975631c1eee4edd1e431ff8a71e126d4ff2006853b05146bdef3c8978a34a38d1c30ff9da9076f9c954a7ecdbe9eab4af
 SHA512 
f4ad23ba218dec708f876fe13b11e172df2430c9c9e57916a8f10f43f3728788801d7749b37a7474b329fa8750c0d08ddbd5131142035868f23c1975228d840e
 DIST spyder-notebook-0.5.1.tar.gz 5546854 BLAKE2B 
ccdc93c948e6b4db005cf2433794008c65e9a56574db15cd5627f44938bcc2c865341f2417bcf000e27e3d19fe11b6eb6340e6225a682bf32b2cb06ca8f4605a
 SHA512 
daf91361344f96db0ac855b80d17388bda7bf96eab280fba7ac406915dc9b5283c09e914c07342154ed2d0d23420b5e16923cf4ccddb090364db43cf606319f3

diff --git a/dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild 
b/dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild
deleted file mode 100644
index 0d025a6e42b6..
--- a/dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-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 ~x86"
-
-RDEPEND="
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/jupyter-core[${PYTHON_USEDEP}]
-   dev-python/nbformat[${PYTHON_USEDEP}]
-   >=dev-python/notebook-4.3[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/

2023-12-29 Thread Sam James
commit: 3de1d21589d00221b68ec931fcd0aafa746212b9
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 29 22:42:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 22:42:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de1d215

dev-python/spyder-notebook: Keyword 0.5.1 arm64, #918067

Signed-off-by: Sam James  gentoo.org>

 dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild 
b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild
index a6a5ce291413..e838e679a57b 100644
--- a/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild
+++ b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/spyder-ide/spyder-notebook";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/nbformat[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-unittest/

2023-12-29 Thread Sam James
commit: 4072a35c28f2fef019605c28821a24e6cb220be0
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 29 22:42:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 22:42:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4072a35c

dev-python/spyder-unittest: Keyword 0.6.0 arm64, #918059

Signed-off-by: Sam James  gentoo.org>

 dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
index f5fa403a044c..ab7874f61a8e 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.6.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 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/spyder-5.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-line-profiler/

2023-12-29 Thread Arthur Zamarin
commit: 92d142d5a34cce9cbb62a6178041172c4f7c0e9a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 15:12:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 15:12:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d142d5

dev-python/spyder-line-profiler: Keyword 0.3.2 arm64, #918056

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 99931a400188..062d727ae74a 100644
--- 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
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/line-profiler[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-12-29 Thread Arthur Zamarin
commit: 0fc7c80a403ce0623d13bb990abdf4fa5bc9d274
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 13:42:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 13:42:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc7c80a

dev-python/spyder: Keyword 5.5.0 arm64, #918055

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/spyder/spyder-5.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spyder/spyder-5.5.0.ebuild 
b/dev-python/spyder/spyder-5.5.0.ebuild
index aef0741716a1..7342be6be139 100644
--- a/dev-python/spyder/spyder-5.5.0.ebuild
+++ b/dev-python/spyder/spyder-5.5.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-12-19 Thread Andrew Ammerlaan
commit: fde0be16adf71239c88e4d6d70b35becb3997d5e
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Dec 19 10:34:33 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Dec 19 10:35:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde0be16

dev-python/spyder: add 6.0.0_alpha3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest   |   1 +
 dev-python/spyder/spyder-6.0.0_alpha3.ebuild | 189 +++
 2 files changed, 190 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 76d9c1af467e..473bbb268d82 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -2,5 +2,6 @@ DIST spyder-5.4.4.gh.tar.gz 16214815 BLAKE2B 
43bdf54599acc9c7ecf38d25a2d18e46347
 DIST spyder-5.4.5.gh.tar.gz 16214117 BLAKE2B 
e572fe2e104e464bacff939c6195d1042c6ff0e6a1167c3ab4bf96a4f7dde0a1abb6ec84dc0dd54af24cd1635ecf8b80dabcc43c5131821bb3f7f6f08300605f
 SHA512 
d938e3e64c22837bd4a7ab55822e9d763842cadba3cfb3de952652164054a4b87c2495bd8ae2617dbdd8bad5120e84e9017269d4bcdd6cbf73fb3d4dddbcad8f
 DIST spyder-5.5.0.gh.tar.gz 16251845 BLAKE2B 
8a8ea4a7da30d79b91e9a20a904e88a21517d99d51b29535ba250c3d0a970a5e00eb8f43a3e9b00eeef457823baf553d0694c3ef57ca798fe002d1d0fdf2f4d7
 SHA512 
6be7b80a6beae2542a0646b54a665a89d09929634b21ddcb67f61584fa7f53e9f921fc8d2a4edf6c8ee5e98db0d8423a52a8b93b8ed58b9f46d062ecfeac
 DIST spyder-6.0.0_alpha2.gh.tar.gz 16311030 BLAKE2B 
17466525aea0afa93ce0efd2cba3e249d6e95e458fdbe35ed672e704b3643fe17adbc663498436bb6cf435a6ab9f704f435ed014eec8a695eaf558dd17ac5785
 SHA512 
9a80954e18a0b4cf3f2a0ad20ee39cfda867ed1df0b2dc3f2ddbcd78cff09064accf3b9089ce1076dcdc8fe52a6af04c10b22b9d123d7353bfdc789c470d7cc9
+DIST spyder-6.0.0_alpha3.gh.tar.gz 15480385 BLAKE2B 
5e41a7765ce7e4d0ac0148f07601b098a60e200c90d89aeda89272c9f29521abcca1fb152dec09bbf23261cfef302c5c504ba6733fa0a690163d3081a7c19216
 SHA512 
c8ed1caaf9ef2d8cbae351825463d6a7a549efd2b072a0bbb24ae85745132cae4fadfd92d8219dc031ba1b775dc413a596e0c5725604aee40757cac1096825e9
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
 DIST spyder-docs-cfa8e009264cb5e79beeead6a012e521db2c73dc.gh.tar.gz 94895763 
BLAKE2B 
b26a8f834db25fd2a8881fdd411329a6d70213827d450070d4f73692742764efb34c74c6dd72d51829b8718956a4def172eaba56a1f02c264552aa838860feb9
 SHA512 
67defa7913392b0c41a931badb1f5669adcaf8d27e2d3ef59c5d07810c4423272776f369ab134b5096209d781009bbf076711f780234ec93fbe3e1a52e475dcd

diff --git a/dev-python/spyder/spyder-6.0.0_alpha3.ebuild 
b/dev-python/spyder/spyder-6.0.0_alpha3.ebuild
new file mode 100644
index ..2033578ed6f6
--- /dev/null
+++ b/dev-python/spyder/spyder-6.0.0_alpha3.ebuild
@@ -0,0 +1,189 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="0aa81d44ec6490c155be1bb1acca0a27328b12e0"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV//_alpha/a}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${PV//_alpha/a}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-12-19 Thread Andrew Ammerlaan
commit: dec1e0e408323da37dd6b29b80bf6c6d50521f79
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Dec 19 10:34:51 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Dec 19 10:35:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec1e0e4

dev-python/spyder: drop 6.0.0_alpha2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest   |   1 -
 dev-python/spyder/spyder-6.0.0_alpha2.ebuild | 192 ---
 2 files changed, 193 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 473bbb268d82..5c6352fa4939 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,7 +1,6 @@
 DIST spyder-5.4.4.gh.tar.gz 16214815 BLAKE2B 
43bdf54599acc9c7ecf38d25a2d18e463473f36abad0fcd8d5379f785f967269940c2e8bc5b85811afc853d299ec9cfceac3d7acb32ef9f0e6f7081efc160eb9
 SHA512 
1c2684bbff5d9f800ddb2262a0a846cc7b3a9b1cd43d1f951fd511314877d2f03c317486564d1908f3bd12e889b3e9b0260f5708b5b1181eb7815d32bdb987eb
 DIST spyder-5.4.5.gh.tar.gz 16214117 BLAKE2B 
e572fe2e104e464bacff939c6195d1042c6ff0e6a1167c3ab4bf96a4f7dde0a1abb6ec84dc0dd54af24cd1635ecf8b80dabcc43c5131821bb3f7f6f08300605f
 SHA512 
d938e3e64c22837bd4a7ab55822e9d763842cadba3cfb3de952652164054a4b87c2495bd8ae2617dbdd8bad5120e84e9017269d4bcdd6cbf73fb3d4dddbcad8f
 DIST spyder-5.5.0.gh.tar.gz 16251845 BLAKE2B 
8a8ea4a7da30d79b91e9a20a904e88a21517d99d51b29535ba250c3d0a970a5e00eb8f43a3e9b00eeef457823baf553d0694c3ef57ca798fe002d1d0fdf2f4d7
 SHA512 
6be7b80a6beae2542a0646b54a665a89d09929634b21ddcb67f61584fa7f53e9f921fc8d2a4edf6c8ee5e98db0d8423a52a8b93b8ed58b9f46d062ecfeac
-DIST spyder-6.0.0_alpha2.gh.tar.gz 16311030 BLAKE2B 
17466525aea0afa93ce0efd2cba3e249d6e95e458fdbe35ed672e704b3643fe17adbc663498436bb6cf435a6ab9f704f435ed014eec8a695eaf558dd17ac5785
 SHA512 
9a80954e18a0b4cf3f2a0ad20ee39cfda867ed1df0b2dc3f2ddbcd78cff09064accf3b9089ce1076dcdc8fe52a6af04c10b22b9d123d7353bfdc789c470d7cc9
 DIST spyder-6.0.0_alpha3.gh.tar.gz 15480385 BLAKE2B 
5e41a7765ce7e4d0ac0148f07601b098a60e200c90d89aeda89272c9f29521abcca1fb152dec09bbf23261cfef302c5c504ba6733fa0a690163d3081a7c19216
 SHA512 
c8ed1caaf9ef2d8cbae351825463d6a7a549efd2b072a0bbb24ae85745132cae4fadfd92d8219dc031ba1b775dc413a596e0c5725604aee40757cac1096825e9
 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
 DIST spyder-docs-cfa8e009264cb5e79beeead6a012e521db2c73dc.gh.tar.gz 94895763 
BLAKE2B 
b26a8f834db25fd2a8881fdd411329a6d70213827d450070d4f73692742764efb34c74c6dd72d51829b8718956a4def172eaba56a1f02c264552aa838860feb9
 SHA512 
67defa7913392b0c41a931badb1f5669adcaf8d27e2d3ef59c5d07810c4423272776f369ab134b5096209d781009bbf076711f780234ec93fbe3e1a52e475dcd

diff --git a/dev-python/spyder/spyder-6.0.0_alpha2.ebuild 
b/dev-python/spyder/spyder-6.0.0_alpha2.ebuild
deleted file mode 100644
index c28ddd7232be..
--- a/dev-python/spyder/spyder-6.0.0_alpha2.ebuild
+++ /dev/null
@@ -1,192 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="cfa8e009264cb5e79beeead6a012e521db2c73dc"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV//_alpha/a}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${PV//_alpha/a}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-1.2.0[${PY

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-12-19 Thread Andrew Ammerlaan
commit: b06f6a9379e3fe096bd9c221eeefca3342b9664c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Dec 19 10:21:58 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Dec 19 10:35:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06f6a93

dev-python/spyder-kernels: add 3.0.0_beta3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels-3.0.0_beta3.ebuild  | 87 ++
 2 files changed, 88 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 35f81a39a3fb..881b78d7f523 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,4 @@
 DIST spyder-kernels-2.4.4.tar.gz 98216 BLAKE2B 
f9f7c007f3c8f4365b84606e7473c169b525aad6d4ddccd6a72fc4d84f48b3fbf0272bd8f8e7f9cc7eb48df555e333f1b8ef0adc8c2f0b8d6df4ff9de35568f8
 SHA512 
826ced4928d8308e1a31790f0938e24ee8171b7e1f890a322bf652798991db4f3c2c270dd1b9cee44110ac85724043e4f80bc2adb54ad9f09f5414ee8bbd0a4a
 DIST spyder-kernels-2.5.0.tar.gz 99908 BLAKE2B 
8684bdaba16bdfeb2db1e1789054e4951c6fa673dde91a1ae35972a1fd7cd6c298572c83db360553a3d94b1311d449a62d82d25d007f919a4baf6a23d2d872e2
 SHA512 
acdf796b450d87ee08f97bb6477383006632b6c91c862907ba43803bf88c1552749dc62c69820f948d8738a1a062614c065f861b73d5d73756cf5d00e63b58b5
 DIST spyder-kernels-3.0.0b2.tar.gz 236918 BLAKE2B 
2a0083f8f48d11d66e49bb6736e8efd4fdfa1a4cac8e5a99d5ca473a90371084ff0e66c169850f36c1f77df54939c16336f1f7f6f0f5d7042525ecfde4b3b5a4
 SHA512 
8cd77b377056fdec07c68cc07960f4692ca3328a375891365ca0f59133a648a74b5cd75585398d53c1237ebee0a0fd4a01b6e7f24a8df93f107307511777fced
+DIST spyder-kernels-3.0.0b3.tar.gz 237559 BLAKE2B 
688beae066c69af8b31f8e812f1d37a1f71ac41af1c6d71760c4f41449404f1d5a8bbcb7ac1b4a02a903ae561906eeb53671926b5c11d1c5be96f043feacb940
 SHA512 
756d0c06ae3666b91fc2c47d6dbaa23c83cbdd963c305590400d380f7aeb374763db48db42416bdab78284cc16df13ae15d6a2329a98612b9d11858be9ef4884

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta3.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta3.ebuild
new file mode 100644
index ..ac733f34360f
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta3.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.23.2[${PYTHON_USEDEP}]
+   dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+
+   # RuntimeError: There is no current event loop in thread 'MainThread'.
+   # https://bugs.gentoo.org/834893
+   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
+   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
+   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
+   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
+   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
+
+   # pydicom only packaged in ::sci at the moment
+   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_fi

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-12-19 Thread Andrew Ammerlaan
commit: ccdd24634d83f61eabf0b6c6a8280515c78b00d5
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Dec 19 10:22:26 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Dec 19 10:35:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccdd2463

dev-python/spyder-kernels: drop 3.0.0_beta2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels-3.0.0_beta2.ebuild  | 70 --
 2 files changed, 71 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 881b78d7f523..04d7f663cd4b 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,4 +1,3 @@
 DIST spyder-kernels-2.4.4.tar.gz 98216 BLAKE2B 
f9f7c007f3c8f4365b84606e7473c169b525aad6d4ddccd6a72fc4d84f48b3fbf0272bd8f8e7f9cc7eb48df555e333f1b8ef0adc8c2f0b8d6df4ff9de35568f8
 SHA512 
826ced4928d8308e1a31790f0938e24ee8171b7e1f890a322bf652798991db4f3c2c270dd1b9cee44110ac85724043e4f80bc2adb54ad9f09f5414ee8bbd0a4a
 DIST spyder-kernels-2.5.0.tar.gz 99908 BLAKE2B 
8684bdaba16bdfeb2db1e1789054e4951c6fa673dde91a1ae35972a1fd7cd6c298572c83db360553a3d94b1311d449a62d82d25d007f919a4baf6a23d2d872e2
 SHA512 
acdf796b450d87ee08f97bb6477383006632b6c91c862907ba43803bf88c1552749dc62c69820f948d8738a1a062614c065f861b73d5d73756cf5d00e63b58b5
-DIST spyder-kernels-3.0.0b2.tar.gz 236918 BLAKE2B 
2a0083f8f48d11d66e49bb6736e8efd4fdfa1a4cac8e5a99d5ca473a90371084ff0e66c169850f36c1f77df54939c16336f1f7f6f0f5d7042525ecfde4b3b5a4
 SHA512 
8cd77b377056fdec07c68cc07960f4692ca3328a375891365ca0f59133a648a74b5cd75585398d53c1237ebee0a0fd4a01b6e7f24a8df93f107307511777fced
 DIST spyder-kernels-3.0.0b3.tar.gz 237559 BLAKE2B 
688beae066c69af8b31f8e812f1d37a1f71ac41af1c6d71760c4f41449404f1d5a8bbcb7ac1b4a02a903ae561906eeb53671926b5c11d1c5be96f043feacb940
 SHA512 
756d0c06ae3666b91fc2c47d6dbaa23c83cbdd963c305590400d380f7aeb374763db48db42416bdab78284cc16df13ae15d6a2329a98612b9d11858be9ef4884

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild
deleted file mode 100644
index 554a653c7ebf..
--- a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.16.1[${PYTHON_USEDEP}]
-   dev-python/ipython-8.12.1[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/h5py[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-
-   # pydicom only packaged in ::sci at the moment
-   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-11-24 Thread Sam James
commit: 09de0af6a09878bd0970d9ac6fdb4d2c6b39eee5
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 24 20:38:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 24 20:38:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09de0af6

dev-python/spyder-kernels: Keyword 2.5.0 arm64, #918050

Signed-off-by: Sam James  gentoo.org>

 dev-python/spyder-kernels/spyder-kernels-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.5.0.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.5.0.ebuild
index 69a604b1545e..0be0b4d9975e 100644
--- a/dev-python/spyder-kernels/spyder-kernels-2.5.0.ebuild
+++ b/dev-python/spyder-kernels/spyder-kernels-2.5.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-11-11 Thread Andrew Ammerlaan
commit: 0dc083a82bfbad89451d41eea279bc418a08190c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Nov 11 09:26:21 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Nov 11 09:26:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc083a8

dev-python/spyder: keyword 5.5.0 for ~amd64, ~x86

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/spyder-5.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spyder/spyder-5.5.0.ebuild 
b/dev-python/spyder/spyder-5.5.0.ebuild
index e2a68574e417..aef0741716a1 100644
--- a/dev-python/spyder/spyder-5.5.0.ebuild
+++ b/dev-python/spyder/spyder-5.5.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-11-08 Thread Andrew Ammerlaan
commit: 433ec72626db5d22a902f5e51ececd0f173be75c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Nov  8 09:32:56 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Nov  8 09:35:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433ec726

dev-python/spyder: add 5.5.0

It runs with qdarkstyle-3.2 but not with 3.1. 3.2 contains
some test regression, so no keywords for now:
https://github.com/ColinDuquesnoy/QDarkStyleSheet/issues/337

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   2 +
 dev-python/spyder/spyder-5.5.0.ebuild | 192 ++
 2 files changed, 194 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index afe97f8011ac..76d9c1af467e 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,6 @@
 DIST spyder-5.4.4.gh.tar.gz 16214815 BLAKE2B 
43bdf54599acc9c7ecf38d25a2d18e463473f36abad0fcd8d5379f785f967269940c2e8bc5b85811afc853d299ec9cfceac3d7acb32ef9f0e6f7081efc160eb9
 SHA512 
1c2684bbff5d9f800ddb2262a0a846cc7b3a9b1cd43d1f951fd511314877d2f03c317486564d1908f3bd12e889b3e9b0260f5708b5b1181eb7815d32bdb987eb
 DIST spyder-5.4.5.gh.tar.gz 16214117 BLAKE2B 
e572fe2e104e464bacff939c6195d1042c6ff0e6a1167c3ab4bf96a4f7dde0a1abb6ec84dc0dd54af24cd1635ecf8b80dabcc43c5131821bb3f7f6f08300605f
 SHA512 
d938e3e64c22837bd4a7ab55822e9d763842cadba3cfb3de952652164054a4b87c2495bd8ae2617dbdd8bad5120e84e9017269d4bcdd6cbf73fb3d4dddbcad8f
+DIST spyder-5.5.0.gh.tar.gz 16251845 BLAKE2B 
8a8ea4a7da30d79b91e9a20a904e88a21517d99d51b29535ba250c3d0a970a5e00eb8f43a3e9b00eeef457823baf553d0694c3ef57ca798fe002d1d0fdf2f4d7
 SHA512 
6be7b80a6beae2542a0646b54a665a89d09929634b21ddcb67f61584fa7f53e9f921fc8d2a4edf6c8ee5e98db0d8423a52a8b93b8ed58b9f46d062ecfeac
 DIST spyder-6.0.0_alpha2.gh.tar.gz 16311030 BLAKE2B 
17466525aea0afa93ce0efd2cba3e249d6e95e458fdbe35ed672e704b3643fe17adbc663498436bb6cf435a6ab9f704f435ed014eec8a695eaf558dd17ac5785
 SHA512 
9a80954e18a0b4cf3f2a0ad20ee39cfda867ed1df0b2dc3f2ddbcd78cff09064accf3b9089ce1076dcdc8fe52a6af04c10b22b9d123d7353bfdc789c470d7cc9
+DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 
BLAKE2B 
468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1
 SHA512 
9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923
 DIST spyder-docs-cfa8e009264cb5e79beeead6a012e521db2c73dc.gh.tar.gz 94895763 
BLAKE2B 
b26a8f834db25fd2a8881fdd411329a6d70213827d450070d4f73692742764efb34c74c6dd72d51829b8718956a4def172eaba56a1f02c264552aa838860feb9
 SHA512 
67defa7913392b0c41a931badb1f5669adcaf8d27e2d3ef59c5d07810c4423272776f369ab134b5096209d781009bbf076711f780234ec93fbe3e1a52e475dcd

diff --git a/dev-python/spyder/spyder-5.5.0.ebuild 
b/dev-python/spyder/spyder-5.5.0.ebuild
new file mode 100644
index ..e2a68574e417
--- /dev/null
+++ b/dev-python/spyder/spyder-5.5.0.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="0aa81d44ec6490c155be1bb1acca0a27328b12e0"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.2[${PYTHON_USEDEP}]
+   =dev-py

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-11-07 Thread Michał Górny
commit: 134fa3a1bebf385b21949dbeb7d641bea1e98f69
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  7 14:33:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  7 15:18:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134fa3a1

dev-python/spyder-kernels: Bump to 2.5.0

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

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels/spyder-kernels-2.5.0.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 5b1de1d7cedf..35f81a39a3fb 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,2 +1,3 @@
 DIST spyder-kernels-2.4.4.tar.gz 98216 BLAKE2B 
f9f7c007f3c8f4365b84606e7473c169b525aad6d4ddccd6a72fc4d84f48b3fbf0272bd8f8e7f9cc7eb48df555e333f1b8ef0adc8c2f0b8d6df4ff9de35568f8
 SHA512 
826ced4928d8308e1a31790f0938e24ee8171b7e1f890a322bf652798991db4f3c2c270dd1b9cee44110ac85724043e4f80bc2adb54ad9f09f5414ee8bbd0a4a
+DIST spyder-kernels-2.5.0.tar.gz 99908 BLAKE2B 
8684bdaba16bdfeb2db1e1789054e4951c6fa673dde91a1ae35972a1fd7cd6c298572c83db360553a3d94b1311d449a62d82d25d007f919a4baf6a23d2d872e2
 SHA512 
acdf796b450d87ee08f97bb6477383006632b6c91c862907ba43803bf88c1552749dc62c69820f948d8738a1a062614c065f861b73d5d73756cf5d00e63b58b5
 DIST spyder-kernels-3.0.0b2.tar.gz 236918 BLAKE2B 
2a0083f8f48d11d66e49bb6736e8efd4fdfa1a4cac8e5a99d5ca473a90371084ff0e66c169850f36c1f77df54939c16336f1f7f6f0f5d7042525ecfde4b3b5a4
 SHA512 
8cd77b377056fdec07c68cc07960f4692ca3328a375891365ca0f59133a648a74b5cd75585398d53c1237ebee0a0fd4a01b6e7f24a8df93f107307511777fced

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.5.0.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.5.0.ebuild
new file mode 100644
index ..69a604b1545e
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-2.5.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.23.2[${PYTHON_USEDEP}]
+   =dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-11-04 Thread Michał Górny
commit: c5bea100b46152246df11e34128cdb5c433dabc3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov  4 18:50:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov  4 18:50:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bea100

dev-python/spyder-kernels: Enable py3.12

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

 dev-python/spyder-kernels/spyder-kernels-2.4.4.ebuild   | 2 +-
 dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.4.4.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.4.4.ebuild
index a56306e79b09..621de26a95b4 100644
--- a/dev-python/spyder-kernels/spyder-kernels-2.4.4.ebuild
+++ b/dev-python/spyder-kernels/spyder-kernels-2.4.4.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild
index 37b007a87efe..554a653c7ebf 100644
--- a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild
+++ b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-09-07 Thread Andrew Ammerlaan
commit: aefde35a399df5466f377910c0f5d189cedeb434
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep  7 15:42:23 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep  7 15:42:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aefde35a

dev-python/spyder-kernels: drop 3.0.0_beta1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels-3.0.0_beta1.ebuild  | 70 --
 2 files changed, 71 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 9d1f1a7385ed..5b1de1d7cedf 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,2 @@
 DIST spyder-kernels-2.4.4.tar.gz 98216 BLAKE2B 
f9f7c007f3c8f4365b84606e7473c169b525aad6d4ddccd6a72fc4d84f48b3fbf0272bd8f8e7f9cc7eb48df555e333f1b8ef0adc8c2f0b8d6df4ff9de35568f8
 SHA512 
826ced4928d8308e1a31790f0938e24ee8171b7e1f890a322bf652798991db4f3c2c270dd1b9cee44110ac85724043e4f80bc2adb54ad9f09f5414ee8bbd0a4a
-DIST spyder-kernels-3.0.0b1.tar.gz 236330 BLAKE2B 
512fb11371b481102fb9b984eaaf665eed5eeeb2c0039a7e445f6e8139bca0a71f24d68b869614f3d65c9d51640d135c4a3dd33a32dd6c8750d5ba3c7b3330ef
 SHA512 
e8e4cb9e7a577ff2ea969c78aafb1585a6afb652d5ee0063cdaada302648d3152ed38ae33376a4e13e4e183bd18233ff8305ecbe3e248422d2a056b08b0e7226
 DIST spyder-kernels-3.0.0b2.tar.gz 236918 BLAKE2B 
2a0083f8f48d11d66e49bb6736e8efd4fdfa1a4cac8e5a99d5ca473a90371084ff0e66c169850f36c1f77df54939c16336f1f7f6f0f5d7042525ecfde4b3b5a4
 SHA512 
8cd77b377056fdec07c68cc07960f4692ca3328a375891365ca0f59133a648a74b5cd75585398d53c1237ebee0a0fd4a01b6e7f24a8df93f107307511777fced

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta1.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta1.ebuild
deleted file mode 100644
index 37b007a87efe..
--- a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.16.1[${PYTHON_USEDEP}]
-   dev-python/ipython-8.12.1[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/h5py[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-
-   # pydicom only packaged in ::sci at the moment
-   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-09-07 Thread Andrew Ammerlaan
commit: a4e574648ca89ce382fe2e738fc9cabe1dc7aea3
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep  7 15:42:09 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep  7 15:42:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e57464

dev-python/spyder: drop 6.0.0_alpha1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest   |   1 -
 dev-python/spyder/spyder-6.0.0_alpha1.ebuild | 191 ---
 2 files changed, 192 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index cff629086891..afe97f8011ac 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,5 +1,4 @@
 DIST spyder-5.4.4.gh.tar.gz 16214815 BLAKE2B 
43bdf54599acc9c7ecf38d25a2d18e463473f36abad0fcd8d5379f785f967269940c2e8bc5b85811afc853d299ec9cfceac3d7acb32ef9f0e6f7081efc160eb9
 SHA512 
1c2684bbff5d9f800ddb2262a0a846cc7b3a9b1cd43d1f951fd511314877d2f03c317486564d1908f3bd12e889b3e9b0260f5708b5b1181eb7815d32bdb987eb
 DIST spyder-5.4.5.gh.tar.gz 16214117 BLAKE2B 
e572fe2e104e464bacff939c6195d1042c6ff0e6a1167c3ab4bf96a4f7dde0a1abb6ec84dc0dd54af24cd1635ecf8b80dabcc43c5131821bb3f7f6f08300605f
 SHA512 
d938e3e64c22837bd4a7ab55822e9d763842cadba3cfb3de952652164054a4b87c2495bd8ae2617dbdd8bad5120e84e9017269d4bcdd6cbf73fb3d4dddbcad8f
-DIST spyder-6.0.0_alpha1.gh.tar.gz 16384148 BLAKE2B 
29916c2bcad598b5437be909e5a99834077edf72b5b9c71502bf4b679f268cd72a5c5dddedbc0a703506a2def4a92b1d8e1907bb1edcb84c8f10c8328be22649
 SHA512 
299ec0b22b183d183e34f50e92270e63f19159955c18e15b9514bd31f32dd3ab56ffcc133dd59a2193f3d0d1b2230e05fcd2ff2ce9926ec3278a82a92ae6
 DIST spyder-6.0.0_alpha2.gh.tar.gz 16311030 BLAKE2B 
17466525aea0afa93ce0efd2cba3e249d6e95e458fdbe35ed672e704b3643fe17adbc663498436bb6cf435a6ab9f704f435ed014eec8a695eaf558dd17ac5785
 SHA512 
9a80954e18a0b4cf3f2a0ad20ee39cfda867ed1df0b2dc3f2ddbcd78cff09064accf3b9089ce1076dcdc8fe52a6af04c10b22b9d123d7353bfdc789c470d7cc9
 DIST spyder-docs-cfa8e009264cb5e79beeead6a012e521db2c73dc.gh.tar.gz 94895763 
BLAKE2B 
b26a8f834db25fd2a8881fdd411329a6d70213827d450070d4f73692742764efb34c74c6dd72d51829b8718956a4def172eaba56a1f02c264552aa838860feb9
 SHA512 
67defa7913392b0c41a931badb1f5669adcaf8d27e2d3ef59c5d07810c4423272776f369ab134b5096209d781009bbf076711f780234ec93fbe3e1a52e475dcd

diff --git a/dev-python/spyder/spyder-6.0.0_alpha1.ebuild 
b/dev-python/spyder/spyder-6.0.0_alpha1.ebuild
deleted file mode 100644
index af3549c58ef8..
--- a/dev-python/spyder/spyder-6.0.0_alpha1.ebuild
+++ /dev/null
@@ -1,191 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="cfa8e009264cb5e79beeead6a012e521db2c73dc"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV//_alpha/a}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${PV//_alpha/a}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.0.2[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
-   >=dev-python/qtconsole-5.4.2[${PYTHON_USEDEP}]
-   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},svg,webengine]
-   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
-   >=dev-python/spyder-kernels-3.0.0_beta1[${PYTHON_USEDEP}]
-   =dev-python/textdistance-4.2.0[${PYTHO

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-09-07 Thread Andrew Ammerlaan
commit: 1415e2f8b3e9097d71f07ada664a8105d7b129ce
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep  7 15:41:27 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep  7 15:42:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1415e2f8

dev-python/spyder: add 6.0.0_alpha2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest   |   1 +
 dev-python/spyder/spyder-6.0.0_alpha2.ebuild | 192 +++
 2 files changed, 193 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 7be09d6cf3e8..cff629086891 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,5 @@
 DIST spyder-5.4.4.gh.tar.gz 16214815 BLAKE2B 
43bdf54599acc9c7ecf38d25a2d18e463473f36abad0fcd8d5379f785f967269940c2e8bc5b85811afc853d299ec9cfceac3d7acb32ef9f0e6f7081efc160eb9
 SHA512 
1c2684bbff5d9f800ddb2262a0a846cc7b3a9b1cd43d1f951fd511314877d2f03c317486564d1908f3bd12e889b3e9b0260f5708b5b1181eb7815d32bdb987eb
 DIST spyder-5.4.5.gh.tar.gz 16214117 BLAKE2B 
e572fe2e104e464bacff939c6195d1042c6ff0e6a1167c3ab4bf96a4f7dde0a1abb6ec84dc0dd54af24cd1635ecf8b80dabcc43c5131821bb3f7f6f08300605f
 SHA512 
d938e3e64c22837bd4a7ab55822e9d763842cadba3cfb3de952652164054a4b87c2495bd8ae2617dbdd8bad5120e84e9017269d4bcdd6cbf73fb3d4dddbcad8f
 DIST spyder-6.0.0_alpha1.gh.tar.gz 16384148 BLAKE2B 
29916c2bcad598b5437be909e5a99834077edf72b5b9c71502bf4b679f268cd72a5c5dddedbc0a703506a2def4a92b1d8e1907bb1edcb84c8f10c8328be22649
 SHA512 
299ec0b22b183d183e34f50e92270e63f19159955c18e15b9514bd31f32dd3ab56ffcc133dd59a2193f3d0d1b2230e05fcd2ff2ce9926ec3278a82a92ae6
+DIST spyder-6.0.0_alpha2.gh.tar.gz 16311030 BLAKE2B 
17466525aea0afa93ce0efd2cba3e249d6e95e458fdbe35ed672e704b3643fe17adbc663498436bb6cf435a6ab9f704f435ed014eec8a695eaf558dd17ac5785
 SHA512 
9a80954e18a0b4cf3f2a0ad20ee39cfda867ed1df0b2dc3f2ddbcd78cff09064accf3b9089ce1076dcdc8fe52a6af04c10b22b9d123d7353bfdc789c470d7cc9
 DIST spyder-docs-cfa8e009264cb5e79beeead6a012e521db2c73dc.gh.tar.gz 94895763 
BLAKE2B 
b26a8f834db25fd2a8881fdd411329a6d70213827d450070d4f73692742764efb34c74c6dd72d51829b8718956a4def172eaba56a1f02c264552aa838860feb9
 SHA512 
67defa7913392b0c41a931badb1f5669adcaf8d27e2d3ef59c5d07810c4423272776f369ab134b5096209d781009bbf076711f780234ec93fbe3e1a52e475dcd

diff --git a/dev-python/spyder/spyder-6.0.0_alpha2.ebuild 
b/dev-python/spyder/spyder-6.0.0_alpha2.ebuild
new file mode 100644
index ..c28ddd7232be
--- /dev/null
+++ b/dev-python/spyder/spyder-6.0.0_alpha2.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="cfa8e009264cb5e79beeead6a012e521db2c73dc"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV//_alpha/a}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${PV//_alpha/a}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyuca-1.2[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.0.2[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
+   >=dev-python/qtconsole-5.4.2[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},svg,webengine]
+   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-3.0.0_beta2[${PYTHON_USEDEP}]
+

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-08-30 Thread Andrew Ammerlaan
commit: 328ff7ad34013bddf888e9c1df8fec3c00fd214b
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Aug 30 07:51:12 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Aug 30 07:51:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328ff7ad

dev-python/spyder: add 5.4.5

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   1 +
 dev-python/spyder/spyder-5.4.5.ebuild | 192 ++
 2 files changed, 193 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index d47422266aed..7be09d6cf3e8 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,3 +1,4 @@
 DIST spyder-5.4.4.gh.tar.gz 16214815 BLAKE2B 
43bdf54599acc9c7ecf38d25a2d18e463473f36abad0fcd8d5379f785f967269940c2e8bc5b85811afc853d299ec9cfceac3d7acb32ef9f0e6f7081efc160eb9
 SHA512 
1c2684bbff5d9f800ddb2262a0a846cc7b3a9b1cd43d1f951fd511314877d2f03c317486564d1908f3bd12e889b3e9b0260f5708b5b1181eb7815d32bdb987eb
+DIST spyder-5.4.5.gh.tar.gz 16214117 BLAKE2B 
e572fe2e104e464bacff939c6195d1042c6ff0e6a1167c3ab4bf96a4f7dde0a1abb6ec84dc0dd54af24cd1635ecf8b80dabcc43c5131821bb3f7f6f08300605f
 SHA512 
d938e3e64c22837bd4a7ab55822e9d763842cadba3cfb3de952652164054a4b87c2495bd8ae2617dbdd8bad5120e84e9017269d4bcdd6cbf73fb3d4dddbcad8f
 DIST spyder-6.0.0_alpha1.gh.tar.gz 16384148 BLAKE2B 
29916c2bcad598b5437be909e5a99834077edf72b5b9c71502bf4b679f268cd72a5c5dddedbc0a703506a2def4a92b1d8e1907bb1edcb84c8f10c8328be22649
 SHA512 
299ec0b22b183d183e34f50e92270e63f19159955c18e15b9514bd31f32dd3ab56ffcc133dd59a2193f3d0d1b2230e05fcd2ff2ce9926ec3278a82a92ae6
 DIST spyder-docs-cfa8e009264cb5e79beeead6a012e521db2c73dc.gh.tar.gz 94895763 
BLAKE2B 
b26a8f834db25fd2a8881fdd411329a6d70213827d450070d4f73692742764efb34c74c6dd72d51829b8718956a4def172eaba56a1f02c264552aa838860feb9
 SHA512 
67defa7913392b0c41a931badb1f5669adcaf8d27e2d3ef59c5d07810c4423272776f369ab134b5096209d781009bbf076711f780234ec93fbe3e1a52e475dcd

diff --git a/dev-python/spyder/spyder-5.4.5.ebuild 
b/dev-python/spyder/spyder-5.4.5.ebuild
new file mode 100644
index ..96695d785f52
--- /dev/null
+++ b/dev-python/spyder/spyder-5.4.5.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="cfa8e009264cb5e79beeead6a012e521db2c73dc"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.0.2[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
+   >=dev-python/qtconsole-5.4.2[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},svg,webengine]
+   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-2.4.4[${PYTHON_USEDEP}]
+   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/three-merge-0.1.1[${PYTHON_USEDEP}]
+   >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[tk,${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[$

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-08-23 Thread Andrew Ammerlaan
commit: 163c756d77b570f48b035eeef8215d267127eeca
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Aug 23 07:57:15 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Aug 23 07:57:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163c756d

dev-python/spyder-kernels: add 3.0.0_beta2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels-3.0.0_beta2.ebuild  | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index aeb75da1ce34..9d1f1a7385ed 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,2 +1,3 @@
 DIST spyder-kernels-2.4.4.tar.gz 98216 BLAKE2B 
f9f7c007f3c8f4365b84606e7473c169b525aad6d4ddccd6a72fc4d84f48b3fbf0272bd8f8e7f9cc7eb48df555e333f1b8ef0adc8c2f0b8d6df4ff9de35568f8
 SHA512 
826ced4928d8308e1a31790f0938e24ee8171b7e1f890a322bf652798991db4f3c2c270dd1b9cee44110ac85724043e4f80bc2adb54ad9f09f5414ee8bbd0a4a
 DIST spyder-kernels-3.0.0b1.tar.gz 236330 BLAKE2B 
512fb11371b481102fb9b984eaaf665eed5eeeb2c0039a7e445f6e8139bca0a71f24d68b869614f3d65c9d51640d135c4a3dd33a32dd6c8750d5ba3c7b3330ef
 SHA512 
e8e4cb9e7a577ff2ea969c78aafb1585a6afb652d5ee0063cdaada302648d3152ed38ae33376a4e13e4e183bd18233ff8305ecbe3e248422d2a056b08b0e7226
+DIST spyder-kernels-3.0.0b2.tar.gz 236918 BLAKE2B 
2a0083f8f48d11d66e49bb6736e8efd4fdfa1a4cac8e5a99d5ca473a90371084ff0e66c169850f36c1f77df54939c16336f1f7f6f0f5d7042525ecfde4b3b5a4
 SHA512 
8cd77b377056fdec07c68cc07960f4692ca3328a375891365ca0f59133a648a74b5cd75585398d53c1237ebee0a0fd4a01b6e7f24a8df93f107307511777fced

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild
new file mode 100644
index ..37b007a87efe
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.16.1[${PYTHON_USEDEP}]
+   dev-python/ipython-8.12.1[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+
+   # RuntimeError: There is no current event loop in thread 'MainThread'.
+   # https://bugs.gentoo.org/834893
+   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
+   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
+   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
+   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
+   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
+
+   # pydicom only packaged in ::sci at the moment
+   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/

2023-07-29 Thread Andrew Ammerlaan
commit: c85147752ab8b32c2c7a9b6423d3d94163a564e2
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Jul 29 12:09:17 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jul 29 12:09:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8514775

dev-python/spyder-notebook: add 0.5.1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-notebook/Manifest|  1 +
 .../spyder-notebook/spyder-notebook-0.5.1.ebuild   | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/spyder-notebook/Manifest 
b/dev-python/spyder-notebook/Manifest
index 061b381d7dd4..aedc3aca6e3b 100644
--- a/dev-python/spyder-notebook/Manifest
+++ b/dev-python/spyder-notebook/Manifest
@@ -1 +1,2 @@
 DIST spyder-notebook-0.4.1.tar.gz 1756246 BLAKE2B 
daccd224f822d10b0bc527f6e12a46b975631c1eee4edd1e431ff8a71e126d4ff2006853b05146bdef3c8978a34a38d1c30ff9da9076f9c954a7ecdbe9eab4af
 SHA512 
f4ad23ba218dec708f876fe13b11e172df2430c9c9e57916a8f10f43f3728788801d7749b37a7474b329fa8750c0d08ddbd5131142035868f23c1975228d840e
+DIST spyder-notebook-0.5.1.tar.gz 5546854 BLAKE2B 
ccdc93c948e6b4db005cf2433794008c65e9a56574db15cd5627f44938bcc2c865341f2417bcf000e27e3d19fe11b6eb6340e6225a682bf32b2cb06ca8f4605a
 SHA512 
daf91361344f96db0ac855b80d17388bda7bf96eab280fba7ac406915dc9b5283c09e914c07342154ed2d0d23420b5e16923cf4ccddb090364db43cf606319f3

diff --git a/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild 
b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild
new file mode 100644
index ..a6a5ce291413
--- /dev/null
+++ b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+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 ~x86"
+
+RDEPEND="
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/notebook-7[${PYTHON_USEDEP}]
+   =dev-python/spyder-5.4.3[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-07-24 Thread Michał Górny
commit: a93051d7da57aa2802e12c1a34050db34d7da8ee
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:20:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:34:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93051d7

dev-python/spyder: Remove old

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

 dev-python/spyder/Manifest|   2 -
 dev-python/spyder/spyder-5.4.3.ebuild | 190 --
 2 files changed, 192 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 14d0276bbb62..d47422266aed 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,5 +1,3 @@
-DIST spyder-5.4.3.gh.tar.gz 16207604 BLAKE2B 
d8111cfdda9a40c07371dd15a42bca55d47eed3cf870d21ed31836985f87d7f823574586e69ea9f5508b0b72299b834513f78a09eaed6fc0bbd3bf7ab1cd5bcc
 SHA512 
70385d249059f60c78a401ded50a2304d260a93fa46a211e78b560310eeb84176b4886f640db5660a30f39972987d8be11cbd5664d9396d9efb3ef524abb01a5
 DIST spyder-5.4.4.gh.tar.gz 16214815 BLAKE2B 
43bdf54599acc9c7ecf38d25a2d18e463473f36abad0fcd8d5379f785f967269940c2e8bc5b85811afc853d299ec9cfceac3d7acb32ef9f0e6f7081efc160eb9
 SHA512 
1c2684bbff5d9f800ddb2262a0a846cc7b3a9b1cd43d1f951fd511314877d2f03c317486564d1908f3bd12e889b3e9b0260f5708b5b1181eb7815d32bdb987eb
 DIST spyder-6.0.0_alpha1.gh.tar.gz 16384148 BLAKE2B 
29916c2bcad598b5437be909e5a99834077edf72b5b9c71502bf4b679f268cd72a5c5dddedbc0a703506a2def4a92b1d8e1907bb1edcb84c8f10c8328be22649
 SHA512 
299ec0b22b183d183e34f50e92270e63f19159955c18e15b9514bd31f32dd3ab56ffcc133dd59a2193f3d0d1b2230e05fcd2ff2ce9926ec3278a82a92ae6
 DIST spyder-docs-cfa8e009264cb5e79beeead6a012e521db2c73dc.gh.tar.gz 94895763 
BLAKE2B 
b26a8f834db25fd2a8881fdd411329a6d70213827d450070d4f73692742764efb34c74c6dd72d51829b8718956a4def172eaba56a1f02c264552aa838860feb9
 SHA512 
67defa7913392b0c41a931badb1f5669adcaf8d27e2d3ef59c5d07810c4423272776f369ab134b5096209d781009bbf076711f780234ec93fbe3e1a52e475dcd
-DIST spyder-docs-fa824989a085ab2c8ed449505c0e023a3c597681.gh.tar.gz 95448760 
BLAKE2B 
d4c764ca056c738a64c1fa51f368996c612f533b8b21615fb9df8b5404623f8d6c7ed460a4729057bb5cbb66ce323c259aa33d3bc7d4a9cf1232ac0ad2c5a6cb
 SHA512 
b41afa90e082da458a8ed2710d4fbb82d8f837dbeefd90359052641e488a18b6294e32b5ba5cabb22bcc30df53f0275f5265fa4cdebe60bd6620a74a2b2c4325

diff --git a/dev-python/spyder/spyder-5.4.3.ebuild 
b/dev-python/spyder/spyder-5.4.3.ebuild
deleted file mode 100644
index a431f0f2e0d1..
--- a/dev-python/spyder/spyder-5.4.3.ebuild
+++ /dev/null
@@ -1,190 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature virtualx xdg
-
-# Commit of documentation to fetch
-DOCS_PV="fa824989a085ab2c8ed449505c0e023a3c597681"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-2.1.1[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.0.2[${PYTHON_USEDEP}]
-   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
-   >=dev-python/qtconsole-5.4.2[${PYTHON_USEDEP}]
-   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},svg,webengine]
-   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
-   >=dev-python/spyder-kernels-2.4.3[${PYTHON_USEDEP}]
-   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/three-merge-0.1.1[${PYTH

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-07-24 Thread Michał Górny
commit: 4d975c1df41965463e90abfafdab146befc23603
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:20:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:34:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d975c1d

dev-python/spyder-kernels: Remove old

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

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels/spyder-kernels-2.4.3.ebuild | 64 --
 2 files changed, 65 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index d09cc3497140..aeb75da1ce34 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,2 @@
-DIST spyder-kernels-2.4.3.tar.gz 97886 BLAKE2B 
1783747662745fa0807e50a9bfe8e350c394a3b571bf74b2f884aeb0c5b995c1b8d571f1b382272903ce005a140762327fa08d35247a9ced9e84709dec23a3c6
 SHA512 
efacde9e9cd511583fa1bc732c7823baee34cac086cacc7d2f69062b4721dc17eb322445a9641e55a716db980f7cb083fda61c279ba69c97b74664dd4b139f7f
 DIST spyder-kernels-2.4.4.tar.gz 98216 BLAKE2B 
f9f7c007f3c8f4365b84606e7473c169b525aad6d4ddccd6a72fc4d84f48b3fbf0272bd8f8e7f9cc7eb48df555e333f1b8ef0adc8c2f0b8d6df4ff9de35568f8
 SHA512 
826ced4928d8308e1a31790f0938e24ee8171b7e1f890a322bf652798991db4f3c2c270dd1b9cee44110ac85724043e4f80bc2adb54ad9f09f5414ee8bbd0a4a
 DIST spyder-kernels-3.0.0b1.tar.gz 236330 BLAKE2B 
512fb11371b481102fb9b984eaaf665eed5eeeb2c0039a7e445f6e8139bca0a71f24d68b869614f3d65c9d51640d135c4a3dd33a32dd6c8750d5ba3c7b3330ef
 SHA512 
e8e4cb9e7a577ff2ea969c78aafb1585a6afb652d5ee0063cdaada302648d3152ed38ae33376a4e13e4e183bd18233ff8305ecbe3e248422d2a056b08b0e7226

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.4.3.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.4.3.ebuild
deleted file mode 100644
index d5f621a9cbc2..
--- a/dev-python/spyder-kernels/spyder-kernels-2.4.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.16.1[${PYTHON_USEDEP}]
-   =dev-python/ipython-8.11.0[${PYTHON_USEDEP}]
-   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-line-profiler/

2023-07-24 Thread Michał Górny
commit: 279862e4aa9b24af9c4095ad8eeca5a0fa6f5656
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:20:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:34:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279862e4

dev-python/spyder-line-profiler: Remove old

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

 dev-python/spyder-line-profiler/Manifest   |  1 -
 .../spyder-line-profiler-0.3.1-r1.ebuild   | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-python/spyder-line-profiler/Manifest 
b/dev-python/spyder-line-profiler/Manifest
index ffe9ff515b18..f9874ec5bd9d 100644
--- a/dev-python/spyder-line-profiler/Manifest
+++ b/dev-python/spyder-line-profiler/Manifest
@@ -1,2 +1 @@
-DIST spyder-line-profiler-0.3.1.gh.tar.gz 44042 BLAKE2B 
a98c5770b44b3e11d2261b371e5a806087ebcb347b54745b5bdfe5c4fe3051ff862c79e96ab9a0048e83217cba65fd48a6368bf3e1d1a3f9ab09d2dd69f8ec7c
 SHA512 
96ddc1817adfd58362ea766b95cd58ad521c1333a6bafe9fef1e117ef7ef602bc7e7bced3990d19b85c2882253d81d27940ab409a9daacf588513a405ae4d8fb
 DIST spyder-line-profiler-0.3.2.gh.tar.gz 88725 BLAKE2B 
9e15a9b88d1b36a39428e7eccafb7a2c3d3609aece2c6e5c2f379c9f9180093863472bd1e071b12bf313e7cb6ccd4993bb407785716cab2dda871a1ebd527d41
 SHA512 
fb2e86cc640c7cd32567852063845567634e7cec365f7f5f5f3d770316b9adabc0447d3ad8334411fe3894aeb086cde4f14b77fd3483c099296db7df15f0b46b

diff --git 
a/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.1-r1.ebuild 
b/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.1-r1.ebuild
deleted file mode 100644
index df59e8e226bf..
--- a/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-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";
-SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/line_profiler[${PYTHON_USEDEP}]
-   dev-python/qtawesome[${PYTHON_USEDEP}]
-   >=dev-python/spyder-5.2.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-07-19 Thread Andrew Ammerlaan
commit: 9b11fc3baecbb4c7991b0be03e62a2381e59a94d
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jul 19 09:39:21 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jul 19 09:40:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b11fc3b

dev-python/spyder: add 5.4.4

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   1 +
 dev-python/spyder/spyder-5.4.4.ebuild | 192 ++
 2 files changed, 193 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index f2cf7b22b85e..14d0276bbb62 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,5 @@
 DIST spyder-5.4.3.gh.tar.gz 16207604 BLAKE2B 
d8111cfdda9a40c07371dd15a42bca55d47eed3cf870d21ed31836985f87d7f823574586e69ea9f5508b0b72299b834513f78a09eaed6fc0bbd3bf7ab1cd5bcc
 SHA512 
70385d249059f60c78a401ded50a2304d260a93fa46a211e78b560310eeb84176b4886f640db5660a30f39972987d8be11cbd5664d9396d9efb3ef524abb01a5
+DIST spyder-5.4.4.gh.tar.gz 16214815 BLAKE2B 
43bdf54599acc9c7ecf38d25a2d18e463473f36abad0fcd8d5379f785f967269940c2e8bc5b85811afc853d299ec9cfceac3d7acb32ef9f0e6f7081efc160eb9
 SHA512 
1c2684bbff5d9f800ddb2262a0a846cc7b3a9b1cd43d1f951fd511314877d2f03c317486564d1908f3bd12e889b3e9b0260f5708b5b1181eb7815d32bdb987eb
 DIST spyder-6.0.0_alpha1.gh.tar.gz 16384148 BLAKE2B 
29916c2bcad598b5437be909e5a99834077edf72b5b9c71502bf4b679f268cd72a5c5dddedbc0a703506a2def4a92b1d8e1907bb1edcb84c8f10c8328be22649
 SHA512 
299ec0b22b183d183e34f50e92270e63f19159955c18e15b9514bd31f32dd3ab56ffcc133dd59a2193f3d0d1b2230e05fcd2ff2ce9926ec3278a82a92ae6
 DIST spyder-docs-cfa8e009264cb5e79beeead6a012e521db2c73dc.gh.tar.gz 94895763 
BLAKE2B 
b26a8f834db25fd2a8881fdd411329a6d70213827d450070d4f73692742764efb34c74c6dd72d51829b8718956a4def172eaba56a1f02c264552aa838860feb9
 SHA512 
67defa7913392b0c41a931badb1f5669adcaf8d27e2d3ef59c5d07810c4423272776f369ab134b5096209d781009bbf076711f780234ec93fbe3e1a52e475dcd
 DIST spyder-docs-fa824989a085ab2c8ed449505c0e023a3c597681.gh.tar.gz 95448760 
BLAKE2B 
d4c764ca056c738a64c1fa51f368996c612f533b8b21615fb9df8b5404623f8d6c7ed460a4729057bb5cbb66ce323c259aa33d3bc7d4a9cf1232ac0ad2c5a6cb
 SHA512 
b41afa90e082da458a8ed2710d4fbb82d8f837dbeefd90359052641e488a18b6294e32b5ba5cabb22bcc30df53f0275f5265fa4cdebe60bd6620a74a2b2c4325

diff --git a/dev-python/spyder/spyder-5.4.4.ebuild 
b/dev-python/spyder/spyder-5.4.4.ebuild
new file mode 100644
index ..57c8c48ca846
--- /dev/null
+++ b/dev-python/spyder/spyder-5.4.4.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="cfa8e009264cb5e79beeead6a012e521db2c73dc"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-2.1.1[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.0.2[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
+   >=dev-python/qtconsole-5.4.2[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},svg,webengine]
+   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-2.4.4[${PYTHON_USEDEP}]
+   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/three-merge-0.1.1

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-unittest/

2023-07-03 Thread Andrew Ammerlaan
commit: 3b23187b138eddb7c5ede991d01da64ce182210b
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Jul  3 08:33:20 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Jul  3 08:35:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b23187b

dev-python/spyder-unittest: add 0.6.0

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/Manifest|  1 +
 .../spyder-unittest/spyder-unittest-0.6.0.ebuild   | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index 85e53b0801b3..9bd499e8ac39 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1 +1,2 @@
 DIST spyder-unittest-0.5.1.gh.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5
+DIST spyder-unittest-0.6.0.gh.tar.gz 105932 BLAKE2B 
b7a39e5756d27325bbe0dff32fb3922f667cdd1eb2c3a6d9e5eceb89abd921244fdf1685706bff181c75c59f86f92e405a1d08c5e86d7f15a27bfd46d32048ea
 SHA512 
304843dcf6b51033a6acbc81a0ed274736d36967d95866075bb06a23487f29556256e39c213f685f5a6622743bba568814b5c099fa143e849fdb5608687f1c5c

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
new file mode 100644
index ..f5fa403a044c
--- /dev/null
+++ b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+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 ~x86"
+
+RDEPEND="
+   >=dev-python/spyder-5.4.1[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-unittest/

2023-07-03 Thread Andrew Ammerlaan
commit: 6950fbc97118d1249ca8c9a6d8d86690109948de
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Jul  3 08:33:43 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Jul  3 08:35:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6950fbc9

dev-python/spyder-unittest: drop 0.5.1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/Manifest|  1 -
 .../spyder-unittest/spyder-unittest-0.5.1.ebuild   | 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index 9bd499e8ac39..0734087a0fe5 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1,2 +1 @@
-DIST spyder-unittest-0.5.1.gh.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5
 DIST spyder-unittest-0.6.0.gh.tar.gz 105932 BLAKE2B 
b7a39e5756d27325bbe0dff32fb3922f667cdd1eb2c3a6d9e5eceb89abd921244fdf1685706bff181c75c59f86f92e405a1d08c5e86d7f15a27bfd46d32048ea
 SHA512 
304843dcf6b51033a6acbc81a0ed274736d36967d95866075bb06a23487f29556256e39c213f685f5a6622743bba568814b5c099fa143e849fdb5608687f1c5c

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
deleted file mode 100644
index 43ce967da1ec..
--- a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 virtualx
-
-COMMIT="d210d9fe6c4efbb21d680a040cc4741d76a81f49"
-
-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/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-# AttributeError: 'NoneType' object has no attribute 'split'
-RESTRICT="test"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/spyder-5.3.1[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-06-29 Thread Michał Górny
commit: 95b7f0c45868624662cfbb8971cda69b7f90fe58
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 30 02:32:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 30 02:46:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b7f0c4

dev-python/spyder-kernels: Bump to 2.4.4

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

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels/spyder-kernels-2.4.4.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index b21695286c01..d09cc3497140 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,2 +1,3 @@
 DIST spyder-kernels-2.4.3.tar.gz 97886 BLAKE2B 
1783747662745fa0807e50a9bfe8e350c394a3b571bf74b2f884aeb0c5b995c1b8d571f1b382272903ce005a140762327fa08d35247a9ced9e84709dec23a3c6
 SHA512 
efacde9e9cd511583fa1bc732c7823baee34cac086cacc7d2f69062b4721dc17eb322445a9641e55a716db980f7cb083fda61c279ba69c97b74664dd4b139f7f
+DIST spyder-kernels-2.4.4.tar.gz 98216 BLAKE2B 
f9f7c007f3c8f4365b84606e7473c169b525aad6d4ddccd6a72fc4d84f48b3fbf0272bd8f8e7f9cc7eb48df555e333f1b8ef0adc8c2f0b8d6df4ff9de35568f8
 SHA512 
826ced4928d8308e1a31790f0938e24ee8171b7e1f890a322bf652798991db4f3c2c270dd1b9cee44110ac85724043e4f80bc2adb54ad9f09f5414ee8bbd0a4a
 DIST spyder-kernels-3.0.0b1.tar.gz 236330 BLAKE2B 
512fb11371b481102fb9b984eaaf665eed5eeeb2c0039a7e445f6e8139bca0a71f24d68b869614f3d65c9d51640d135c4a3dd33a32dd6c8750d5ba3c7b3330ef
 SHA512 
e8e4cb9e7a577ff2ea969c78aafb1585a6afb652d5ee0063cdaada302648d3152ed38ae33376a4e13e4e183bd18233ff8305ecbe3e248422d2a056b08b0e7226

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.4.4.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.4.4.ebuild
new file mode 100644
index ..a56306e79b09
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-2.4.4.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.23.2[${PYTHON_USEDEP}]
+   =dev-python/ipython-8.11.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+   # RuntimeError: There is no current event loop in thread 'MainThread'.
+   # https://bugs.gentoo.org/834893
+   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
+   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
+   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
+   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
+   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-line-profiler/

2023-06-24 Thread Michał Górny
commit: 5ac1ecd434bb5a7ce1ededae5536b13d627f49f2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 25 02:54:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 25 03:08:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac1ecd4

dev-python/spyder-line-profiler: Bump to 0.3.2

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

 dev-python/spyder-line-profiler/Manifest   |  1 +
 .../spyder-line-profiler-0.3.2.ebuild  | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/spyder-line-profiler/Manifest 
b/dev-python/spyder-line-profiler/Manifest
index 80567234d77f..ffe9ff515b18 100644
--- a/dev-python/spyder-line-profiler/Manifest
+++ b/dev-python/spyder-line-profiler/Manifest
@@ -1 +1,2 @@
 DIST spyder-line-profiler-0.3.1.gh.tar.gz 44042 BLAKE2B 
a98c5770b44b3e11d2261b371e5a806087ebcb347b54745b5bdfe5c4fe3051ff862c79e96ab9a0048e83217cba65fd48a6368bf3e1d1a3f9ab09d2dd69f8ec7c
 SHA512 
96ddc1817adfd58362ea766b95cd58ad521c1333a6bafe9fef1e117ef7ef602bc7e7bced3990d19b85c2882253d81d27940ab409a9daacf588513a405ae4d8fb
+DIST spyder-line-profiler-0.3.2.gh.tar.gz 88725 BLAKE2B 
9e15a9b88d1b36a39428e7eccafb7a2c3d3609aece2c6e5c2f379c9f9180093863472bd1e071b12bf313e7cb6ccd4993bb407785716cab2dda871a1ebd527d41
 SHA512 
fb2e86cc640c7cd32567852063845567634e7cec365f7f5f5f3d770316b9adabc0447d3ad8334411fe3894aeb086cde4f14b77fd3483c099296db7df15f0b46b

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
new file mode 100644
index ..b67f71095543
--- /dev/null
+++ b/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+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 ~x86"
+
+RDEPEND="
+   dev-python/line_profiler[${PYTHON_USEDEP}]
+   dev-python/qtawesome[${PYTHON_USEDEP}]
+   >=dev-python/spyder-5.2.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-06-20 Thread Andrew Ammerlaan
commit: 10f49a3eb02d8e85a1595a6839996c91f98c5f06
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Jun 20 18:40:24 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Jun 20 18:40:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f49a3e

dev-python/spyder: add 6.0.0_alpha1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest   |   2 +
 dev-python/spyder/spyder-6.0.0_alpha1.ebuild | 191 +++
 2 files changed, 193 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index c61fdfaa0d9e..f2cf7b22b85e 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,2 +1,4 @@
 DIST spyder-5.4.3.gh.tar.gz 16207604 BLAKE2B 
d8111cfdda9a40c07371dd15a42bca55d47eed3cf870d21ed31836985f87d7f823574586e69ea9f5508b0b72299b834513f78a09eaed6fc0bbd3bf7ab1cd5bcc
 SHA512 
70385d249059f60c78a401ded50a2304d260a93fa46a211e78b560310eeb84176b4886f640db5660a30f39972987d8be11cbd5664d9396d9efb3ef524abb01a5
+DIST spyder-6.0.0_alpha1.gh.tar.gz 16384148 BLAKE2B 
29916c2bcad598b5437be909e5a99834077edf72b5b9c71502bf4b679f268cd72a5c5dddedbc0a703506a2def4a92b1d8e1907bb1edcb84c8f10c8328be22649
 SHA512 
299ec0b22b183d183e34f50e92270e63f19159955c18e15b9514bd31f32dd3ab56ffcc133dd59a2193f3d0d1b2230e05fcd2ff2ce9926ec3278a82a92ae6
+DIST spyder-docs-cfa8e009264cb5e79beeead6a012e521db2c73dc.gh.tar.gz 94895763 
BLAKE2B 
b26a8f834db25fd2a8881fdd411329a6d70213827d450070d4f73692742764efb34c74c6dd72d51829b8718956a4def172eaba56a1f02c264552aa838860feb9
 SHA512 
67defa7913392b0c41a931badb1f5669adcaf8d27e2d3ef59c5d07810c4423272776f369ab134b5096209d781009bbf076711f780234ec93fbe3e1a52e475dcd
 DIST spyder-docs-fa824989a085ab2c8ed449505c0e023a3c597681.gh.tar.gz 95448760 
BLAKE2B 
d4c764ca056c738a64c1fa51f368996c612f533b8b21615fb9df8b5404623f8d6c7ed460a4729057bb5cbb66ce323c259aa33d3bc7d4a9cf1232ac0ad2c5a6cb
 SHA512 
b41afa90e082da458a8ed2710d4fbb82d8f837dbeefd90359052641e488a18b6294e32b5ba5cabb22bcc30df53f0275f5265fa4cdebe60bd6620a74a2b2c4325

diff --git a/dev-python/spyder/spyder-6.0.0_alpha1.ebuild 
b/dev-python/spyder/spyder-6.0.0_alpha1.ebuild
new file mode 100644
index ..af3549c58ef8
--- /dev/null
+++ b/dev-python/spyder/spyder-6.0.0_alpha1.ebuild
@@ -0,0 +1,191 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="cfa8e009264cb5e79beeead6a012e521db2c73dc"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV//_alpha/a}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${PV//_alpha/a}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.0.2[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
+   >=dev-python/qtconsole-5.4.2[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},svg,webengine]
+   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-3.0.0_beta1[${PYTHON_USEDEP}]
+   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/three-merge-0.1.1[${PYTHON_USEDEP}]
+   >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-06-20 Thread Andrew Ammerlaan
commit: b06d25484002f50e476e09ca1bf369d3d921fc01
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Jun 20 18:26:31 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Jun 20 18:40:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06d2548

dev-python/spyder-kernels: add 3.0.0_beta1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels-3.0.0_beta1.ebuild  | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 4fe73677cdfc..b21695286c01 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1 +1,2 @@
 DIST spyder-kernels-2.4.3.tar.gz 97886 BLAKE2B 
1783747662745fa0807e50a9bfe8e350c394a3b571bf74b2f884aeb0c5b995c1b8d571f1b382272903ce005a140762327fa08d35247a9ced9e84709dec23a3c6
 SHA512 
efacde9e9cd511583fa1bc732c7823baee34cac086cacc7d2f69062b4721dc17eb322445a9641e55a716db980f7cb083fda61c279ba69c97b74664dd4b139f7f
+DIST spyder-kernels-3.0.0b1.tar.gz 236330 BLAKE2B 
512fb11371b481102fb9b984eaaf665eed5eeeb2c0039a7e445f6e8139bca0a71f24d68b869614f3d65c9d51640d135c4a3dd33a32dd6c8750d5ba3c7b3330ef
 SHA512 
e8e4cb9e7a577ff2ea969c78aafb1585a6afb652d5ee0063cdaada302648d3152ed38ae33376a4e13e4e183bd18233ff8305ecbe3e248422d2a056b08b0e7226

diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta1.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta1.ebuild
new file mode 100644
index ..37b007a87efe
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.16.1[${PYTHON_USEDEP}]
+   dev-python/ipython-8.12.1[${PYTHON_USEDEP}]
+   =dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+
+   # RuntimeError: There is no current event loop in thread 'MainThread'.
+   # https://bugs.gentoo.org/834893
+   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
+   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
+   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
+   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
+   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
+
+   # pydicom only packaged in ::sci at the moment
+   spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/files/

2023-04-09 Thread Andrew Ammerlaan
commit: de8f90a9de644534aa798233c2e0489a13db97f8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Apr  8 17:15:03 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Apr  9 19:33:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8f90a9

dev-python/spyder: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30520
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../files/spyder-5.4.0-unpin-qdarkstyle.patch  | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-python/spyder/files/spyder-5.4.0-unpin-qdarkstyle.patch 
b/dev-python/spyder/files/spyder-5.4.0-unpin-qdarkstyle.patch
deleted file mode 100644
index 87b97a94b34a..
--- a/dev-python/spyder/files/spyder-5.4.0-unpin-qdarkstyle.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 1aa7f96..5345b0a 100644
 a/setup.py
-+++ b/setup.py
-@@ -232,7 +232,7 @@ install_requires = [
- 'python-lsp-server[all]>=1.6.0,<1.7.0',
- 'pyxdg>=0.26;platform_system=="Linux"',
- 'pyzmq>=22.1.0',
--'qdarkstyle>=3.0.2,<3.1.0',
-+'qdarkstyle>=3.0.2',
- 'qstylizer>=0.2.2',
- 'qtawesome>=1.2.1',
- 'qtconsole>=5.4.0,<5.5.0',
-diff --git a/spyder/dependencies.py b/spyder/dependencies.py
-index 244a161..f44d045 100644
 a/spyder/dependencies.py
-+++ b/spyder/dependencies.py
-@@ -58,7 +58,7 @@ PYLSP_BLACK_REQVER = '>=1.2.0'
- PYLS_SPYDER_REQVER = '>=0.4.0'
- PYXDG_REQVER = '>=0.26'
- PYZMQ_REQVER = '>=22.1.0'
--QDARKSTYLE_REQVER = '>=3.0.2;<3.1.0'
-+QDARKSTYLE_REQVER = '>=3.0.2'
- QSTYLIZER_REQVER = '>=0.2.2'
- QTAWESOME_REQVER = '>=1.2.1'
- QTCONSOLE_REQVER = '>=5.4.0;<5.5.0'



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/

2023-04-08 Thread Andrew Ammerlaan
commit: 1bd2c87e07a80729ede9281269b6cfddbfec0dc4
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Apr  8 08:21:38 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Apr  8 08:21:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd2c87e

dev-python/spyder-notebook: fix DOCS, not all docs are included in pypi tarball

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild 
b/dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild
index 2db34e4a9110..0d025a6e42b6 100644
--- a/dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild
+++ b/dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild
@@ -37,7 +37,7 @@ BDEPEND="
)
 "
 
-DOCS=( "README.md" "RELEASE.md" "CHANGELOG.md" "doc/example.gif" )
+DOCS=( "README.md" "CHANGELOG.md" )
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/

2023-04-08 Thread Andrew Ammerlaan
commit: ed030e1abdf892e69bc9fb5e0834ea3647c45906
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Apr  8 07:56:16 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Apr  8 07:56:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed030e1a

dev-python/spyder-notebook: add 0.4.1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-notebook/Manifest|  1 +
 .../spyder-notebook/spyder-notebook-0.4.1.ebuild   | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/spyder-notebook/Manifest 
b/dev-python/spyder-notebook/Manifest
index 1a8a3fe5afd3..7b562f346886 100644
--- a/dev-python/spyder-notebook/Manifest
+++ b/dev-python/spyder-notebook/Manifest
@@ -1 +1,2 @@
 DIST spyder-notebook-0.4.0.gh.tar.gz 3869758 BLAKE2B 
db809e9a2b93206ba0236e825b7d8f612efe552be5b9bbcdd60021ee143f16674e05847834bbd63a801c32e2264e5335685887aad0519033a315b3c2c0fcd3d6
 SHA512 
ab97429d276af815411b9a63bc04e291e5ed596bb9c551be8161e71761fc21a61b896b73ec1d93c9a2b4561ba228b93ac86f3b542a515cbfc651e9e218f6f778
+DIST spyder-notebook-0.4.1.tar.gz 1756246 BLAKE2B 
daccd224f822d10b0bc527f6e12a46b975631c1eee4edd1e431ff8a71e126d4ff2006853b05146bdef3c8978a34a38d1c30ff9da9076f9c954a7ecdbe9eab4af
 SHA512 
f4ad23ba218dec708f876fe13b11e172df2430c9c9e57916a8f10f43f3728788801d7749b37a7474b329fa8750c0d08ddbd5131142035868f23c1975228d840e

diff --git a/dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild 
b/dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild
new file mode 100644
index ..2db34e4a9110
--- /dev/null
+++ b/dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+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 ~x86"
+
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/jupyter-core[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/notebook-4.3[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/

2023-04-08 Thread Andrew Ammerlaan
commit: a11eac30c35e0ddf0c17fe90ebb137ccbcf3bbf8
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Apr  8 07:56:39 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Apr  8 07:56:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11eac30

dev-python/spyder-notebook: drop 0.4.0

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-notebook/Manifest|  1 -
 .../spyder-notebook/spyder-notebook-0.4.0.ebuild   | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/spyder-notebook/Manifest 
b/dev-python/spyder-notebook/Manifest
index 7b562f346886..061b381d7dd4 100644
--- a/dev-python/spyder-notebook/Manifest
+++ b/dev-python/spyder-notebook/Manifest
@@ -1,2 +1 @@
-DIST spyder-notebook-0.4.0.gh.tar.gz 3869758 BLAKE2B 
db809e9a2b93206ba0236e825b7d8f612efe552be5b9bbcdd60021ee143f16674e05847834bbd63a801c32e2264e5335685887aad0519033a315b3c2c0fcd3d6
 SHA512 
ab97429d276af815411b9a63bc04e291e5ed596bb9c551be8161e71761fc21a61b896b73ec1d93c9a2b4561ba228b93ac86f3b542a515cbfc651e9e218f6f778
 DIST spyder-notebook-0.4.1.tar.gz 1756246 BLAKE2B 
daccd224f822d10b0bc527f6e12a46b975631c1eee4edd1e431ff8a71e126d4ff2006853b05146bdef3c8978a34a38d1c30ff9da9076f9c954a7ecdbe9eab4af
 SHA512 
f4ad23ba218dec708f876fe13b11e172df2430c9c9e57916a8f10f43f3728788801d7749b37a7474b329fa8750c0d08ddbd5131142035868f23c1975228d840e

diff --git a/dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild 
b/dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild
deleted file mode 100644
index 25b504aefa1d..
--- a/dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-# ERROR: Server components are missing!! Please run 'python setup.py sdist' 
first.
-# DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Jupyter notebook integration with Spyder"
-HOMEPAGE="https://github.com/spyder-ide/spyder-notebook";
-SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/jupyter-core[${PYTHON_USEDEP}]
-   dev-python/nbformat[${PYTHON_USEDEP}]
-   >=dev-python/notebook-4.3[${PYTHON_USEDEP}]
-   dev-python/qdarkstyle[${PYTHON_USEDEP}]
-   dev-python/QtPy[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   >=dev-python/spyder-5.3.3[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-04-07 Thread Andrew Ammerlaan
commit: ccec29d82d09a9470f0771acfce88fca9b42eb64
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Apr  7 08:21:24 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Apr  7 08:21:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccec29d8

dev-python/spyder: drop 5.4.2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   2 -
 dev-python/spyder/spyder-5.4.2.ebuild | 196 --
 2 files changed, 198 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 37c18910c2a2..c61fdfaa0d9e 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,4 +1,2 @@
-DIST spyder-5.4.2.gh.tar.gz 24523453 BLAKE2B 
9ec3652fc60c483b96f287ad39f3280e963b8bb24a6e1326f5248373ee53465b67c5660e42b4f7d876498a8ee1652fa058b038386a3dd788d46452ba1475760c
 SHA512 
e3650cd43d14d2ce7e6f90557904d6ac1e5db5f7846e87e8a1fd8173cdef97cdee485250caf00768482611b8318eaba60259efcaccf41f0308e888ac85eeb88d
 DIST spyder-5.4.3.gh.tar.gz 16207604 BLAKE2B 
d8111cfdda9a40c07371dd15a42bca55d47eed3cf870d21ed31836985f87d7f823574586e69ea9f5508b0b72299b834513f78a09eaed6fc0bbd3bf7ab1cd5bcc
 SHA512 
70385d249059f60c78a401ded50a2304d260a93fa46a211e78b560310eeb84176b4886f640db5660a30f39972987d8be11cbd5664d9396d9efb3ef524abb01a5
-DIST spyder-docs-3ae8705d3eba8fc30d4600d6d1e29ce0da8cd0c6.gh.tar.gz 95448945 
BLAKE2B 
5e130bff9fbca71e61ed96236a6964e8f34602efbb930dbc928a22eec59ebb2d2bee39f679c27dbbf88686345e5db5894f931e7ab95a3e007444b17c4e021176
 SHA512 
a6ebe6b6ff057616951c0075ba7c8039dc3a304b6e140f80bb54018cee374df230e491493f18070273dded2942e14bfecc9439d33ae1bc3edd5b47067d77
 DIST spyder-docs-fa824989a085ab2c8ed449505c0e023a3c597681.gh.tar.gz 95448760 
BLAKE2B 
d4c764ca056c738a64c1fa51f368996c612f533b8b21615fb9df8b5404623f8d6c7ed460a4729057bb5cbb66ce323c259aa33d3bc7d4a9cf1232ac0ad2c5a6cb
 SHA512 
b41afa90e082da458a8ed2710d4fbb82d8f837dbeefd90359052641e488a18b6294e32b5ba5cabb22bcc30df53f0275f5265fa4cdebe60bd6620a74a2b2c4325

diff --git a/dev-python/spyder/spyder-5.4.2.ebuild 
b/dev-python/spyder/spyder-5.4.2.ebuild
deleted file mode 100644
index 4b757c335a9c..
--- a/dev-python/spyder/spyder-5.4.2.ebuild
+++ /dev/null
@@ -1,196 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit optfeature xdg distutils-r1
-
-# Commit of documentation to fetch
-DOCS_PV="3ae8705d3eba8fc30d4600d6d1e29ce0da8cd0c6"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# The test suite often hangs or does not work. RESTRICTing because IMO it is
-# not worth the several hours I would have to spend every single version bump
-# checking which tests do and do not work.
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
-   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-venv-2.1.1[${PYTHON_USEDEP}]
-   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/qdarkstyle-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
-   >=dev-python/qtconsole-5.4.0[${PYTHON_USEDEP}]
-   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},svg,webengine]
-   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
-   >=dev-python/spyder-kernels-2.4.2[${PYTHON_USEDEP}]
-   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/three-merge-0.1.1[${PYTHON_USEDEP}]
-   >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}]
-"
-
-# Tests are broken anywa

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-04-07 Thread Andrew Ammerlaan
commit: 0909c59a1e63626c27ec15c4ef5efb0216fea05d
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Apr  7 08:21:51 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Apr  7 08:21:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0909c59a

dev-python/spyder-kernels: drop 2.4.2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels/spyder-kernels-2.4.2.ebuild | 68 --
 2 files changed, 69 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index b141127e0c35..4fe73677cdfc 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,2 +1 @@
-DIST spyder-kernels-2.4.2.gh.tar.gz 92561 BLAKE2B 
a77ce80b2225cce1aafed737c0396624c61197b3966403f6a7d7a03407336d0556a581441a1d28e1022d6082fe39e48364638d4f70b6240efd49fbafe169
 SHA512 
aa1889be8809e2fc7bccd01f04f2809df14b76d6fc18f1595db2a83038d7af9a6183c6ac26da11e1dc7556d6d4bd2a57da096063e55b4dbddc06f2d89f2bc0c8
 DIST spyder-kernels-2.4.3.tar.gz 97886 BLAKE2B 
1783747662745fa0807e50a9bfe8e350c394a3b571bf74b2f884aeb0c5b995c1b8d571f1b382272903ce005a140762327fa08d35247a9ced9e84709dec23a3c6
 SHA512 
efacde9e9cd511583fa1bc732c7823baee34cac086cacc7d2f69062b4721dc17eb322445a9641e55a716db980f7cb083fda61c279ba69c97b74664dd4b139f7f

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.4.2.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.4.2.ebuild
deleted file mode 100644
index 94f52832b965..
--- a/dev-python/spyder-kernels/spyder-kernels-2.4.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-SRC_URI="
-   https://github.com/spyder-ide/spyder-kernels/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.16.1[${PYTHON_USEDEP}]
-   =dev-python/ipython-7.31.1[${PYTHON_USEDEP}]
-   =dev-python/jupyter_client-7.4.9[${PYTHON_USEDEP}]
-   =dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2023-04-05 Thread Andrew Ammerlaan
commit: 365fe2472095e8379a29f46ba40bf2d69e54eafa
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Apr  5 19:23:03 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Apr  5 19:23:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365fe247

dev-python/spyder: add 5.4.3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder/Manifest|   2 +
 dev-python/spyder/spyder-5.4.3.ebuild | 190 ++
 2 files changed, 192 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index bcd6df115a5d..37c18910c2a2 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,2 +1,4 @@
 DIST spyder-5.4.2.gh.tar.gz 24523453 BLAKE2B 
9ec3652fc60c483b96f287ad39f3280e963b8bb24a6e1326f5248373ee53465b67c5660e42b4f7d876498a8ee1652fa058b038386a3dd788d46452ba1475760c
 SHA512 
e3650cd43d14d2ce7e6f90557904d6ac1e5db5f7846e87e8a1fd8173cdef97cdee485250caf00768482611b8318eaba60259efcaccf41f0308e888ac85eeb88d
+DIST spyder-5.4.3.gh.tar.gz 16207604 BLAKE2B 
d8111cfdda9a40c07371dd15a42bca55d47eed3cf870d21ed31836985f87d7f823574586e69ea9f5508b0b72299b834513f78a09eaed6fc0bbd3bf7ab1cd5bcc
 SHA512 
70385d249059f60c78a401ded50a2304d260a93fa46a211e78b560310eeb84176b4886f640db5660a30f39972987d8be11cbd5664d9396d9efb3ef524abb01a5
 DIST spyder-docs-3ae8705d3eba8fc30d4600d6d1e29ce0da8cd0c6.gh.tar.gz 95448945 
BLAKE2B 
5e130bff9fbca71e61ed96236a6964e8f34602efbb930dbc928a22eec59ebb2d2bee39f679c27dbbf88686345e5db5894f931e7ab95a3e007444b17c4e021176
 SHA512 
a6ebe6b6ff057616951c0075ba7c8039dc3a304b6e140f80bb54018cee374df230e491493f18070273dded2942e14bfecc9439d33ae1bc3edd5b47067d77
+DIST spyder-docs-fa824989a085ab2c8ed449505c0e023a3c597681.gh.tar.gz 95448760 
BLAKE2B 
d4c764ca056c738a64c1fa51f368996c612f533b8b21615fb9df8b5404623f8d6c7ed460a4729057bb5cbb66ce323c259aa33d3bc7d4a9cf1232ac0ad2c5a6cb
 SHA512 
b41afa90e082da458a8ed2710d4fbb82d8f837dbeefd90359052641e488a18b6294e32b5ba5cabb22bcc30df53f0275f5265fa4cdebe60bd6620a74a2b2c4325

diff --git a/dev-python/spyder/spyder-5.4.3.ebuild 
b/dev-python/spyder/spyder-5.4.3.ebuild
new file mode 100644
index ..a431f0f2e0d1
--- /dev/null
+++ b/dev-python/spyder/spyder-5.4.3.ebuild
@@ -0,0 +1,190 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+# Commit of documentation to fetch
+DOCS_PV="fa824989a085ab2c8ed449505c0e023a3c597681"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/jellyfish-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-venv-2.1.1[${PYTHON_USEDEP}]
+   >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-3.0.2[${PYTHON_USEDEP}]
+   =dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}]
+   >=dev-python/qtconsole-5.4.2[${PYTHON_USEDEP}]
+   =dev-python/QtPy-2.1.0[${PYTHON_USEDEP},svg,webengine]
+   >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-2.4.3[${PYTHON_USEDEP}]
+   =dev-python/textdistance-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/three-merge-0.1.1[${PYTHON_USEDEP}]
+   >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[tk,${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-04-02 Thread Michał Górny
commit: 56c1cd52d28050e7e81efa5801dfdf3df3b84dd0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  3 02:30:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  3 02:49:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c1cd52

dev-python/spyder-kernels: Bump to 2.4.3

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

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels/spyder-kernels-2.4.3.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 29b2ccc07f44..b141127e0c35 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1 +1,2 @@
 DIST spyder-kernels-2.4.2.gh.tar.gz 92561 BLAKE2B 
a77ce80b2225cce1aafed737c0396624c61197b3966403f6a7d7a03407336d0556a581441a1d28e1022d6082fe39e48364638d4f70b6240efd49fbafe169
 SHA512 
aa1889be8809e2fc7bccd01f04f2809df14b76d6fc18f1595db2a83038d7af9a6183c6ac26da11e1dc7556d6d4bd2a57da096063e55b4dbddc06f2d89f2bc0c8
+DIST spyder-kernels-2.4.3.tar.gz 97886 BLAKE2B 
1783747662745fa0807e50a9bfe8e350c394a3b571bf74b2f884aeb0c5b995c1b8d571f1b382272903ce005a140762327fa08d35247a9ced9e84709dec23a3c6
 SHA512 
efacde9e9cd511583fa1bc732c7823baee34cac086cacc7d2f69062b4721dc17eb322445a9641e55a716db980f7cb083fda61c279ba69c97b74664dd4b139f7f

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.4.3.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.4.3.ebuild
new file mode 100644
index ..9ef6ad5791e0
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-2.4.3.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="
+   https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   =dev-python/ipykernel-6.16.1[${PYTHON_USEDEP}]
+   =dev-python/ipython-8.11.0[${PYTHON_USEDEP}]
+   =dev-python/jupyter_client-7.4.9[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # we no longer package distributed, and also removed dependency on dask
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+   # RuntimeError: There is no current event loop in thread 'MainThread'.
+   # https://bugs.gentoo.org/834893
+   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
+   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
+   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
+   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
+   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
+   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2023-01-27 Thread Michał Górny
commit: 71ad83aee6c0c578a6fb6e6dbc83c65cb04db8e5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 27 20:06:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 27 20:09:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ad83ae

dev-python/spyder-kernels: Remove old

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

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels/spyder-kernels-2.4.1.ebuild | 68 --
 2 files changed, 69 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index d1f0cf3fdf22..29b2ccc07f44 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,2 +1 @@
-DIST spyder-kernels-2.4.1.gh.tar.gz 92461 BLAKE2B 
44858b58094365c07e8d9aa683d721b5a5fb3475849486cdafb9f4e74330e58c13a1ed4839a470238d5ceee0e990c13fb7c913ba04c0297e91f3f47bc469a5e4
 SHA512 
d6dbbb4359f9b0a040159e0d654058cb62448c4596d87fcfd0445e31905e61e0a3ac71575763393d25d9f5d81aa07fba62384ef2ef6a1cce32feac5a62153402
 DIST spyder-kernels-2.4.2.gh.tar.gz 92561 BLAKE2B 
a77ce80b2225cce1aafed737c0396624c61197b3966403f6a7d7a03407336d0556a581441a1d28e1022d6082fe39e48364638d4f70b6240efd49fbafe169
 SHA512 
aa1889be8809e2fc7bccd01f04f2809df14b76d6fc18f1595db2a83038d7af9a6183c6ac26da11e1dc7556d6d4bd2a57da096063e55b4dbddc06f2d89f2bc0c8

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.4.1.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.4.1.ebuild
deleted file mode 100644
index e45ecb28417e..
--- a/dev-python/spyder-kernels/spyder-kernels-2.4.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="
-   https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/
-"
-SRC_URI="
-   https://github.com/spyder-ide/spyder-kernels/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   =dev-python/ipykernel-6.16.1[${PYTHON_USEDEP}]
-   =dev-python/ipython-7.31.1[${PYTHON_USEDEP}]
-   =dev-python/jupyter_client-7.3.4[${PYTHON_USEDEP}]
-   =dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # we no longer package distributed, and also removed dependency on dask
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-   # RuntimeError: There is no current event loop in thread 'MainThread'.
-   # https://bugs.gentoo.org/834893
-   
spyder_kernels/console/tests/test_console_kernel.py::test_cwd_in_sys_path
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing
-   
spyder_kernels/console/tests/test_console_kernel.py::test_multiprocessing_2
-   spyder_kernels/console/tests/test_console_kernel.py::test_runfile
-   spyder_kernels/console/tests/test_console_kernel.py::test_np_threshold
-   spyder_kernels/console/tests/test_console_kernel.py::test_turtle_launch
-   
spyder_kernels/console/tests/test_console_kernel.py::test_matplotlib_inline
-)



  1   2   3   4   >