public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/
Date: Wed, 21 Aug 2024 19:13:05 +0000 (UTC)	[thread overview]
Message-ID: <1724267576.12661bb12a84a0f34d48d48c96b9842de69c2967.mgorny@gentoo> (raw)

commit:     12661bb12a84a0f34d48d48c96b9842de69c2967
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 21 19:00:56 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 19:12:56 2024 +0000
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 <mgorny <AT> 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 000000000000..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-7[${PYTHON_USEDEP}]
+	>=dev-python/ipykernel-6.29.3[${PYTHON_USEDEP}]
+	<dev-python/ipython-9[${PYTHON_USEDEP}]
+	>dev-python/ipython-8.13.0[${PYTHON_USEDEP}]
+	<dev-python/jupyter-client-9[${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/utils/tests/test_iofuncs.py::test_save_load_hdf5_files
+			spyder_kernels/utils/tests/test_dochelpers.py
+		)
+	fi
+	distutils-r1_python_test
+}


             reply	other threads:[~2024-08-21 19:13 UTC|newest]

Thread overview: 91+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-21 19:13 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24  8:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/ Nowa Ammerlaan
2024-12-05  5:39 Michał Górny
2024-12-05  5:39 Michał Górny
2024-11-01 10:02 Andrew Ammerlaan
2024-09-03  7:55 Andrew Ammerlaan
2024-08-30  1:56 Michał Górny
2024-08-24 19:24 Andrew Ammerlaan
2024-08-10  8:45 Andrew Ammerlaan
2024-08-10  8:45 Andrew Ammerlaan
2024-07-20 11:59 Andrew Ammerlaan
2024-06-19 11:00 Andrew Ammerlaan
2024-06-19 11:00 Andrew Ammerlaan
2024-06-12 10:20 Andrew Ammerlaan
2024-05-17 14:13 Andrew Ammerlaan
2024-05-17 14:13 Andrew Ammerlaan
2024-04-24 12:47 Andrew Ammerlaan
2024-04-24 12:47 Andrew Ammerlaan
2024-04-24 12:47 Andrew Ammerlaan
2024-02-28  4:03 Michał Górny
2024-02-08 13:37 Andrew Ammerlaan
2024-02-08 13:37 Andrew Ammerlaan
2023-12-30 18:35 Michał Górny
2023-12-19 10:35 Andrew Ammerlaan
2023-12-19 10:35 Andrew Ammerlaan
2023-11-24 20:38 Sam James
2023-11-07 15:19 Michał Górny
2023-11-04 18:51 Michał Górny
2023-09-07 15:43 Andrew Ammerlaan
2023-08-23  7:58 Andrew Ammerlaan
2023-07-24 11:34 Michał Górny
2023-06-30  2:46 Michał Górny
2023-06-20 18:40 Andrew Ammerlaan
2023-04-07  8:22 Andrew Ammerlaan
2023-04-03  2:50 Michał Górny
2023-01-27 20:10 Michał Górny
2023-01-18  7:34 Michał Górny
2023-01-12 11:13 Andrew Ammerlaan
2023-01-10 11:07 Arthur Zamarin
2022-12-29  5:22 Michał Górny
2022-11-03  5:32 Michał Górny
2022-09-05 12:34 Andrew Ammerlaan
2022-08-30 17:32 Andrew Ammerlaan
2022-08-29 11:46 Andrew Ammerlaan
2022-07-09  8:41 Michał Górny
2022-06-11  4:55 Michał Górny
2022-06-08 14:03 Andrew Ammerlaan
2022-05-25  9:07 Andrew Ammerlaan
2022-05-22  5:53 Michał Górny
2022-05-11  9:41 Andrew Ammerlaan
2022-05-11  9:41 Andrew Ammerlaan
2022-03-31 14:31 Andrew Ammerlaan
2022-01-23 10:52 Andrew Ammerlaan
2022-01-20 19:07 Andrew Ammerlaan
2022-01-20 19:07 Andrew Ammerlaan
2021-12-14 19:52 Andrew Ammerlaan
2021-11-24 22:25 Andrew Ammerlaan
2021-10-04 19:40 Andrew Ammerlaan
2021-10-04 19:40 Andrew Ammerlaan
2021-09-02  6:33 Andrew Ammerlaan
2021-09-02  6:33 Andrew Ammerlaan
2021-08-02  8:20 Andrew Ammerlaan
2021-07-06 12:31 Andrew Ammerlaan
2021-07-06 12:31 Andrew Ammerlaan
2021-07-02 11:49 Andrew Ammerlaan
2021-06-11 18:31 Andrew Ammerlaan
2021-06-11  6:32 Michał Górny
2021-05-20 11:57 Andrew Ammerlaan
2021-05-19 18:42 Andrew Ammerlaan
2021-05-19 18:42 Andrew Ammerlaan
2021-04-09 12:21 Joonas Niilola
2021-04-02 21:18 Michał Górny
2021-03-20 10:56 Joonas Niilola
2021-03-20 10:56 Joonas Niilola
2021-02-21 17:17 Michał Górny
2020-12-18  8:40 Michał Górny
2020-12-18  8:40 Michał Górny
2020-11-17 14:21 Joonas Niilola
2020-11-17 14:21 Joonas Niilola
2020-09-18 15:53 Michał Górny
2020-09-15  8:09 Joonas Niilola
2020-08-20  6:39 Andrey Grozin
2020-07-17  4:14 Matt Turner
2020-05-26 20:43 Matt Turner
2020-03-27 16:25 Joonas Niilola
2020-02-26 22:02 Andreas Sturmlechner
2020-02-19  7:34 Joonas Niilola
2020-02-19  7:34 Joonas Niilola
2020-01-15 11:52 Joonas Niilola
2019-12-04 17:15 Michał Górny
2018-08-08 13:38 Andrey Grozin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1724267576.12661bb12a84a0f34d48d48c96b9842de69c2967.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox