commit:     365bf10d9994a6837c67204e35f292a241bae83a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 04:54:26 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 04:54:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365bf10d

dev-python/jupyter_client: Remove broken-ish versions

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

 dev-python/jupyter_client/Manifest                 |  2 -
 .../jupyter_client/jupyter_client-7.3.2.ebuild     | 48 --------------------
 .../jupyter_client/jupyter_client-7.3.3.ebuild     | 52 ----------------------
 3 files changed, 102 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 1d0fd3b667d6..2026c6ac4285 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,4 +1,2 @@
 DIST jupyter_client-7.3.1.tar.gz 328697 BLAKE2B 
9bdca39d974c21e1674f58a7aaa51a6b96e4dc307f918aacc403146827df5ad7a867243dd2df95e717ab7ebd62367817e4f43cae562f47147b4271d72240600e
 SHA512 
86a98288f1be5321b8495d78770501ca45fe3139a482ec41606253eef69eaf4d3f284d1c373d9df64efe28428f32cd1a3b19842a7331b3ac200d780e7a786407
-DIST jupyter_client-7.3.2.tar.gz 328943 BLAKE2B 
9093278ec2aeff9810bb0af86607185776d940e51ade5194c28800b1e08a1b40d4a020f947b4fac092e26e6a6b1b1eabe4b2c025d955f4ed1ddf3cd190dda96a
 SHA512 
ec0ceb518eae63356058032b2e43979c78a691eefe594ef98767daff27ea88d4363bdc8f7c4e66c549fd5e7a5fdb0b538d58a45f7d73145093f7bbe26df03c71
-DIST jupyter_client-7.3.3.tar.gz 329130 BLAKE2B 
7a60e8a0f4142198efc35f09378e3d35e3985b1531c3a759b7f3b4373c8df4dc76d56a28298f9f2972a4ba323e6d7a1b0c49d2dacdc490019da63692324d1ee1
 SHA512 
8a89f7e95f8f7f87ebc5ed362508cf5368c6e611c0291a56f72acafeb6ec85ad50e943133d178486605ad325dfc4e3b8231888b8dff0b0cc14b0e707b126f1d3
 DIST jupyter_client-7.3.4.tar.gz 329871 BLAKE2B 
34f4cc01ced39e30f81e0c7524ada9319f7bea6fb0f941dad85ac3f969de71b68bde22359a9d343df84432e320994a8c4c4aa9ebd390b841e4b18042ac6f0b14
 SHA512 
3bb1fd7c93e16c03db0c249810fe48428dc9c1fa24ae885a3d30b4ac2d2e980f48edc06c2c6065b3e8f91610bf5bc7500854986f55c18bd9f695f192aa470beb

diff --git a/dev-python/jupyter_client/jupyter_client-7.3.2.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.2.ebuild
deleted file mode 100644
index f5f42b66bafa..000000000000
--- a/dev-python/jupyter_client/jupyter_client-7.3.2.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=hatchling
-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:>=[0-9.]*::' pyproject.toml || die
-       distutils-r1_src_prepare
-}

diff --git a/dev-python/jupyter_client/jupyter_client-7.3.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.3.ebuild
deleted file mode 100644
index 943e7544dfac..000000000000
--- a/dev-python/jupyter_client/jupyter_client-7.3.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Jupyter protocol implementation and client libraries"
-HOMEPAGE="
-       https://jupyter.org/
-       https://github.com/jupyter/jupyter_client/
-       https://pypi.org/project/jupyter-client/
-"
-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:>=[0-9.]*::' pyproject.toml || die
-       distutils-r1_src_prepare
-}

Reply via email to