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: Mon, 24 Jul 2023 11:34:26 +0000 (UTC)	[thread overview]
Message-ID: <1690198451.4d975c1df41965463e90abfafdab146befc23603.mgorny@gentoo> (raw)

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

dev-python/spyder-kernels: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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-7[${PYTHON_USEDEP}]
-	>=dev-python/ipykernel-6.16.1[${PYTHON_USEDEP}]
-	<dev-python/ipython-9[${PYTHON_USEDEP}]
-	>=dev-python/ipython-8.11.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/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
-)


             reply	other threads:[~2023-07-24 11:34 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-24 11:34 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-01 10:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/ 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-21 19:13 Michał Górny
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-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=1690198451.4d975c1df41965463e90abfafdab146befc23603.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