From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_client/
Date: Fri, 27 May 2022 19:53:25 +0000 (UTC) [thread overview]
Message-ID: <1653681046.5e0d5b2c7873931a47c008ec4f787b146f920245.mgorny@gentoo> (raw)
commit: 5e0d5b2c7873931a47c008ec4f787b146f920245
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 19:50:46 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 27 19:50:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0d5b2c
dev-python/jupyter_client: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyter_client/Manifest | 2 -
.../jupyter_client/jupyter_client-7.1.2.ebuild | 45 --------------------
.../jupyter_client/jupyter_client-7.3.0.ebuild | 48 ----------------------
3 files changed, 95 deletions(-)
diff --git a/dev-python/jupyter_client/Manifest b/dev-python/jupyter_client/Manifest
index b2bffcfbe2c9..acbeb7f7bafd 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1 @@
-DIST jupyter_client-7.1.2.tar.gz 326163 BLAKE2B 0cc11210cc3a472585d21acb836e316540d768c8c9ccc4a024720b278f3e2425e645080d8dcd501c118b3759bd354bf4f384821e87f1be0b7525addad6c267e0 SHA512 7baadc7d508c25ea588d0d7a6da8eb5a28fe4dbce32c9dfa1f9b2b82c7c3d7ae8c034cc03414b3eafec620931bd760c0844421197c01a3d25597af18f6e60060
-DIST jupyter_client-7.3.0.tar.gz 328515 BLAKE2B a5e0ad2f44c2171d75848f057c3d582e66b308d0d0fb8d7c8c7266e51009f2281a1ff5b0f92b7a5491709a43dccd6aa69f45681cfb6b79008082f5a955212b61 SHA512 5edf711afe9799fadee901de404ffed5b152618ccab960777a5f17cdb5adc6b945b189502f1dc7b2728fc0abceb668e54f9543eb952738d02500f109df6fa913
DIST jupyter_client-7.3.1.tar.gz 328697 BLAKE2B 9bdca39d974c21e1674f58a7aaa51a6b96e4dc307f918aacc403146827df5ad7a867243dd2df95e717ab7ebd62367817e4f43cae562f47147b4271d72240600e SHA512 86a98288f1be5321b8495d78770501ca45fe3139a482ec41606253eef69eaf4d3f284d1c373d9df64efe28428f32cd1a3b19842a7331b3ac200d780e7a786407
diff --git a/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild b/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild
deleted file mode 100644
index 57c632a5c3bb..000000000000
--- a/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Jupyter protocol implementation and client libraries"
-HOMEPAGE="https://jupyter.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- dev-python/entrypoints[${PYTHON_USEDEP}]
- >=dev-python/jupyter_core-4.6.0[${PYTHON_USEDEP}]
- >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
- >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
- >=www-servers/tornado-4.1[${PYTHON_USEDEP}]
- dev-python/traitlets[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- dev-python/ipykernel[${PYTHON_USEDEP}]
- dev-python/ipython[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
- )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-7.0.6-test-timeout.patch
-)
-
-EPYTEST_DESELECT=(
- jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_signal_kernel_subprocesses
- jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_async_signal_kernel_subprocesses
-)
-
-distutils_enable_tests pytest
diff --git a/dev-python/jupyter_client/jupyter_client-7.3.0.ebuild b/dev-python/jupyter_client/jupyter_client-7.3.0.ebuild
deleted file mode 100644
index 2c0770e6eb96..000000000000
--- a/dev-python/jupyter_client/jupyter_client-7.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Jupyter protocol implementation and client libraries"
-HOMEPAGE="https://jupyter.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- dev-python/entrypoints[${PYTHON_USEDEP}]
- >=dev-python/jupyter_core-4.9.2[${PYTHON_USEDEP}]
- >=dev-python/nest_asyncio-1.5.4[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
- dev-python/pyzmq[${PYTHON_USEDEP}]
- >=www-servers/tornado-6.0[${PYTHON_USEDEP}]
- dev-python/traitlets[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/ipykernel-6.5[${PYTHON_USEDEP}]
- dev-python/ipython[${PYTHON_USEDEP}]
- >=dev-python/pytest-asyncio-0.18[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
- )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-7.0.6-test-timeout.patch
-)
-
-distutils_enable_tests pytest
-
-src_prepare() {
- # relax pyzmq dep
- sed -i -e '/pyzmq/s:>=.*::' requirements.txt || die
- distutils-r1_src_prepare
-}
next reply other threads:[~2022-05-27 19:53 UTC|newest]
Thread overview: 136+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-27 19:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-14 5:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_client/ Sam James
2023-04-14 3:59 Michał Górny
2023-03-21 20:06 Michał Górny
2023-03-15 21:19 Arthur Zamarin
2023-03-15 21:18 Arthur Zamarin
2023-03-11 17:44 Arthur Zamarin
2023-03-11 17:24 Sam James
2023-03-11 16:50 Arthur Zamarin
2023-03-11 16:50 Arthur Zamarin
2023-03-11 16:00 Sam James
2023-03-11 16:00 Sam James
2023-03-11 7:53 Arthur Zamarin
2023-03-08 9:17 Arthur Zamarin
2023-03-07 13:27 Andrew Ammerlaan
2023-02-17 7:38 Michał Górny
2023-02-16 20:32 Michał Górny
2023-02-16 17:49 Arthur Zamarin
2023-01-31 11:22 Michał Górny
2023-01-27 10:52 Michał Górny
2023-01-13 7:09 Michał Górny
2023-01-08 5:12 Michał Górny
2023-01-07 18:49 Arthur Zamarin
2022-12-17 6:43 Michał Górny
2022-12-16 19:49 Arthur Zamarin
2022-12-06 6:02 Michał Górny
2022-11-16 17:21 Michał Górny
2022-11-11 14:31 Michał Górny
2022-11-06 7:59 Michał Górny
2022-11-06 7:24 Sam James
2022-10-27 9:48 Andrew Ammerlaan
2022-10-26 4:03 Michał Górny
2022-10-21 5:14 Michał Górny
2022-10-12 11:18 Michał Górny
2022-10-12 11:18 Michał Górny
2022-09-25 18:19 Arthur Zamarin
2022-08-25 19:25 Arthur Zamarin
2022-07-10 18:54 Michał Górny
2022-07-10 16:56 Sam James
2022-06-11 4:55 Michał Górny
2022-06-09 7:23 Michał Górny
2022-06-08 5:35 Michał Górny
2022-06-07 6:54 Michał Górny
2022-05-27 9:18 Jakov Smolić
2022-05-09 8:57 Michał Górny
2022-04-26 9:59 Michał Górny
2022-03-26 18:14 Arthur Zamarin
2022-03-26 17:22 Arthur Zamarin
2022-03-24 8:39 Andrew Ammerlaan
2022-02-21 19:02 Andrew Ammerlaan
2021-12-23 18:46 Michał Górny
2021-12-23 18:17 Arthur Zamarin
2021-11-22 23:04 Michał Górny
2021-11-20 3:54 Sam James
2021-11-19 8:35 Sam James
2021-11-19 7:30 Sam James
2021-11-18 8:10 Sam James
2021-11-17 22:47 Sam James
2021-11-17 2:16 Sam James
2021-11-16 5:58 Sam James
2021-11-15 6:37 Sam James
2021-11-14 20:35 Sam James
2021-11-14 20:35 Sam James
2021-11-14 20:29 Sam James
2021-11-14 3:43 Sam James
2021-11-14 3:43 Sam James
2021-11-13 20:01 Jakov Smolić
2021-10-09 7:08 Michał Górny
2021-10-06 7:46 Michał Górny
2021-09-29 21:59 Michał Górny
2021-09-29 8:16 Michał Górny
2021-09-26 17:52 Sam James
2021-09-17 8:31 Michał Górny
2021-09-14 5:17 Sam James
2021-09-06 0:18 Sam James
2021-09-06 0:18 Sam James
2021-08-30 21:41 Michał Górny
2021-08-24 0:05 Marek Szuba
2021-08-20 7:17 Michał Górny
2021-08-20 7:17 Michał Górny
2021-08-19 21:53 Michał Górny
2021-08-10 5:00 Sam James
2021-07-01 14:45 Michał Górny
2021-07-01 14:42 Michał Górny
2021-05-19 18:21 Michał Górny
2021-05-19 17:22 Sam James
2021-05-10 18:08 Michał Górny
2021-04-18 1:47 Sam James
2021-04-18 1:44 Sam James
2021-04-18 1:41 Sam James
2021-04-13 9:05 Michał Górny
2021-04-13 9:05 Michał Górny
2021-04-07 23:11 Michał Górny
2021-03-14 8:12 Michał Górny
2021-02-19 3:40 Sam James
2021-01-09 17:40 Michał Górny
2021-01-09 8:13 Michał Górny
2021-01-05 23:26 Michał Górny
2020-12-22 9:00 Michał Górny
2020-09-05 15:25 Sam James
2020-09-05 3:08 Sam James
2020-09-02 9:12 Michał Górny
2020-08-17 20:36 David Seifert
2020-08-17 20:36 David Seifert
2020-08-03 3:11 Sam James
2020-07-31 0:50 Sam James
2020-07-14 12:01 Michał Górny
2020-07-07 20:01 Michał Górny
2020-07-06 19:01 Michał Górny
2020-07-01 13:47 Michał Górny
2020-06-10 7:31 Michał Górny
2020-06-09 8:19 Michał Górny
2020-04-15 18:59 Mike Gilbert
2020-03-27 20:22 Michał Górny
2020-03-27 20:22 Michał Górny
2020-03-17 7:23 Michał Górny
2019-12-23 7:44 Benda XU
2019-12-15 14:50 Agostino Sarubbo
2019-07-11 11:31 Benda XU
2019-05-04 22:58 Virgil Dupras
2019-02-27 4:25 Aaron Bauman
2018-05-29 8:00 David Seifert
2018-05-16 15:58 Andreas Sturmlechner
2018-05-16 12:28 Agostino Sarubbo
2018-04-22 1:35 Thomas Deutschmann
2018-03-12 2:13 Matt Turner
2018-03-12 0:51 Matt Turner
2017-08-30 8:33 Benda XU
2017-07-30 9:34 David Seifert
2017-03-12 12:31 Zac Medico
2016-09-05 21:10 David Seifert
2016-07-25 18:39 David Seifert
2016-04-02 8:24 David Seifert
2016-02-28 6:07 Matt Thode
2015-11-28 17:33 Justin Lecher
2015-11-28 17:33 Justin Lecher
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=1653681046.5e0d5b2c7873931a47c008ec4f787b146f920245.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