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

2023-04-14 Thread Michał Górny
commit: 111e9cd84949719759d418928247244278a74926
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 14 13:17:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 14 13:17:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111e9cd8

dev-python/jupyter_client: Remove old

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

 dev-python/jupyter_client/Manifest |  1 -
 .../files/jupyter_client-7.0.6-test-timeout.patch  | 38 --
 .../jupyter_client/jupyter_client-7.4.9.ebuild | 46 --
 3 files changed, 85 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index dad45aeddbff..ba4e36dadfe1 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,4 +1,3 @@
-DIST jupyter_client-7.4.9.tar.gz 329115 BLAKE2B 
8b43b237ac79bc51e40e403cf4a3ada18d03437094dc1dd9b9988adb1bcfbc56ba4b2373d3dd858df583b723723127f934c01544f3d6a576886b012364674f0f
 SHA512 
0de91309ffddd2da50ae69bff4f7ecd741398171982f66488e6367d78388c6844b353bed1834684fa4af890364120ce09f2fa6b3ed7778c501058ae558439969
 DIST jupyter_client-8.0.3.tar.gz 334366 BLAKE2B 
04ea6e8206fe0b741da1ba0d17cb559657824c20f4fcff48fd0ce4287dce7da9a151000e7a0f08cbf3fa6b1868d8d7e424d49d70a258283466350946f4ce5220
 SHA512 
27eca49e44c13d819624c6ab596b24b9b469f82a788920eb4db02cee43c2efdf22ea68bf282f5f4ca28d38c9238d51d70d7aa214f2c3b8f6c2a7ebcaf12d567c
 DIST jupyter_client-8.1.0.tar.gz 335241 BLAKE2B 
d9491f958b21ba09494bf42ff5a3bae786388a16c007f5756df8900fc53c6fdb4d67bff09b16290338d07fc3c3466483f20ab82482fb235e0e55481294eaeef1
 SHA512 
21317e5ca61b72408e94116f0be545753088d891742579fcf7a451be179a7783dc153d2898e0ff50ce06017f90cb48f907a5bb056090b13ec0da2af7287f6dcd
 DIST jupyter_client-8.2.0.tar.gz 335567 BLAKE2B 
e02f8813d12ec8ba0e15291dad04cfaeeb98ea524050a10d142d74af203e43aa1c2e22e7fd7b071c05831b3dd644985a42e38f59fee65f4570e5eb88bbc9fbb1
 SHA512 
1337c4f2d93d9cd2ae5e3d8f30a8e4af69dad6e09c97e949d9300df0668be4da91134c73da06eb417c10ff2c09fd7beb28699e7a17502ceee3453cb9323b4363

diff --git 
a/dev-python/jupyter_client/files/jupyter_client-7.0.6-test-timeout.patch 
b/dev-python/jupyter_client/files/jupyter_client-7.0.6-test-timeout.patch
deleted file mode 100644
index 740677c13d00..
--- a/dev-python/jupyter_client/files/jupyter_client-7.0.6-test-timeout.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Avoid test timeouts on slower hosts like e.g. ia64 (guppy):
-```
-FAILED 
jupyter_client/tests/test_kernelmanager.py::TestParallel::test_start_sequence_kernels[tcp]
 - Failed: Timeout >30.0s
-FAILED 
jupyter_client/tests/test_kernelmanager.py::TestParallel::test_start_sequence_kernels[ipc]
 - Failed: Timeout >30.0s
-```
 a/jupyter_client/tests/test_client.py
-+++ b/jupyter_client/tests/test_client.py
-@@ -13,7 +13,7 @@ from jupyter_client.kernelspec import KernelSpecManager
- from jupyter_client.kernelspec import NATIVE_KERNEL_NAME
- from jupyter_client.kernelspec import NoSuchKernel
- 
--TIMEOUT = 30
-+TIMEOUT = 180
- 
- pjoin = os.path.join
- 
 a/jupyter_client/tests/test_kernelmanager.py
-+++ b/jupyter_client/tests/test_kernelmanager.py
-@@ -24,7 +24,7 @@ from jupyter_client import KernelManager
- 
- pjoin = os.path.join
- 
--TIMEOUT = 30
-+TIMEOUT = 180
- 
- 
- @pytest.fixture(params=["tcp", "ipc"])
 a/jupyter_client/tests/test_multikernelmanager.py
-+++ b/jupyter_client/tests/test_multikernelmanager.py
-@@ -22,7 +22,7 @@ from jupyter_client import KernelManager
- from jupyter_client.multikernelmanager import AsyncMultiKernelManager
- from jupyter_client.multikernelmanager import MultiKernelManager
- 
--TIMEOUT = 30
-+TIMEOUT = 180
- 
- 
- class TestKernelManager(TestCase):

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.9.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.9.ebuild
deleted file mode 100644
index b02431ea8cf2..
--- a/dev-python/jupyter_client/jupyter_client-7.4.9.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
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-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 ~loong 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-23.0[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
-   

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

2023-04-13 Thread Sam James
commit: d8518a3b06350885e664bf2d9c6568275271ee38
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 05:10:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 05:10:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8518a3b

dev-python/jupyter_client: Keyword 8.2.0 s390, #892710

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-8.2.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.2.0.ebuild
index 503ce6564a01..f94d688c0313 100644
--- a/dev-python/jupyter_client/jupyter_client-8.2.0.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-8.2.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 RDEPEND="
>=dev-python/jupyter-core-5.1[${PYTHON_USEDEP}]



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

2023-04-13 Thread Michał Górny
commit: af52b16b72e986f59311379a7c5b9824e9bac05a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 14 03:24:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 14 03:59:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af52b16b

dev-python/jupyter_client: Bump to 8.2.0

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-8.2.0.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index e9502719c804..dad45aeddbff 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,4 @@
 DIST jupyter_client-7.4.9.tar.gz 329115 BLAKE2B 
8b43b237ac79bc51e40e403cf4a3ada18d03437094dc1dd9b9988adb1bcfbc56ba4b2373d3dd858df583b723723127f934c01544f3d6a576886b012364674f0f
 SHA512 
0de91309ffddd2da50ae69bff4f7ecd741398171982f66488e6367d78388c6844b353bed1834684fa4af890364120ce09f2fa6b3ed7778c501058ae558439969
 DIST jupyter_client-8.0.3.tar.gz 334366 BLAKE2B 
04ea6e8206fe0b741da1ba0d17cb559657824c20f4fcff48fd0ce4287dce7da9a151000e7a0f08cbf3fa6b1868d8d7e424d49d70a258283466350946f4ce5220
 SHA512 
27eca49e44c13d819624c6ab596b24b9b469f82a788920eb4db02cee43c2efdf22ea68bf282f5f4ca28d38c9238d51d70d7aa214f2c3b8f6c2a7ebcaf12d567c
 DIST jupyter_client-8.1.0.tar.gz 335241 BLAKE2B 
d9491f958b21ba09494bf42ff5a3bae786388a16c007f5756df8900fc53c6fdb4d67bff09b16290338d07fc3c3466483f20ab82482fb235e0e55481294eaeef1
 SHA512 
21317e5ca61b72408e94116f0be545753088d891742579fcf7a451be179a7783dc153d2898e0ff50ce06017f90cb48f907a5bb056090b13ec0da2af7287f6dcd
+DIST jupyter_client-8.2.0.tar.gz 335567 BLAKE2B 
e02f8813d12ec8ba0e15291dad04cfaeeb98ea524050a10d142d74af203e43aa1c2e22e7fd7b071c05831b3dd644985a42e38f59fee65f4570e5eb88bbc9fbb1
 SHA512 
1337c4f2d93d9cd2ae5e3d8f30a8e4af69dad6e09c97e949d9300df0668be4da91134c73da06eb417c10ff2c09fd7beb28699e7a17502ceee3453cb9323b4363

diff --git a/dev-python/jupyter_client/jupyter_client-8.2.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.2.0.ebuild
new file mode 100644
index ..503ce6564a01
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-8.2.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter protocol implementation and client libraries"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/jupyter_client/
+   https://pypi.org/project/jupyter-client/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-core-5.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-23.0[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-4.8.3[${PYTHON_USEDEP}]
+   ' 3.{8,9})
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+   >=dev-python/pytest-asyncio-0.18[${PYTHON_USEDEP}]
+   >=dev-python/pytest-jupyter-0.4.1[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # TODO: times out
+   tests/test_client.py::TestAsyncKernelClient::test_input_request
+   # TODO
+   tests/test_multikernelmanager.py::TestKernelManager::test_tcp_cinfo
+)



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

2023-03-21 Thread Michał Górny
commit: ab70cacb8e20e534720f13defebd75253d0c5c0d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 21 19:42:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 20:06:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab70cacb

dev-python/jupyter_client: Bump to 8.1.0

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-8.1.0.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 92dcce0beefc..e9502719c804 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_client-7.4.9.tar.gz 329115 BLAKE2B 
8b43b237ac79bc51e40e403cf4a3ada18d03437094dc1dd9b9988adb1bcfbc56ba4b2373d3dd858df583b723723127f934c01544f3d6a576886b012364674f0f
 SHA512 
0de91309ffddd2da50ae69bff4f7ecd741398171982f66488e6367d78388c6844b353bed1834684fa4af890364120ce09f2fa6b3ed7778c501058ae558439969
 DIST jupyter_client-8.0.3.tar.gz 334366 BLAKE2B 
04ea6e8206fe0b741da1ba0d17cb559657824c20f4fcff48fd0ce4287dce7da9a151000e7a0f08cbf3fa6b1868d8d7e424d49d70a258283466350946f4ce5220
 SHA512 
27eca49e44c13d819624c6ab596b24b9b469f82a788920eb4db02cee43c2efdf22ea68bf282f5f4ca28d38c9238d51d70d7aa214f2c3b8f6c2a7ebcaf12d567c
+DIST jupyter_client-8.1.0.tar.gz 335241 BLAKE2B 
d9491f958b21ba09494bf42ff5a3bae786388a16c007f5756df8900fc53c6fdb4d67bff09b16290338d07fc3c3466483f20ab82482fb235e0e55481294eaeef1
 SHA512 
21317e5ca61b72408e94116f0be545753088d891742579fcf7a451be179a7783dc153d2898e0ff50ce06017f90cb48f907a5bb056090b13ec0da2af7287f6dcd

diff --git a/dev-python/jupyter_client/jupyter_client-8.1.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.1.0.ebuild
new file mode 100644
index ..70aa93d089d3
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-8.1.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter protocol implementation and client libraries"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/jupyter_client/
+   https://pypi.org/project/jupyter-client/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-23.0[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-4.8.3[${PYTHON_USEDEP}]
+   ' 3.{8,9})
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+   >=dev-python/pytest-asyncio-0.18[${PYTHON_USEDEP}]
+   >=dev-python/pytest_jupyter-0.4.1[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # TODO: times out
+   tests/test_client.py::TestAsyncKernelClient::test_input_request
+   # TODO
+   tests/test_multikernelmanager.py::TestKernelManager::test_tcp_cinfo
+)



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

2023-03-15 Thread Arthur Zamarin
commit: 266371ef0d0f155d9cfbee60544906c851369f03
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 15 21:18:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 15 21:18:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266371ef

dev-python/jupyter_client: Stabilize 8.0.3 sparc, #899084

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
index 996fa6da9f50..b79a6877a9eb 100644
--- a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
>=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]



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

2023-03-15 Thread Arthur Zamarin
commit: 812999f9d4367c7d7a670535b9d79b4acd852c34
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 15 21:18:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 15 21:18:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812999f9

dev-python/jupyter_client: Stabilize 8.0.3 hppa, #899084

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
index 4212603a553d..996fa6da9f50 100644
--- a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]



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

2023-03-11 Thread Arthur Zamarin
commit: 76230926ebc0cdf74c169c9b0fd13711354087ff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 17:43:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 17:43:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76230926

dev-python/jupyter_client: Stabilize 8.0.3 arm, #899084

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
index b52e2b76afa7..4212603a553d 100644
--- a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]



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

2023-03-11 Thread Sam James
commit: 2b3cc67da6dfeadd80024993cd58c40c9f0e9d28
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 11 17:23:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 11 17:23:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3cc67d

dev-python/jupyter_client: Stabilize 8.0.3 ppc64, #899084

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
index 004d338c1389..b52e2b76afa7 100644
--- a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]



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

2023-03-11 Thread Arthur Zamarin
commit: 8879906a29204b814644ffeea7cd1e9a5052b314
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 16:50:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 16:50:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8879906a

dev-python/jupyter_client: Stabilize 8.0.3 arm64, #899084

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
index 38f28c33c076..004d338c1389 100644
--- a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]



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

2023-03-11 Thread Arthur Zamarin
commit: 3a33d0419c7627ca29ce7727bdc3278a5f19d01d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 16:49:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 16:49:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a33d041

dev-python/jupyter_client: Stabilize 8.0.3 ppc, #899084

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
index cd26984db03e..38f28c33c076 100644
--- a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]



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

2023-03-11 Thread Sam James
commit: 92e460200ffe814b3cbde73afe6e07a4f317a5bb
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 11 15:59:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 11 16:00:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e46020

dev-python/jupyter_client: Stabilize 8.0.3 x86, #899084

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
index 5a752c998f33..cd26984db03e 100644
--- a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]



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

2023-03-11 Thread Sam James
commit: d0eb10168a9611b2444f08b8d33caefa1a963414
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 11 15:59:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 11 16:00:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0eb1016

dev-python/jupyter_client: Stabilize 8.0.3 amd64, #899084

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
index 70aa93d089d3..5a752c998f33 100644
--- a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]



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

2023-03-10 Thread Arthur Zamarin
commit: 1946bcf08da0993d4031785e4f979552ef4dbdf4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 07:53:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 07:53:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1946bcf0

dev-python/jupyter_client: Keyword 8.0.3 hppa, #892710

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
index eaeed6dd9ee5..70aa93d089d3 100644
--- a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]



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

2023-03-08 Thread Arthur Zamarin
commit: e5826c3859da31ceea0afd10d76512503fb37c8f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar  8 09:17:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar  8 09:17:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5826c38

dev-python/jupyter_client: Keyword 8.0.3 sparc, #892710

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
index 64d46b624e99..eaeed6dd9ee5 100644
--- a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]



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

2023-03-07 Thread Andrew Ammerlaan
commit: 74905931e183bc52e2dbc8abfddf567ddf084064
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Mar  7 13:27:28 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Mar  7 13:27:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74905931

dev-python/jupyter_client: drop 8.0.2

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

 dev-python/jupyter_client/Manifest |  1 -
 .../jupyter_client/jupyter_client-8.0.2.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index b914f02a577b..92dcce0beefc 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,2 @@
 DIST jupyter_client-7.4.9.tar.gz 329115 BLAKE2B 
8b43b237ac79bc51e40e403cf4a3ada18d03437094dc1dd9b9988adb1bcfbc56ba4b2373d3dd858df583b723723127f934c01544f3d6a576886b012364674f0f
 SHA512 
0de91309ffddd2da50ae69bff4f7ecd741398171982f66488e6367d78388c6844b353bed1834684fa4af890364120ce09f2fa6b3ed7778c501058ae558439969
-DIST jupyter_client-8.0.2.tar.gz 333904 BLAKE2B 
e5a6ba4d2190150bed94b4f6ed80d7b043643341e925851ad073d65d78984ba37bf9ca2563d5fdd6cd79aa104b271ef0585d5e478ae3394b5ef478060ae71d4e
 SHA512 
80944e5727a41299e2e05807460c399f6186409817e53b9385cae15e0f6ea5c5d85b76940157195f5b2bd1fbf4b6a38614ab4efe7aefb13744eb9fde5836d70b
 DIST jupyter_client-8.0.3.tar.gz 334366 BLAKE2B 
04ea6e8206fe0b741da1ba0d17cb559657824c20f4fcff48fd0ce4287dce7da9a151000e7a0f08cbf3fa6b1868d8d7e424d49d70a258283466350946f4ce5220
 SHA512 
27eca49e44c13d819624c6ab596b24b9b469f82a788920eb4db02cee43c2efdf22ea68bf282f5f4ca28d38c9238d51d70d7aa214f2c3b8f6c2a7ebcaf12d567c

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.2.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.2.ebuild
deleted file mode 100644
index c930f1f2ad9c..
--- a/dev-python/jupyter_client/jupyter_client-8.0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-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 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-23.0[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_metadata-4.8.3[${PYTHON_USEDEP}]
-   ' 3.{8,9})
-"
-BDEPEND="
-   test? (
-   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
-   >=dev-python/pytest-asyncio-0.18[${PYTHON_USEDEP}]
-   >=dev-python/pytest_jupyter-0.4.1[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # TODO: times out
-   tests/test_client.py::TestAsyncKernelClient::test_input_request
-   # TODO
-   tests/test_multikernelmanager.py::TestKernelManager::test_tcp_cinfo
-)



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

2023-02-16 Thread Michał Górny
commit: 5dc114a7b3c427ada7c97c03e07472764fe5e3da
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 06:58:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 07:38:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc114a7

dev-python/jupyter_client: Bump to 8.0.3

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-8.0.3.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 9fc11e30837f..b914f02a577b 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_client-7.4.9.tar.gz 329115 BLAKE2B 
8b43b237ac79bc51e40e403cf4a3ada18d03437094dc1dd9b9988adb1bcfbc56ba4b2373d3dd858df583b723723127f934c01544f3d6a576886b012364674f0f
 SHA512 
0de91309ffddd2da50ae69bff4f7ecd741398171982f66488e6367d78388c6844b353bed1834684fa4af890364120ce09f2fa6b3ed7778c501058ae558439969
 DIST jupyter_client-8.0.2.tar.gz 333904 BLAKE2B 
e5a6ba4d2190150bed94b4f6ed80d7b043643341e925851ad073d65d78984ba37bf9ca2563d5fdd6cd79aa104b271ef0585d5e478ae3394b5ef478060ae71d4e
 SHA512 
80944e5727a41299e2e05807460c399f6186409817e53b9385cae15e0f6ea5c5d85b76940157195f5b2bd1fbf4b6a38614ab4efe7aefb13744eb9fde5836d70b
+DIST jupyter_client-8.0.3.tar.gz 334366 BLAKE2B 
04ea6e8206fe0b741da1ba0d17cb559657824c20f4fcff48fd0ce4287dce7da9a151000e7a0f08cbf3fa6b1868d8d7e424d49d70a258283466350946f4ce5220
 SHA512 
27eca49e44c13d819624c6ab596b24b9b469f82a788920eb4db02cee43c2efdf22ea68bf282f5f4ca28d38c9238d51d70d7aa214f2c3b8f6c2a7ebcaf12d567c

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
new file mode 100644
index ..49f147de433f
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-8.0.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter protocol implementation and client libraries"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/jupyter_client/
+   https://pypi.org/project/jupyter-client/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-23.0[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-4.8.3[${PYTHON_USEDEP}]
+   ' 3.{8,9})
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+   >=dev-python/pytest-asyncio-0.18[${PYTHON_USEDEP}]
+   >=dev-python/pytest_jupyter-0.4.1[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # TODO: times out
+   tests/test_client.py::TestAsyncKernelClient::test_input_request
+   # TODO
+   tests/test_multikernelmanager.py::TestKernelManager::test_tcp_cinfo
+)



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

2023-02-16 Thread Michał Górny
commit: 1ba779b03e2acab8e3a6b6afcbc733d72e32a13f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 16 20:31:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 16 20:31:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba779b0

dev-python/jupyter_client: Remove old

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

 dev-python/jupyter_client/Manifest |  2 -
 .../jupyter_client/jupyter_client-7.4.8.ebuild | 46 
 .../jupyter_client/jupyter_client-8.0.1.ebuild | 50 --
 3 files changed, 98 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 0af67814224d..9fc11e30837f 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,4 +1,2 @@
-DIST jupyter_client-7.4.8.tar.gz 328958 BLAKE2B 
d05976563c5550ba46a9525c76dae325a107a664c7cc6711fc4ea9ee747c4b69084e1f4d3118b0baa69bd42781bdd49ce59bf6e608f5520e82e2952c
 SHA512 
dc7eed72ac6c820448e6d8a96c2bee7964706ba608ecaddc8b8aa17f33727ffc04c5a509cd8d7ee78876ce646fc6a508bacdc7b07473555efdad9dd2960ad089
 DIST jupyter_client-7.4.9.tar.gz 329115 BLAKE2B 
8b43b237ac79bc51e40e403cf4a3ada18d03437094dc1dd9b9988adb1bcfbc56ba4b2373d3dd858df583b723723127f934c01544f3d6a576886b012364674f0f
 SHA512 
0de91309ffddd2da50ae69bff4f7ecd741398171982f66488e6367d78388c6844b353bed1834684fa4af890364120ce09f2fa6b3ed7778c501058ae558439969
-DIST jupyter_client-8.0.1.tar.gz 29 BLAKE2B 
90be4e3d0271d8fb957e2766e523d333ade3811877aabe55f4768c789cab2782ba6594943d040a23efedb266f2f873b51cd37bc48a9e2603618fb074ca2c1d48
 SHA512 
c7c643f71e25bbd2b6742e20a6609253517704ca15360ad7f4494e8c96155daa331e218d073f83bc75f23f1b242e626313da95fe1766c29d07e10cd65b7046f0
 DIST jupyter_client-8.0.2.tar.gz 333904 BLAKE2B 
e5a6ba4d2190150bed94b4f6ed80d7b043643341e925851ad073d65d78984ba37bf9ca2563d5fdd6cd79aa104b271ef0585d5e478ae3394b5ef478060ae71d4e
 SHA512 
80944e5727a41299e2e05807460c399f6186409817e53b9385cae15e0f6ea5c5d85b76940157195f5b2bd1fbf4b6a38614ab4efe7aefb13744eb9fde5836d70b

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.8.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.8.ebuild
deleted file mode 100644
index 8afc6536f1c2..
--- a/dev-python/jupyter_client/jupyter_client-7.4.8.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
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-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 ~loong 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-23.0[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/ipykernel-6.12[${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

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.1.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.1.ebuild
deleted file mode 100644
index c930f1f2ad9c..
--- a/dev-python/jupyter_client/jupyter_client-8.0.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-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 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-23.0[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   

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

2023-02-16 Thread Arthur Zamarin
commit: 0b61edacae03dd26386ec8f4700bb8c2cfdee7a9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb 16 17:49:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb 16 17:49:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b61edac

dev-python/jupyter_client: Stabilize 7.4.9 ALLARCHES, #894848

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.9.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.9.ebuild
index 0335960a6ed6..8afc6536f1c2 100644
--- a/dev-python/jupyter_client/jupyter_client-7.4.9.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.4.9.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2023-01-31 Thread Michał Górny
commit: 08a82c644882de62c1bf30f4414cd62a7f7752eb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 31 10:54:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 31 11:22:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a82c64

dev-python/jupyter_client: Bump to 8.0.2

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-8.0.2.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 3160ccdaafb2..0af67814224d 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,4 @@
 DIST jupyter_client-7.4.8.tar.gz 328958 BLAKE2B 
d05976563c5550ba46a9525c76dae325a107a664c7cc6711fc4ea9ee747c4b69084e1f4d3118b0baa69bd42781bdd49ce59bf6e608f5520e82e2952c
 SHA512 
dc7eed72ac6c820448e6d8a96c2bee7964706ba608ecaddc8b8aa17f33727ffc04c5a509cd8d7ee78876ce646fc6a508bacdc7b07473555efdad9dd2960ad089
 DIST jupyter_client-7.4.9.tar.gz 329115 BLAKE2B 
8b43b237ac79bc51e40e403cf4a3ada18d03437094dc1dd9b9988adb1bcfbc56ba4b2373d3dd858df583b723723127f934c01544f3d6a576886b012364674f0f
 SHA512 
0de91309ffddd2da50ae69bff4f7ecd741398171982f66488e6367d78388c6844b353bed1834684fa4af890364120ce09f2fa6b3ed7778c501058ae558439969
 DIST jupyter_client-8.0.1.tar.gz 29 BLAKE2B 
90be4e3d0271d8fb957e2766e523d333ade3811877aabe55f4768c789cab2782ba6594943d040a23efedb266f2f873b51cd37bc48a9e2603618fb074ca2c1d48
 SHA512 
c7c643f71e25bbd2b6742e20a6609253517704ca15360ad7f4494e8c96155daa331e218d073f83bc75f23f1b242e626313da95fe1766c29d07e10cd65b7046f0
+DIST jupyter_client-8.0.2.tar.gz 333904 BLAKE2B 
e5a6ba4d2190150bed94b4f6ed80d7b043643341e925851ad073d65d78984ba37bf9ca2563d5fdd6cd79aa104b271ef0585d5e478ae3394b5ef478060ae71d4e
 SHA512 
80944e5727a41299e2e05807460c399f6186409817e53b9385cae15e0f6ea5c5d85b76940157195f5b2bd1fbf4b6a38614ab4efe7aefb13744eb9fde5836d70b

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.2.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.2.ebuild
new file mode 100644
index ..c930f1f2ad9c
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-8.0.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} )
+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 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-23.0[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-4.8.3[${PYTHON_USEDEP}]
+   ' 3.{8,9})
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+   >=dev-python/pytest-asyncio-0.18[${PYTHON_USEDEP}]
+   >=dev-python/pytest_jupyter-0.4.1[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # TODO: times out
+   tests/test_client.py::TestAsyncKernelClient::test_input_request
+   # TODO
+   tests/test_multikernelmanager.py::TestKernelManager::test_tcp_cinfo
+)



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

2023-01-27 Thread Michał Górny
commit: 1564560052deff2c1524b3ee93b9535bba65795b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 27 08:26:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 27 10:51:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15645600

dev-python/jupyter_client: Bump to 8.0.1

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-8.0.1.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index aad6ba774196..3160ccdaafb2 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_client-7.4.8.tar.gz 328958 BLAKE2B 
d05976563c5550ba46a9525c76dae325a107a664c7cc6711fc4ea9ee747c4b69084e1f4d3118b0baa69bd42781bdd49ce59bf6e608f5520e82e2952c
 SHA512 
dc7eed72ac6c820448e6d8a96c2bee7964706ba608ecaddc8b8aa17f33727ffc04c5a509cd8d7ee78876ce646fc6a508bacdc7b07473555efdad9dd2960ad089
 DIST jupyter_client-7.4.9.tar.gz 329115 BLAKE2B 
8b43b237ac79bc51e40e403cf4a3ada18d03437094dc1dd9b9988adb1bcfbc56ba4b2373d3dd858df583b723723127f934c01544f3d6a576886b012364674f0f
 SHA512 
0de91309ffddd2da50ae69bff4f7ecd741398171982f66488e6367d78388c6844b353bed1834684fa4af890364120ce09f2fa6b3ed7778c501058ae558439969
+DIST jupyter_client-8.0.1.tar.gz 29 BLAKE2B 
90be4e3d0271d8fb957e2766e523d333ade3811877aabe55f4768c789cab2782ba6594943d040a23efedb266f2f873b51cd37bc48a9e2603618fb074ca2c1d48
 SHA512 
c7c643f71e25bbd2b6742e20a6609253517704ca15360ad7f4494e8c96155daa331e218d073f83bc75f23f1b242e626313da95fe1766c29d07e10cd65b7046f0

diff --git a/dev-python/jupyter_client/jupyter_client-8.0.1.ebuild 
b/dev-python/jupyter_client/jupyter_client-8.0.1.ebuild
new file mode 100644
index ..c930f1f2ad9c
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-8.0.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} )
+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 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_core-5.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-23.0[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-4.8.3[${PYTHON_USEDEP}]
+   ' 3.{8,9})
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+   >=dev-python/pytest-asyncio-0.18[${PYTHON_USEDEP}]
+   >=dev-python/pytest_jupyter-0.4.1[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # TODO: times out
+   tests/test_client.py::TestAsyncKernelClient::test_input_request
+   # TODO
+   tests/test_multikernelmanager.py::TestKernelManager::test_tcp_cinfo
+)



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

2023-01-12 Thread Michał Górny
commit: 42d455f30ec729efdaf81bb031786f658189ab81
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 13 06:18:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 13 07:08:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d455f3

dev-python/jupyter_client: Bump to 7.4.9

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.4.9.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 245910868310..aad6ba774196 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1 +1,2 @@
 DIST jupyter_client-7.4.8.tar.gz 328958 BLAKE2B 
d05976563c5550ba46a9525c76dae325a107a664c7cc6711fc4ea9ee747c4b69084e1f4d3118b0baa69bd42781bdd49ce59bf6e608f5520e82e2952c
 SHA512 
dc7eed72ac6c820448e6d8a96c2bee7964706ba608ecaddc8b8aa17f33727ffc04c5a509cd8d7ee78876ce646fc6a508bacdc7b07473555efdad9dd2960ad089
+DIST jupyter_client-7.4.9.tar.gz 329115 BLAKE2B 
8b43b237ac79bc51e40e403cf4a3ada18d03437094dc1dd9b9988adb1bcfbc56ba4b2373d3dd858df583b723723127f934c01544f3d6a576886b012364674f0f
 SHA512 
0de91309ffddd2da50ae69bff4f7ecd741398171982f66488e6367d78388c6844b353bed1834684fa4af890364120ce09f2fa6b3ed7778c501058ae558439969

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.9.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.9.ebuild
new file mode 100644
index ..128f067eb3b0
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.4.9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..11} )
+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 ~loong ~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-23.0[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipykernel-6.12[${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



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

2023-01-07 Thread Michał Górny
commit: e54da1d16ca18b5bcea5c3225c2740120ba512f7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan  8 05:08:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan  8 05:08:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54da1d1

dev-python/jupyter_client: Remove old

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

 dev-python/jupyter_client/Manifest |  1 -
 .../jupyter_client/jupyter_client-7.4.7.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 3f3056b59c4f..245910868310 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1 @@
-DIST jupyter_client-7.4.7.tar.gz 328801 BLAKE2B 
65cd336e99bc6378e78ad99a81907db037fe2271528b06942e056423d9f7e0d45ac595d4dbbb6eced2553d10e36c03e03bb4acc6c25273733043eecf7a3967fb
 SHA512 
ae78496dc130f2188961e61d0874602eb2f8c57586b39377954c1c8247f4dd587eff8e8fd8aec7c8d76beddc661b2aa8f74eb8a37fc667112886232642733195
 DIST jupyter_client-7.4.8.tar.gz 328958 BLAKE2B 
d05976563c5550ba46a9525c76dae325a107a664c7cc6711fc4ea9ee747c4b69084e1f4d3118b0baa69bd42781bdd49ce59bf6e608f5520e82e2952c
 SHA512 
dc7eed72ac6c820448e6d8a96c2bee7964706ba608ecaddc8b8aa17f33727ffc04c5a509cd8d7ee78876ce646fc6a508bacdc7b07473555efdad9dd2960ad089

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.7.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.7.ebuild
deleted file mode 100644
index 66b6b39ccbbe..
--- a/dev-python/jupyter_client/jupyter_client-7.4.7.ebuild
+++ /dev/null
@@ -1,46 +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..11} )
-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 ~loong 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-23.0[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/ipykernel-6.12[${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



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

2023-01-07 Thread Arthur Zamarin
commit: 122274d7f353529ce5282fad739e5f588b7f6084
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  7 18:48:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  7 18:48:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122274d7

dev-python/jupyter_client: Stabilize 7.4.8 ALLARCHES, #890124

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

 dev-python/jupyter_client/jupyter_client-7.4.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.8.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.8.ebuild
index 9938eb0a0424..f5297301635c 100644
--- a/dev-python/jupyter_client/jupyter_client-7.4.8.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2022-12-16 Thread Michał Górny
commit: 1ca1ad18d63309204d41c957b4a7c1cbfcf0dd0e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 17 06:38:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 17 06:43:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca1ad18

dev-python/jupyter_client: Remove old

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

 dev-python/jupyter_client/Manifest |  2 -
 .../jupyter_client/jupyter_client-7.4.4.ebuild | 46 --
 .../jupyter_client/jupyter_client-7.4.5.ebuild | 46 --
 3 files changed, 94 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 60791430df0b..3f3056b59c4f 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,4 +1,2 @@
-DIST jupyter_client-7.4.4.tar.gz 327373 BLAKE2B 
02f70be181779352706f86515f705addbf68383f16d899a4d30c9d6cb0970e955435a8c934f611f93c9fe2eeb5c0fe3b124f31571ae396995564fb450bf03201
 SHA512 
6de3b271be03ff90d906fc176ce107799abbf8ac882d32d26d86ab91fd3f8a6fa09e5df4f3955e00bc939a31472d423a0d74396f8ba473440c4bc17cc1a28c2f
-DIST jupyter_client-7.4.5.tar.gz 327597 BLAKE2B 
f159d347cf8391c9d3c29327a6c93831e35e7540fb6a0ffe3f59539a7cf5822c562fbb3388ad398a5a6bf87bdd1bc5c6713b9424300d2adb28d93f2a4dafd9c4
 SHA512 
bef4603222504e40d2ecaf781ea461ba6be8ee32c217e2bf5ec25b83349cec32b3a62e30019ddc75f000bac3fd69ecd6895322f8dcbf953a776dab292b6cca1b
 DIST jupyter_client-7.4.7.tar.gz 328801 BLAKE2B 
65cd336e99bc6378e78ad99a81907db037fe2271528b06942e056423d9f7e0d45ac595d4dbbb6eced2553d10e36c03e03bb4acc6c25273733043eecf7a3967fb
 SHA512 
ae78496dc130f2188961e61d0874602eb2f8c57586b39377954c1c8247f4dd587eff8e8fd8aec7c8d76beddc661b2aa8f74eb8a37fc667112886232642733195
 DIST jupyter_client-7.4.8.tar.gz 328958 BLAKE2B 
d05976563c5550ba46a9525c76dae325a107a664c7cc6711fc4ea9ee747c4b69084e1f4d3118b0baa69bd42781bdd49ce59bf6e608f5520e82e2952c
 SHA512 
dc7eed72ac6c820448e6d8a96c2bee7964706ba608ecaddc8b8aa17f33727ffc04c5a509cd8d7ee78876ce646fc6a508bacdc7b07473555efdad9dd2960ad089

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
deleted file mode 100644
index 3c0f926af19b..
--- a/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
+++ /dev/null
@@ -1,46 +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..11} )
-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-23.0[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/ipykernel-6.12[${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

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.5.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.5.ebuild
deleted file mode 100644
index 36545e34222b..
--- a/dev-python/jupyter_client/jupyter_client-7.4.5.ebuild
+++ /dev/null
@@ -1,46 +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..11} )
-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-23.0[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
- 

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

2022-12-16 Thread Arthur Zamarin
commit: de2902d93016409ce1255c4702c35510745e82c3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 19:47:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 19:47:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2902d9

dev-python/jupyter_client: Stabilize 7.4.7 ALLARCHES, #886387

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.7.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.7.ebuild
index 9938eb0a0424..66b6b39ccbbe 100644
--- a/dev-python/jupyter_client/jupyter_client-7.4.7.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.4.7.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2022-12-05 Thread Michał Górny
commit: 6f244b6eebc64d34ca2f70dfc29b273fde1d4558
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec  6 05:09:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec  6 06:02:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f244b6e

dev-python/jupyter_client: Bump to 7.4.8

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.4.8.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 8624835a01da..60791430df0b 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,4 @@
 DIST jupyter_client-7.4.4.tar.gz 327373 BLAKE2B 
02f70be181779352706f86515f705addbf68383f16d899a4d30c9d6cb0970e955435a8c934f611f93c9fe2eeb5c0fe3b124f31571ae396995564fb450bf03201
 SHA512 
6de3b271be03ff90d906fc176ce107799abbf8ac882d32d26d86ab91fd3f8a6fa09e5df4f3955e00bc939a31472d423a0d74396f8ba473440c4bc17cc1a28c2f
 DIST jupyter_client-7.4.5.tar.gz 327597 BLAKE2B 
f159d347cf8391c9d3c29327a6c93831e35e7540fb6a0ffe3f59539a7cf5822c562fbb3388ad398a5a6bf87bdd1bc5c6713b9424300d2adb28d93f2a4dafd9c4
 SHA512 
bef4603222504e40d2ecaf781ea461ba6be8ee32c217e2bf5ec25b83349cec32b3a62e30019ddc75f000bac3fd69ecd6895322f8dcbf953a776dab292b6cca1b
 DIST jupyter_client-7.4.7.tar.gz 328801 BLAKE2B 
65cd336e99bc6378e78ad99a81907db037fe2271528b06942e056423d9f7e0d45ac595d4dbbb6eced2553d10e36c03e03bb4acc6c25273733043eecf7a3967fb
 SHA512 
ae78496dc130f2188961e61d0874602eb2f8c57586b39377954c1c8247f4dd587eff8e8fd8aec7c8d76beddc661b2aa8f74eb8a37fc667112886232642733195
+DIST jupyter_client-7.4.8.tar.gz 328958 BLAKE2B 
d05976563c5550ba46a9525c76dae325a107a664c7cc6711fc4ea9ee747c4b69084e1f4d3118b0baa69bd42781bdd49ce59bf6e608f5520e82e2952c
 SHA512 
dc7eed72ac6c820448e6d8a96c2bee7964706ba608ecaddc8b8aa17f33727ffc04c5a509cd8d7ee78876ce646fc6a508bacdc7b07473555efdad9dd2960ad089

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.8.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.8.ebuild
new file mode 100644
index ..9938eb0a0424
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.4.8.ebuild
@@ -0,0 +1,46 @@
+# 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..11} )
+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 ~loong ~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-23.0[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipykernel-6.12[${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



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

2022-11-16 Thread Michał Górny
commit: 20c21d4198aa6b7b21467ebbc022e14b971ab6dd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 16 16:53:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 16 17:21:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c21d41

dev-python/jupyter_client: Bump to 7.4.7

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.4.7.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 60268e859945..8624835a01da 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_client-7.4.4.tar.gz 327373 BLAKE2B 
02f70be181779352706f86515f705addbf68383f16d899a4d30c9d6cb0970e955435a8c934f611f93c9fe2eeb5c0fe3b124f31571ae396995564fb450bf03201
 SHA512 
6de3b271be03ff90d906fc176ce107799abbf8ac882d32d26d86ab91fd3f8a6fa09e5df4f3955e00bc939a31472d423a0d74396f8ba473440c4bc17cc1a28c2f
 DIST jupyter_client-7.4.5.tar.gz 327597 BLAKE2B 
f159d347cf8391c9d3c29327a6c93831e35e7540fb6a0ffe3f59539a7cf5822c562fbb3388ad398a5a6bf87bdd1bc5c6713b9424300d2adb28d93f2a4dafd9c4
 SHA512 
bef4603222504e40d2ecaf781ea461ba6be8ee32c217e2bf5ec25b83349cec32b3a62e30019ddc75f000bac3fd69ecd6895322f8dcbf953a776dab292b6cca1b
+DIST jupyter_client-7.4.7.tar.gz 328801 BLAKE2B 
65cd336e99bc6378e78ad99a81907db037fe2271528b06942e056423d9f7e0d45ac595d4dbbb6eced2553d10e36c03e03bb4acc6c25273733043eecf7a3967fb
 SHA512 
ae78496dc130f2188961e61d0874602eb2f8c57586b39377954c1c8247f4dd587eff8e8fd8aec7c8d76beddc661b2aa8f74eb8a37fc667112886232642733195

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.7.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.7.ebuild
new file mode 100644
index ..36545e34222b
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.4.7.ebuild
@@ -0,0 +1,46 @@
+# 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..11} )
+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-23.0[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipykernel-6.12[${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



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

2022-11-11 Thread Michał Górny
commit: fd08bd9cbef67241cb6eb6167b5897b25b75bcc2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 11 14:09:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 11 14:31:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd08bd9c

dev-python/jupyter_client: Bump to 7.4.5

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.4.5.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index c7f76e236cf8..60268e859945 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1 +1,2 @@
 DIST jupyter_client-7.4.4.tar.gz 327373 BLAKE2B 
02f70be181779352706f86515f705addbf68383f16d899a4d30c9d6cb0970e955435a8c934f611f93c9fe2eeb5c0fe3b124f31571ae396995564fb450bf03201
 SHA512 
6de3b271be03ff90d906fc176ce107799abbf8ac882d32d26d86ab91fd3f8a6fa09e5df4f3955e00bc939a31472d423a0d74396f8ba473440c4bc17cc1a28c2f
+DIST jupyter_client-7.4.5.tar.gz 327597 BLAKE2B 
f159d347cf8391c9d3c29327a6c93831e35e7540fb6a0ffe3f59539a7cf5822c562fbb3388ad398a5a6bf87bdd1bc5c6713b9424300d2adb28d93f2a4dafd9c4
 SHA512 
bef4603222504e40d2ecaf781ea461ba6be8ee32c217e2bf5ec25b83349cec32b3a62e30019ddc75f000bac3fd69ecd6895322f8dcbf953a776dab292b6cca1b

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.5.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.5.ebuild
new file mode 100644
index ..36545e34222b
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.4.5.ebuild
@@ -0,0 +1,46 @@
+# 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..11} )
+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-23.0[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipykernel-6.12[${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



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

2022-11-06 Thread Michał Górny
commit: a7d2bdf6bf34ecae3cf5db715e0716936f482f03
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  6 07:36:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  6 07:59:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d2bdf6

dev-python/jupyter_client: Remove old

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

 dev-python/jupyter_client/Manifest |  3 --
 .../jupyter_client/jupyter_client-7.3.5.ebuild | 46 --
 .../jupyter_client/jupyter_client-7.4.2.ebuild | 46 --
 .../jupyter_client/jupyter_client-7.4.3.ebuild | 46 --
 4 files changed, 141 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 7a6948746599..c7f76e236cf8 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,4 +1 @@
-DIST jupyter_client-7.3.5.tar.gz 326758 BLAKE2B 
c2ac76eb6511b29c38d7e7441e1191bae1f931da27f2eb95d6cb842a0e36f36a6f7a1421253b62abf52243f9fdad36b34828e6d5cd13a0411fa4ce09b447c3bc
 SHA512 
5a3471fe03f44671fc2a06f8c78c11197084c8c951a1f8b55b89d651a6aea2ae1bdbb451ed463e52519954e7dba99b4e2298a6511eef2a3618f095dc864758d9
-DIST jupyter_client-7.4.2.tar.gz 327079 BLAKE2B 
71e1f2d7a84a308b37105887ab7851e1f8a8e1f3019d937ec2c48493396dd757f3b7bcd75be180187f2a2855f20f5c0db924b058d316a34d503a2964c63b65c9
 SHA512 
4e22cb0dccdc96d16c560dba2f9b19616015143d5bd709b9dafed9fa2419ab3d8e6f9091f8a94ab78a0a1d16db2db86def23300b6a39485c0c978f145da4eb47
-DIST jupyter_client-7.4.3.tar.gz 327186 BLAKE2B 
04b601d0b492879b2a5f06c53610a354c640376707188fb75394df42ee4ea426ff87a9df5537e242115ea86a9db64bb625b0911407bfe5b00d667843cd78118a
 SHA512 
620ebd31518b6161a32503c1fbb1f18c11e50c15bafd6a46747cc5de682d025aad626fae226ddcf9f2843fa9eb3580825c08474f7309906738da7a02c8d75193
 DIST jupyter_client-7.4.4.tar.gz 327373 BLAKE2B 
02f70be181779352706f86515f705addbf68383f16d899a4d30c9d6cb0970e955435a8c934f611f93c9fe2eeb5c0fe3b124f31571ae396995564fb450bf03201
 SHA512 
6de3b271be03ff90d906fc176ce107799abbf8ac882d32d26d86ab91fd3f8a6fa09e5df4f3955e00bc939a31472d423a0d74396f8ba473440c4bc17cc1a28c2f

diff --git a/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild
deleted file mode 100644
index 9cc24cba4825..
--- a/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild
+++ /dev/null
@@ -1,46 +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-23.0[${PYTHON_USEDEP}]
-   >=dev-python/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

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.2.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.2.ebuild
deleted file mode 100644
index 76b6f1c22129..
--- a/dev-python/jupyter_client/jupyter_client-7.4.2.ebuild
+++ /dev/null
@@ -1,46 +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}]
-   

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

2022-11-06 Thread Sam James
commit: aba25962c1dae726914e23a2d9e26c6e6cdba26b
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  6 07:23:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  6 07:23:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba25962

dev-python/jupyter_client: Stabilize 7.4.4 ALLARCHES, #879975

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
index 36545e34222b..3c0f926af19b 100644
--- a/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
@@ -19,7 +19,7 @@ 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"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2022-10-27 Thread Andrew Ammerlaan
commit: 247c602e1c2db215497a7b5c3a8d620f79d3ac79
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:45:47 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247c602e

dev-python/jupyter_client: enable py3.11

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
index 58a093cf850d..36545e34222b 100644
--- a/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2022-10-25 Thread Michał Górny
commit: fab27d718c6b4f26f35bf8d22f5ffb8bb06ed6e8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 26 03:41:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 26 03:49:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab27d71

dev-python/jupyter_client: Bump to 7.4.4

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.4.4.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 834c22e5e093..7a6948746599 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,4 @@
 DIST jupyter_client-7.3.5.tar.gz 326758 BLAKE2B 
c2ac76eb6511b29c38d7e7441e1191bae1f931da27f2eb95d6cb842a0e36f36a6f7a1421253b62abf52243f9fdad36b34828e6d5cd13a0411fa4ce09b447c3bc
 SHA512 
5a3471fe03f44671fc2a06f8c78c11197084c8c951a1f8b55b89d651a6aea2ae1bdbb451ed463e52519954e7dba99b4e2298a6511eef2a3618f095dc864758d9
 DIST jupyter_client-7.4.2.tar.gz 327079 BLAKE2B 
71e1f2d7a84a308b37105887ab7851e1f8a8e1f3019d937ec2c48493396dd757f3b7bcd75be180187f2a2855f20f5c0db924b058d316a34d503a2964c63b65c9
 SHA512 
4e22cb0dccdc96d16c560dba2f9b19616015143d5bd709b9dafed9fa2419ab3d8e6f9091f8a94ab78a0a1d16db2db86def23300b6a39485c0c978f145da4eb47
 DIST jupyter_client-7.4.3.tar.gz 327186 BLAKE2B 
04b601d0b492879b2a5f06c53610a354c640376707188fb75394df42ee4ea426ff87a9df5537e242115ea86a9db64bb625b0911407bfe5b00d667843cd78118a
 SHA512 
620ebd31518b6161a32503c1fbb1f18c11e50c15bafd6a46747cc5de682d025aad626fae226ddcf9f2843fa9eb3580825c08474f7309906738da7a02c8d75193
+DIST jupyter_client-7.4.4.tar.gz 327373 BLAKE2B 
02f70be181779352706f86515f705addbf68383f16d899a4d30c9d6cb0970e955435a8c934f611f93c9fe2eeb5c0fe3b124f31571ae396995564fb450bf03201
 SHA512 
6de3b271be03ff90d906fc176ce107799abbf8ac882d32d26d86ab91fd3f8a6fa09e5df4f3955e00bc939a31472d423a0d74396f8ba473440c4bc17cc1a28c2f

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
new file mode 100644
index ..58a093cf850d
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
@@ -0,0 +1,46 @@
+# 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-23.0[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipykernel-6.12[${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



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

2022-10-20 Thread Michał Górny
commit: 3ad1d510e94367ed769c247f1d3fad9b3bc4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 21 04:49:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 21 05:14:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad1d510

dev-python/jupyter_client: Bump to 7.4.3

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.4.3.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 76c19e50e4ef..834c22e5e093 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_client-7.3.5.tar.gz 326758 BLAKE2B 
c2ac76eb6511b29c38d7e7441e1191bae1f931da27f2eb95d6cb842a0e36f36a6f7a1421253b62abf52243f9fdad36b34828e6d5cd13a0411fa4ce09b447c3bc
 SHA512 
5a3471fe03f44671fc2a06f8c78c11197084c8c951a1f8b55b89d651a6aea2ae1bdbb451ed463e52519954e7dba99b4e2298a6511eef2a3618f095dc864758d9
 DIST jupyter_client-7.4.2.tar.gz 327079 BLAKE2B 
71e1f2d7a84a308b37105887ab7851e1f8a8e1f3019d937ec2c48493396dd757f3b7bcd75be180187f2a2855f20f5c0db924b058d316a34d503a2964c63b65c9
 SHA512 
4e22cb0dccdc96d16c560dba2f9b19616015143d5bd709b9dafed9fa2419ab3d8e6f9091f8a94ab78a0a1d16db2db86def23300b6a39485c0c978f145da4eb47
+DIST jupyter_client-7.4.3.tar.gz 327186 BLAKE2B 
04b601d0b492879b2a5f06c53610a354c640376707188fb75394df42ee4ea426ff87a9df5537e242115ea86a9db64bb625b0911407bfe5b00d667843cd78118a
 SHA512 
620ebd31518b6161a32503c1fbb1f18c11e50c15bafd6a46747cc5de682d025aad626fae226ddcf9f2843fa9eb3580825c08474f7309906738da7a02c8d75193

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.3.ebuild
new file mode 100644
index ..58a093cf850d
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.4.3.ebuild
@@ -0,0 +1,46 @@
+# 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-23.0[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipykernel-6.12[${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



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

2022-10-12 Thread Michał Górny
commit: 0395b4a63c468c0c07a989d40f24e773c5f0b313
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 12 10:43:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 12 11:18:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0395b4a6

dev-python/jupyter_client: Remove old

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

 dev-python/jupyter_client/Manifest |  1 -
 .../jupyter_client/jupyter_client-7.3.4.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index e3d196138f18..55919b9be499 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1 @@
-DIST jupyter_client-7.3.4.tar.gz 329871 BLAKE2B 
34f4cc01ced39e30f81e0c7524ada9319f7bea6fb0f941dad85ac3f969de71b68bde22359a9d343df84432e320994a8c4c4aa9ebd390b841e4b18042ac6f0b14
 SHA512 
3bb1fd7c93e16c03db0c249810fe48428dc9c1fa24ae885a3d30b4ac2d2e980f48edc06c2c6065b3e8f91610bf5bc7500854986f55c18bd9f695f192aa470beb
 DIST jupyter_client-7.3.5.tar.gz 326758 BLAKE2B 
c2ac76eb6511b29c38d7e7441e1191bae1f931da27f2eb95d6cb842a0e36f36a6f7a1421253b62abf52243f9fdad36b34828e6d5cd13a0411fa4ce09b447c3bc
 SHA512 
5a3471fe03f44671fc2a06f8c78c11197084c8c951a1f8b55b89d651a6aea2ae1bdbb451ed463e52519954e7dba99b4e2298a6511eef2a3618f095dc864758d9

diff --git a/dev-python/jupyter_client/jupyter_client-7.3.4.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.4.ebuild
deleted file mode 100644
index 9cc24cba4825..
--- a/dev-python/jupyter_client/jupyter_client-7.3.4.ebuild
+++ /dev/null
@@ -1,46 +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-23.0[${PYTHON_USEDEP}]
-   >=dev-python/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



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

2022-10-12 Thread Michał Górny
commit: 1ce1ee17c592c66ef6327bedee9efcc77e30942a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 12 10:55:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 12 11:18:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce1ee17

dev-python/jupyter_client: Bump to 7.4.2

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.4.2.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 55919b9be499..76c19e50e4ef 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1 +1,2 @@
 DIST jupyter_client-7.3.5.tar.gz 326758 BLAKE2B 
c2ac76eb6511b29c38d7e7441e1191bae1f931da27f2eb95d6cb842a0e36f36a6f7a1421253b62abf52243f9fdad36b34828e6d5cd13a0411fa4ce09b447c3bc
 SHA512 
5a3471fe03f44671fc2a06f8c78c11197084c8c951a1f8b55b89d651a6aea2ae1bdbb451ed463e52519954e7dba99b4e2298a6511eef2a3618f095dc864758d9
+DIST jupyter_client-7.4.2.tar.gz 327079 BLAKE2B 
71e1f2d7a84a308b37105887ab7851e1f8a8e1f3019d937ec2c48493396dd757f3b7bcd75be180187f2a2855f20f5c0db924b058d316a34d503a2964c63b65c9
 SHA512 
4e22cb0dccdc96d16c560dba2f9b19616015143d5bd709b9dafed9fa2419ab3d8e6f9091f8a94ab78a0a1d16db2db86def23300b6a39485c0c978f145da4eb47

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.2.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.2.ebuild
new file mode 100644
index ..76b6f1c22129
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.4.2.ebuild
@@ -0,0 +1,46 @@
+# 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-23.0[${PYTHON_USEDEP}]
+   >=dev-python/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



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

2022-09-25 Thread Arthur Zamarin
commit: b911c722d2a56735d71dcff30612281a7f97639b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 25 18:18:56 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 25 18:18:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b911c722

dev-python/jupyter_client: Stabilize 7.3.5 ALLARCHES, #872926

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild
index 8b28df440476..4ee8e59fa00b 100644
--- a/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild
@@ -19,7 +19,7 @@ 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"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2022-08-25 Thread Arthur Zamarin
commit: 87d90ad15f1357cf5694c5f0f58ca0afa342cf0a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 25 19:21:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 25 19:21:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d90ad1

dev-python/jupyter_client: add 7.3.5

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.3.5.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 9f582e55af80..e3d196138f18 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1 +1,2 @@
 DIST jupyter_client-7.3.4.tar.gz 329871 BLAKE2B 
34f4cc01ced39e30f81e0c7524ada9319f7bea6fb0f941dad85ac3f969de71b68bde22359a9d343df84432e320994a8c4c4aa9ebd390b841e4b18042ac6f0b14
 SHA512 
3bb1fd7c93e16c03db0c249810fe48428dc9c1fa24ae885a3d30b4ac2d2e980f48edc06c2c6065b3e8f91610bf5bc7500854986f55c18bd9f695f192aa470beb
+DIST jupyter_client-7.3.5.tar.gz 326758 BLAKE2B 
c2ac76eb6511b29c38d7e7441e1191bae1f931da27f2eb95d6cb842a0e36f36a6f7a1421253b62abf52243f9fdad36b34828e6d5cd13a0411fa4ce09b447c3bc
 SHA512 
5a3471fe03f44671fc2a06f8c78c11197084c8c951a1f8b55b89d651a6aea2ae1bdbb451ed463e52519954e7dba99b4e2298a6511eef2a3618f095dc864758d9

diff --git a/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild
new file mode 100644
index ..8b28df440476
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild
@@ -0,0 +1,46 @@
+# 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-23.0[${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



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

2022-07-10 Thread Michał Górny
commit: 4e740a4e2e53a72270c9dea1ae93ccff1a48d975
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 10 18:52:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 10 18:54:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e740a4e

dev-python/jupyter_client: Remove old

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

 dev-python/jupyter_client/Manifest |  1 -
 .../jupyter_client/jupyter_client-7.3.1.ebuild | 48 --
 2 files changed, 49 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 2026c6ac4285..9f582e55af80 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1 @@
-DIST jupyter_client-7.3.1.tar.gz 328697 BLAKE2B 
9bdca39d974c21e1674f58a7aaa51a6b96e4dc307f918aacc403146827df5ad7a867243dd2df95e717ab7ebd62367817e4f43cae562f47147b4271d72240600e
 SHA512 
86a98288f1be5321b8495d78770501ca45fe3139a482ec41606253eef69eaf4d3f284d1c373d9df64efe28428f32cd1a3b19842a7331b3ac200d780e7a786407
 DIST jupyter_client-7.3.4.tar.gz 329871 BLAKE2B 
34f4cc01ced39e30f81e0c7524ada9319f7bea6fb0f941dad85ac3f969de71b68bde22359a9d343df84432e320994a8c4c4aa9ebd390b841e4b18042ac6f0b14
 SHA512 
3bb1fd7c93e16c03db0c249810fe48428dc9c1fa24ae885a3d30b4ac2d2e980f48edc06c2c6065b3e8f91610bf5bc7500854986f55c18bd9f695f192aa470beb

diff --git a/dev-python/jupyter_client/jupyter_client-7.3.1.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.1.ebuild
deleted file mode 100644
index a35f732a5e43..
--- a/dev-python/jupyter_client/jupyter_client-7.3.1.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
-}



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

2022-07-10 Thread Sam James
commit: a2ad0eb716b2350aa604c3480bfe73afe8c23f5b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 10 16:55:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 10 16:55:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ad0eb7

dev-python/jupyter_client: Stabilize 7.3.4 ALLARCHES, #857321

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.3.4.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.4.ebuild
index 8b28df440476..4ee8e59fa00b 100644
--- a/dev-python/jupyter_client/jupyter_client-7.3.4.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.3.4.ebuild
@@ -19,7 +19,7 @@ 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"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2022-06-10 Thread Michał Górny
commit: 365bf10d9994a6837c67204e35f292a241bae83a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 11 04:54:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 11 04:54:32 2022 +
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  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..
--- 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..
--- 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}]
-   

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

2022-06-09 Thread Michał Górny
commit: d0cc5eda3130c965b009f4d204069a56127f1c01
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  9 06:41:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  9 07:23:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cc5eda

dev-python/jupyter_client: Bump to 7.3.4

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.3.4.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 50c98e15393f..1d0fd3b667d6 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,4 @@
 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.4.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.4.ebuild
new file mode 100644
index ..8b28df440476
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.3.4.ebuild
@@ -0,0 +1,46 @@
+# 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-23.0[${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



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

2022-06-07 Thread Michał Górny
commit: bdebc86e7d2b5d7a1a0f0b07f807ace25795bb82
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  8 05:10:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  8 05:34:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdebc86e

dev-python/jupyter_client: Bump to 7.3.3

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.3.3.ebuild | 52 ++
 dev-python/jupyter_client/metadata.xml |  1 +
 3 files changed, 54 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 1f36dddedf8b..50c98e15393f 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-python/jupyter_client/jupyter_client-7.3.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.3.ebuild
new file mode 100644
index ..943e7544dfac
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.3.3.ebuild
@@ -0,0 +1,52 @@
+# 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
+}

diff --git a/dev-python/jupyter_client/metadata.xml 
b/dev-python/jupyter_client/metadata.xml
index f90149726621..a41692a7eeae 100644
--- a/dev-python/jupyter_client/metadata.xml
+++ b/dev-python/jupyter_client/metadata.xml
@@ -17,6 +17,7 @@
   
   
   
+jupyter/jupyter_client
 jupyter-client
   
 



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

2022-06-07 Thread Michał Górny
commit: fa3ba3072c1cecf90d8aac65c38ae0384383a6b4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  7 05:30:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  7 06:54:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3ba307

dev-python/jupyter_client: Bump to 7.3.2

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.3.2.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index acbeb7f7bafd..1f36dddedf8b 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1 +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

diff --git a/dev-python/jupyter_client/jupyter_client-7.3.2.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.2.ebuild
new file mode 100644
index ..f5f42b66bafa
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.3.2.ebuild
@@ -0,0 +1,48 @@
+# 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
+}



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

2022-05-27 Thread Michał Górny
commit: 5e0d5b2c7873931a47c008ec4f787b146f920245
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 19:50:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 19:50:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0d5b2c

dev-python/jupyter_client: Remove old

Signed-off-by: Michał Górny  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..
--- 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..
--- 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}]
-   

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

2022-05-27 Thread Jakov Smolić
commit: d8dc16c0cfc8d99f732b11eb7c081fe915fc9f60
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 27 09:18:54 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 27 09:18:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8dc16c0

dev-python/jupyter_client: Stabilize 7.3.1 ALLARCHES, #847709

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.3.1.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.1.ebuild
index 2c0770e6eb96..a35f732a5e43 100644
--- a/dev-python/jupyter_client/jupyter_client-7.3.1.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.3.1.ebuild
@@ -15,7 +15,7 @@ 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"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2022-05-09 Thread Michał Górny
commit: d5ec032e5092601210142a22b0c7a9c9ac0a7c85
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  9 08:10:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  9 08:56:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ec032e

dev-python/jupyter_client: Bump to 7.3.1

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.3.1.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 69531887efb5..b2bffcfbe2c9 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 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.3.1.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.1.ebuild
new file mode 100644
index ..2c0770e6eb96
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.3.1.ebuild
@@ -0,0 +1,48 @@
+# 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
+}



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

2022-04-26 Thread Michał Górny
commit: aaea8a79be316af846ecc9c1d130ef23ff3a0ad6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 09:16:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 09:59:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaea8a79

dev-python/jupyter_client: Bump to 7.3.0

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.3.0.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index dbb435536101..69531887efb5 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/jupyter_client/jupyter_client-7.3.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.3.0.ebuild
new file mode 100644
index ..2c0770e6eb96
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.3.0.ebuild
@@ -0,0 +1,48 @@
+# 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
+}



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

2022-03-26 Thread Arthur Zamarin
commit: a139b62cee647725ee9ecd1b40dc8e273a1eecc1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 26 18:14:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 26 18:14:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a139b62c

dev-python/jupyter_client: drop 7.1.0

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

 dev-python/jupyter_client/Manifest |  1 -
 .../jupyter_client/jupyter_client-7.1.0.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index b8817cac93e7..dbb435536101 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1 @@
-DIST jupyter_client-7.1.0.tar.gz 323501 BLAKE2B 
fa431f70b327a98be3958b2c39a2aa07ab0ec3752f069bc5e6d0645ac0660074974c871b159002dcbf3054c97860dc6b0e289c34826d929f0493479cd9f37ed2
 SHA512 
eb9456088c19d3780d943fb9457ded5e006afb7e7ebd726d8a253f91107d8e1839cac16e25466c902ff33ed2777e97e18b08e24092ddbb062aa9cf6336dc8921
 DIST jupyter_client-7.1.2.tar.gz 326163 BLAKE2B 
0cc11210cc3a472585d21acb836e316540d768c8c9ccc4a024720b278f3e2425e645080d8dcd501c118b3759bd354bf4f384821e87f1be0b7525addad6c267e0
 SHA512 
7baadc7d508c25ea588d0d7a6da8eb5a28fe4dbce32c9dfa1f9b2b82c7c3d7ae8c034cc03414b3eafec620931bd760c0844421197c01a3d25597af18f6e60060

diff --git a/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild
deleted file mode 100644
index 33d4c5b50950..
--- a/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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.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



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

2022-03-26 Thread Arthur Zamarin
commit: 64567f1ec0be2ccd9978e28e73a8e7df3555
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 26 17:22:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 26 17:22:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64567f1e

dev-python/jupyter_client: Stabilize 7.1.2 ALLARCHES, #836188

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild
index 36be213d7b35..57c632a5c3bb 100644
--- a/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild
@@ -14,7 +14,7 @@ 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"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2022-03-24 Thread Andrew Ammerlaan
commit: bf4f7e021d23e0a8d976d1ae10c5ca1fda0a4a16
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Mar 24 08:25:41 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Mar 24 08:39:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4f7e02

dev-python/jupyter_client: drop 6.1.12

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

 dev-python/jupyter_client/Manifest |  1 -
 .../jupyter_client/jupyter_client-6.1.12.ebuild| 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 9566b024f633..b8817cac93e7 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,2 @@
-DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
 DIST jupyter_client-7.1.0.tar.gz 323501 BLAKE2B 
fa431f70b327a98be3958b2c39a2aa07ab0ec3752f069bc5e6d0645ac0660074974c871b159002dcbf3054c97860dc6b0e289c34826d929f0493479cd9f37ed2
 SHA512 
eb9456088c19d3780d943fb9457ded5e006afb7e7ebd726d8a253f91107d8e1839cac16e25466c902ff33ed2777e97e18b08e24092ddbb062aa9cf6336dc8921
 DIST jupyter_client-7.1.2.tar.gz 326163 BLAKE2B 
0cc11210cc3a472585d21acb836e316540d768c8c9ccc4a024720b278f3e2425e645080d8dcd501c118b3759bd354bf4f384821e87f1be0b7525addad6c267e0
 SHA512 
7baadc7d508c25ea588d0d7a6da8eb5a28fe4dbce32c9dfa1f9b2b82c7c3d7ae8c034cc03414b3eafec620931bd760c0844421197c01a3d25597af18f6e60060

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
deleted file mode 100644
index d2ff4e0416b1..
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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/async_generator[${PYTHON_USEDEP}]
-   dev-python/jupyter_core[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-   www-servers/tornado[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   

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

2022-02-21 Thread Andrew Ammerlaan
commit: 38a378edc542d43c9d6c94613c5f4e658aa66bd6
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Feb 21 18:54:35 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Feb 21 19:02:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a378ed

dev-python/jupyter_client: add version 7.1.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.1.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 93803696fa45..9566b024f633 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
 DIST jupyter_client-7.1.0.tar.gz 323501 BLAKE2B 
fa431f70b327a98be3958b2c39a2aa07ab0ec3752f069bc5e6d0645ac0660074974c871b159002dcbf3054c97860dc6b0e289c34826d929f0493479cd9f37ed2
 SHA512 
eb9456088c19d3780d943fb9457ded5e006afb7e7ebd726d8a253f91107d8e1839cac16e25466c902ff33ed2777e97e18b08e24092ddbb062aa9cf6336dc8921
+DIST jupyter_client-7.1.2.tar.gz 326163 BLAKE2B 
0cc11210cc3a472585d21acb836e316540d768c8c9ccc4a024720b278f3e2425e645080d8dcd501c118b3759bd354bf4f384821e87f1be0b7525addad6c267e0
 SHA512 
7baadc7d508c25ea588d0d7a6da8eb5a28fe4dbce32c9dfa1f9b2b82c7c3d7ae8c034cc03414b3eafec620931bd760c0844421197c01a3d25597af18f6e60060

diff --git a/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild
new file mode 100644
index ..36be213d7b35
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild
@@ -0,0 +1,45 @@
+# 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



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

2021-12-23 Thread Michał Górny
commit: 978ee6a7553891aef05039d1b157f3d063327b90
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 23 18:45:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 23 18:45:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978ee6a7

dev-python/jupyter_client: Remove old

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

 dev-python/jupyter_client/Manifest |  1 -
 .../jupyter_client/jupyter_client-7.0.6.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index b07246c99a7c..93803696fa45 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,2 @@
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
-DIST jupyter_client-7.0.6.tar.gz 320572 BLAKE2B 
5c853fbdad3bc044ffaba27534d9bc4682797660cdb5d45121ae8f6cbf0fc5511c6a9fad14d26bd82daef17b32be14e51bf86c2ae672ed9b310141b29307ff9c
 SHA512 
c836ba061da0461d6d27eb0405ba295ff67bf2c99011a21c9695da139c0a14513de292cdfff3ee00c2e1029c2a51f95094ad875a5f9cdec2fd99c3c079526e3b
 DIST jupyter_client-7.1.0.tar.gz 323501 BLAKE2B 
fa431f70b327a98be3958b2c39a2aa07ab0ec3752f069bc5e6d0645ac0660074974c871b159002dcbf3054c97860dc6b0e289c34826d929f0493479cd9f37ed2
 SHA512 
eb9456088c19d3780d943fb9457ded5e006afb7e7ebd726d8a253f91107d8e1839cac16e25466c902ff33ed2777e97e18b08e24092ddbb062aa9cf6336dc8921

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
deleted file mode 100644
index 33d4c5b50950..
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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.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



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

2021-12-23 Thread Arthur Zamarin
commit: fa0773aec2a10cb8720f6459db1956f0d984bc12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 23 18:17:06 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 23 18:17:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0773ae

dev-python/jupyter_client: Stabilize 7.1.0 ALLARCHES, #829882

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild
index 3b8445f7b052..33d4c5b50950 100644
--- a/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-22 Thread Michał Górny
commit: fb377725bab8e387085ac269ec9442aff2d7af66
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:28:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb377725

dev-python/jupyter_client: Bump to 7.1.0

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.1.0.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index eebfe0039ef6..b07246c99a7c 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
 DIST jupyter_client-7.0.6.tar.gz 320572 BLAKE2B 
5c853fbdad3bc044ffaba27534d9bc4682797660cdb5d45121ae8f6cbf0fc5511c6a9fad14d26bd82daef17b32be14e51bf86c2ae672ed9b310141b29307ff9c
 SHA512 
c836ba061da0461d6d27eb0405ba295ff67bf2c99011a21c9695da139c0a14513de292cdfff3ee00c2e1029c2a51f95094ad875a5f9cdec2fd99c3c079526e3b
+DIST jupyter_client-7.1.0.tar.gz 323501 BLAKE2B 
fa431f70b327a98be3958b2c39a2aa07ab0ec3752f069bc5e6d0645ac0660074974c871b159002dcbf3054c97860dc6b0e289c34826d929f0493479cd9f37ed2
 SHA512 
eb9456088c19d3780d943fb9457ded5e006afb7e7ebd726d8a253f91107d8e1839cac16e25466c902ff33ed2777e97e18b08e24092ddbb062aa9cf6336dc8921

diff --git a/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild
new file mode 100644
index ..3b8445f7b052
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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.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



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

2021-11-19 Thread Sam James
commit: 02ef701d77b445b20f2b00a55d932d8348da8a6c
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 20 03:53:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 20 03:53:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ef701d

dev-python/jupyter_client: Stabilize 7.0.6 hppa, #823521

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index 25c09aa5189c..33d4c5b50950 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-19 Thread Sam James
commit: 2f1e424be160bda5bdeef1540b80d526bcdbb1dd
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 19 08:35:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 19 08:35:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1e424b

dev-python/jupyter_client: Stabilize 7.0.6 ppc, #823521

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index 661dabfd66bf..25c09aa5189c 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-18 Thread Sam James
commit: d173e0824a75e5a2b1588235794a4369deefbe7f
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 19 07:30:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 19 07:30:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d173e082

dev-python/jupyter_client: Stabilize 7.0.6 ppc64, #823521

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index 5bbdd0c228ef..661dabfd66bf 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-18 Thread Sam James
commit: 1e9414df5c6fea378324b80904ace8caff30198c
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 18 08:09:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 18 08:09:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9414df

dev-python/jupyter_client: Stabilize 6.1.12 ppc, #811939

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 8de2c81969e9..d2ff4e0416b1 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-11-17 Thread Sam James
commit: f03e7c7ad3e87a306dfc894e6f1a7b1bea60828c
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 17 22:45:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 17 22:45:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03e7c7a

dev-python/jupyter_client: Stabilize 7.0.6 arm, #823521

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index 406d06ad2892..5bbdd0c228ef 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-16 Thread Sam James
commit: 969577fc250d91ef29d09e6d80116419d9d8c100
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 17 02:16:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 17 02:16:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969577fc

dev-python/jupyter_client: Stabilize 7.0.6 arm64, #823521

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index ae2b9ce7bb0c..406d06ad2892 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-15 Thread Sam James
commit: 995653cbce28d9a7a3c9bff8606854449b8880b7
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov 16 05:58:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 16 05:58:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995653cb

dev-python/jupyter_client: crank up test timeouts for older version too

Bug: https://bugs.gentoo.org/811939
Signed-off-by: Sam James  gentoo.org>

 dev-python/jupyter_client/jupyter_client-6.1.12.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 3bb49cf54dda..16a233430903 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -30,6 +30,10 @@ BDEPEND="
dev-python/mock[${PYTHON_USEDEP}]
)"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-7.0.6-test-timeout.patch
+)
+
 distutils_enable_tests pytest
 
 python_test() {



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

2021-11-14 Thread Sam James
commit: 6823a56a2b51c1a0bf6867ec2ee8b2f5de57ff99
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 06:36:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:36:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6823a56a

dev-python/jupyter_client: Stabilize 7.0.6 sparc, #823521

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index b704bb49a001..ae2b9ce7bb0c 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-14 Thread Sam James
commit: c11eee0ca996a3ee245ba9faa659aff7851973fe
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 02:11:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 02:12:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11eee0c

dev-python/jupyter_client: crank up test timeouts

Failed on ia64 b/c of these. Probably affects other arches too.

Bug: https://bugs.gentoo.org/823521
Signed-off-by: Sam James  gentoo.org>

 .../files/jupyter_client-7.0.6-test-timeout.patch  | 38 ++
 .../jupyter_client/jupyter_client-7.0.6.ebuild |  6 +++-
 2 files changed, 43 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/jupyter_client/files/jupyter_client-7.0.6-test-timeout.patch 
b/dev-python/jupyter_client/files/jupyter_client-7.0.6-test-timeout.patch
new file mode 100644
index ..740677c13d00
--- /dev/null
+++ b/dev-python/jupyter_client/files/jupyter_client-7.0.6-test-timeout.patch
@@ -0,0 +1,38 @@
+Avoid test timeouts on slower hosts like e.g. ia64 (guppy):
+```
+FAILED 
jupyter_client/tests/test_kernelmanager.py::TestParallel::test_start_sequence_kernels[tcp]
 - Failed: Timeout >30.0s
+FAILED 
jupyter_client/tests/test_kernelmanager.py::TestParallel::test_start_sequence_kernels[ipc]
 - Failed: Timeout >30.0s
+```
+--- a/jupyter_client/tests/test_client.py
 b/jupyter_client/tests/test_client.py
+@@ -13,7 +13,7 @@ from jupyter_client.kernelspec import KernelSpecManager
+ from jupyter_client.kernelspec import NATIVE_KERNEL_NAME
+ from jupyter_client.kernelspec import NoSuchKernel
+ 
+-TIMEOUT = 30
++TIMEOUT = 180
+ 
+ pjoin = os.path.join
+ 
+--- a/jupyter_client/tests/test_kernelmanager.py
 b/jupyter_client/tests/test_kernelmanager.py
+@@ -24,7 +24,7 @@ from jupyter_client import KernelManager
+ 
+ pjoin = os.path.join
+ 
+-TIMEOUT = 30
++TIMEOUT = 180
+ 
+ 
+ @pytest.fixture(params=["tcp", "ipc"])
+--- a/jupyter_client/tests/test_multikernelmanager.py
 b/jupyter_client/tests/test_multikernelmanager.py
+@@ -22,7 +22,7 @@ from jupyter_client import KernelManager
+ from jupyter_client.multikernelmanager import AsyncMultiKernelManager
+ from jupyter_client.multikernelmanager import MultiKernelManager
+ 
+-TIMEOUT = 30
++TIMEOUT = 180
+ 
+ 
+ class TestKernelManager(TestCase):

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index 210df0a135a0..b704bb49a001 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -32,9 +32,13 @@ BDEPEND="
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
 
-distutils_enable_tests pytest
+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



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

2021-11-14 Thread Sam James
commit: 77a111c452a81cf1947d3ac835e9cf2226ddefdd
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 20:35:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 20:35:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a111c4

dev-python/jupyter_client: Keyword 6.1.12 hppa, #808378

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 232e3c794b99..3bb49cf54dda 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-11-14 Thread Sam James
commit: 486a3ef872aec157a43f31cd0dd7c976f79bd28b
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 20:35:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 20:35:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486a3ef8

dev-python/jupyter_client: Keyword 7.0.6 hppa, #808378

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index 481a9cc0c199..210df0a135a0 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-14 Thread Sam James
commit: c8dc8b8c1fd68683e5ea5045ab58bbf549d0b964
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 20:28:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 20:28:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8dc8b8c

dev-python/jupyter_client: Stabilize 7.0.6 x86, #823521

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index 5e3bbe37f0f6..481a9cc0c199 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-13 Thread Sam James
commit: 7b98167e4e52b30728bf7470a1046ce9cd57a576
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b98167e

dev-python/jupyter_client: Keyword 6.1.12 ia64, #808378

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 3050b2596a5c..232e3c794b99 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-11-13 Thread Sam James
commit: c364eaa2e574deb0385d5807efa381913c2bc3fb
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c364eaa2

dev-python/jupyter_client: Keyword 7.0.6 ia64, #808378

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index 2d79f708df4f..5e3bbe37f0f6 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-13 Thread Jakov Smolić
commit: 017fbefab8f56b9a076acef546bd5a3a4fd6d8a2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Nov 13 20:01:30 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Nov 13 20:01:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017fbefa

dev-python/jupyter_client: Stabilize 7.0.6 amd64, #823521

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index 737c392b752..2d79f708df4 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-10-09 Thread Michał Górny
commit: 1df56d50c812ca526be3e460882e94469daeb2a4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  9 06:28:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  9 07:08:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df56d50

dev-python/jupyter_client: Remove old

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

 dev-python/jupyter_client/Manifest |  5 ---
 .../jupyter_client/jupyter_client-7.0.1.ebuild | 43 --
 .../jupyter_client/jupyter_client-7.0.2.ebuild | 43 --
 .../jupyter_client/jupyter_client-7.0.3.ebuild | 40 
 .../jupyter_client/jupyter_client-7.0.4.ebuild | 40 
 .../jupyter_client/jupyter_client-7.0.5.ebuild | 40 
 6 files changed, 211 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index df6bbedcc9b..eebfe0039ef 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,7 +1,2 @@
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
-DIST jupyter_client-7.0.1.tar.gz 317467 BLAKE2B 
bcaa4f58071e0c90e81afb010a10ad221793a186aba0e7ae233538c810b787e3a0bc734735cd20750500c9d74d6c5f548f7deaf3daa3e989d75b5f9cbb5344ee
 SHA512 
5665018294e87b0ae0fe58a7281e205e1668c3676f7092128f4c6ce8eb13e53983fc888508e913085beb29b13b1aa46307c4bf1c8c25bfe1f9efcfb7254bdf3a
-DIST jupyter_client-7.0.2.tar.gz 317686 BLAKE2B 
f837d60c1013d6f7db7185112820bc40fe55707403dd179c72c93d7f5a9c752436b8454e0ffb0a133c77a4a11e87ea310d86706145d0501a0ed83d36652cc278
 SHA512 
24684df13947077add0931fe9e8a2c2b629db120c1554123f36b7c9e736f502f9553c63813de93ff84733eb4a47eb0f5dd48961e3c18527fbd8fece23fbe6440
-DIST jupyter_client-7.0.3.tar.gz 318420 BLAKE2B 
151cac17dd965f5a151e0de90cffda35d06943ef7548518f6bac9e977fa3efd02cceb30fc23b252c440541ac74a84396dc7a8787fffbbade8d91dcbc2d51781a
 SHA512 
eae57dd9c2fdd0301cdb53204dfc043a228fa606236ee1eca9e37f4d9d213efd080ec1292567431e24d73899db0833984ed4db933998817d03aff1f674217362
-DIST jupyter_client-7.0.4.tar.gz 319415 BLAKE2B 
795e10680b0183e6628978cfe2633eaac9d1acf62ca8f72c17cd9d808e9971ec63a251adb7e2f5faaf98f51b06508b55a27686d5a77020cebd858daf61954de1
 SHA512 
47d17b1369edfe7cac7f2450299558122d88e341515b46992bee716c4bc23f870c131ca1fe86ec8f48f558c2c3ab5c26b05d473b37fd2dcd19c24bc44ba60c03
-DIST jupyter_client-7.0.5.tar.gz 319487 BLAKE2B 
d8c4e518fb165fbbe6b2de8bd8623d37c9fda6c002753b8a115d615b0c338a6411c4713b974210af45fc40a021bf687b3bc1e7e4f0717c510f569cb7eaf6d793
 SHA512 
37eba11585d40f52ca5c7a3bf275ee7cd86b049abee4b92b32eb6e667e6e5234b8c1dfeb1f67e8bd0d80ee1be1ccf87ffea9f5b5a5e60f217b07063a085c
 DIST jupyter_client-7.0.6.tar.gz 320572 BLAKE2B 
5c853fbdad3bc044ffaba27534d9bc4682797660cdb5d45121ae8f6cbf0fc5511c6a9fad14d26bd82daef17b32be14e51bf86c2ae672ed9b310141b29307ff9c
 SHA512 
c836ba061da0461d6d27eb0405ba295ff67bf2c99011a21c9695da139c0a14513de292cdfff3ee00c2e1029c2a51f95094ad875a5f9cdec2fd99c3c079526e3b

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild
deleted file mode 100644
index e190dd1ddc2..000
--- a/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~ppc ~ppc64 ~riscv ~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}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local deselect=(
-   
jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_signal_kernel_subprocesses
-   

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

2021-10-06 Thread Michał Górny
commit: f5c73703b15fd3f43fcd71586d3b1f169425c2af
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  6 07:18:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  6 07:18:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c73703

dev-python/jupyter_client: Bump to 7.0.6

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.0.6.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 8d488bb215b..df6bbedcc9b 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -4,3 +4,4 @@ DIST jupyter_client-7.0.2.tar.gz 317686 BLAKE2B 
f837d60c1013d6f7db7185112820bc40
 DIST jupyter_client-7.0.3.tar.gz 318420 BLAKE2B 
151cac17dd965f5a151e0de90cffda35d06943ef7548518f6bac9e977fa3efd02cceb30fc23b252c440541ac74a84396dc7a8787fffbbade8d91dcbc2d51781a
 SHA512 
eae57dd9c2fdd0301cdb53204dfc043a228fa606236ee1eca9e37f4d9d213efd080ec1292567431e24d73899db0833984ed4db933998817d03aff1f674217362
 DIST jupyter_client-7.0.4.tar.gz 319415 BLAKE2B 
795e10680b0183e6628978cfe2633eaac9d1acf62ca8f72c17cd9d808e9971ec63a251adb7e2f5faaf98f51b06508b55a27686d5a77020cebd858daf61954de1
 SHA512 
47d17b1369edfe7cac7f2450299558122d88e341515b46992bee716c4bc23f870c131ca1fe86ec8f48f558c2c3ab5c26b05d473b37fd2dcd19c24bc44ba60c03
 DIST jupyter_client-7.0.5.tar.gz 319487 BLAKE2B 
d8c4e518fb165fbbe6b2de8bd8623d37c9fda6c002753b8a115d615b0c338a6411c4713b974210af45fc40a021bf687b3bc1e7e4f0717c510f569cb7eaf6d793
 SHA512 
37eba11585d40f52ca5c7a3bf275ee7cd86b049abee4b92b32eb6e667e6e5234b8c1dfeb1f67e8bd0d80ee1be1ccf87ffea9f5b5a5e60f217b07063a085c
+DIST jupyter_client-7.0.6.tar.gz 320572 BLAKE2B 
5c853fbdad3bc044ffaba27534d9bc4682797660cdb5d45121ae8f6cbf0fc5511c6a9fad14d26bd82daef17b32be14e51bf86c2ae672ed9b310141b29307ff9c
 SHA512 
c836ba061da0461d6d27eb0405ba295ff67bf2c99011a21c9695da139c0a14513de292cdfff3ee00c2e1029c2a51f95094ad875a5f9cdec2fd99c3c079526e3b

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
new file mode 100644
index 000..737c392b752
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~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}]
+   )"
+
+distutils_enable_tests pytest
+
+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
+)



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

2021-09-29 Thread Michał Górny
commit: 611c1c0ebeeb077030e46652128789d6799679ef
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 29 21:27:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 29 21:59:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611c1c0e

dev-python/jupyter_client: Bump to 7.0.5

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.0.5.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 8b7715e2ea0..8d488bb215b 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -3,3 +3,4 @@ DIST jupyter_client-7.0.1.tar.gz 317467 BLAKE2B 
bcaa4f58071e0c90e81afb010a10ad22
 DIST jupyter_client-7.0.2.tar.gz 317686 BLAKE2B 
f837d60c1013d6f7db7185112820bc40fe55707403dd179c72c93d7f5a9c752436b8454e0ffb0a133c77a4a11e87ea310d86706145d0501a0ed83d36652cc278
 SHA512 
24684df13947077add0931fe9e8a2c2b629db120c1554123f36b7c9e736f502f9553c63813de93ff84733eb4a47eb0f5dd48961e3c18527fbd8fece23fbe6440
 DIST jupyter_client-7.0.3.tar.gz 318420 BLAKE2B 
151cac17dd965f5a151e0de90cffda35d06943ef7548518f6bac9e977fa3efd02cceb30fc23b252c440541ac74a84396dc7a8787fffbbade8d91dcbc2d51781a
 SHA512 
eae57dd9c2fdd0301cdb53204dfc043a228fa606236ee1eca9e37f4d9d213efd080ec1292567431e24d73899db0833984ed4db933998817d03aff1f674217362
 DIST jupyter_client-7.0.4.tar.gz 319415 BLAKE2B 
795e10680b0183e6628978cfe2633eaac9d1acf62ca8f72c17cd9d808e9971ec63a251adb7e2f5faaf98f51b06508b55a27686d5a77020cebd858daf61954de1
 SHA512 
47d17b1369edfe7cac7f2450299558122d88e341515b46992bee716c4bc23f870c131ca1fe86ec8f48f558c2c3ab5c26b05d473b37fd2dcd19c24bc44ba60c03
+DIST jupyter_client-7.0.5.tar.gz 319487 BLAKE2B 
d8c4e518fb165fbbe6b2de8bd8623d37c9fda6c002753b8a115d615b0c338a6411c4713b974210af45fc40a021bf687b3bc1e7e4f0717c510f569cb7eaf6d793
 SHA512 
37eba11585d40f52ca5c7a3bf275ee7cd86b049abee4b92b32eb6e667e6e5234b8c1dfeb1f67e8bd0d80ee1be1ccf87ffea9f5b5a5e60f217b07063a085c

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.5.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.5.ebuild
new file mode 100644
index 000..737c392b752
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.0.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~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}]
+   )"
+
+distutils_enable_tests pytest
+
+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
+)



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

2021-09-29 Thread Michał Górny
commit: 6e8043ef21ce03dc159e0ae96fa3f8d5c56ecf10
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 29 07:26:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 29 08:16:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8043ef

dev-python/jupyter_client: Bump to 7.0.4

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.0.4.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 694d6ecc3cc..8b7715e2ea0 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -2,3 +2,4 @@ DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a6
 DIST jupyter_client-7.0.1.tar.gz 317467 BLAKE2B 
bcaa4f58071e0c90e81afb010a10ad221793a186aba0e7ae233538c810b787e3a0bc734735cd20750500c9d74d6c5f548f7deaf3daa3e989d75b5f9cbb5344ee
 SHA512 
5665018294e87b0ae0fe58a7281e205e1668c3676f7092128f4c6ce8eb13e53983fc888508e913085beb29b13b1aa46307c4bf1c8c25bfe1f9efcfb7254bdf3a
 DIST jupyter_client-7.0.2.tar.gz 317686 BLAKE2B 
f837d60c1013d6f7db7185112820bc40fe55707403dd179c72c93d7f5a9c752436b8454e0ffb0a133c77a4a11e87ea310d86706145d0501a0ed83d36652cc278
 SHA512 
24684df13947077add0931fe9e8a2c2b629db120c1554123f36b7c9e736f502f9553c63813de93ff84733eb4a47eb0f5dd48961e3c18527fbd8fece23fbe6440
 DIST jupyter_client-7.0.3.tar.gz 318420 BLAKE2B 
151cac17dd965f5a151e0de90cffda35d06943ef7548518f6bac9e977fa3efd02cceb30fc23b252c440541ac74a84396dc7a8787fffbbade8d91dcbc2d51781a
 SHA512 
eae57dd9c2fdd0301cdb53204dfc043a228fa606236ee1eca9e37f4d9d213efd080ec1292567431e24d73899db0833984ed4db933998817d03aff1f674217362
+DIST jupyter_client-7.0.4.tar.gz 319415 BLAKE2B 
795e10680b0183e6628978cfe2633eaac9d1acf62ca8f72c17cd9d808e9971ec63a251adb7e2f5faaf98f51b06508b55a27686d5a77020cebd858daf61954de1
 SHA512 
47d17b1369edfe7cac7f2450299558122d88e341515b46992bee716c4bc23f870c131ca1fe86ec8f48f558c2c3ab5c26b05d473b37fd2dcd19c24bc44ba60c03

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.4.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.4.ebuild
new file mode 100644
index 000..737c392b752
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.0.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~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}]
+   )"
+
+distutils_enable_tests pytest
+
+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
+)



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

2021-09-26 Thread Sam James
commit: 06b7e785cc87937005e6f0db01f7ab2beff44afb
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 26 17:49:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 26 17:49:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b7e785

dev-python/jupyter_client: Stabilize 6.1.12 arm, #811939

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 95d2d5960e4..3050b2596a5 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-09-17 Thread Michał Górny
commit: e8195230f7694a60591be2fa8a2823488f101465
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 17 07:43:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 17 08:31:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8195230

dev-python/jupyter_client: Bump to 7.0.3

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.0.3.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 23169f86129..694d6ecc3cc 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,4 @@
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
 DIST jupyter_client-7.0.1.tar.gz 317467 BLAKE2B 
bcaa4f58071e0c90e81afb010a10ad221793a186aba0e7ae233538c810b787e3a0bc734735cd20750500c9d74d6c5f548f7deaf3daa3e989d75b5f9cbb5344ee
 SHA512 
5665018294e87b0ae0fe58a7281e205e1668c3676f7092128f4c6ce8eb13e53983fc888508e913085beb29b13b1aa46307c4bf1c8c25bfe1f9efcfb7254bdf3a
 DIST jupyter_client-7.0.2.tar.gz 317686 BLAKE2B 
f837d60c1013d6f7db7185112820bc40fe55707403dd179c72c93d7f5a9c752436b8454e0ffb0a133c77a4a11e87ea310d86706145d0501a0ed83d36652cc278
 SHA512 
24684df13947077add0931fe9e8a2c2b629db120c1554123f36b7c9e736f502f9553c63813de93ff84733eb4a47eb0f5dd48961e3c18527fbd8fece23fbe6440
+DIST jupyter_client-7.0.3.tar.gz 318420 BLAKE2B 
151cac17dd965f5a151e0de90cffda35d06943ef7548518f6bac9e977fa3efd02cceb30fc23b252c440541ac74a84396dc7a8787fffbbade8d91dcbc2d51781a
 SHA512 
eae57dd9c2fdd0301cdb53204dfc043a228fa606236ee1eca9e37f4d9d213efd080ec1292567431e24d73899db0833984ed4db933998817d03aff1f674217362

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.3.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.3.ebuild
new file mode 100644
index 000..737c392b752
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.0.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~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}]
+   )"
+
+distutils_enable_tests pytest
+
+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
+)



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

2021-09-13 Thread Sam James
commit: 8d7cad69ed5a8de009c4ac071a32f205fbe2c47a
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 14 05:16:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 14 05:16:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7cad69

dev-python/jupyter_client: Stabilize 6.1.12 sparc, #811939

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 9e0d8a537dc..95d2d5960e4 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-09-05 Thread Sam James
commit: 2faeacee1d19886950c783a98e0dc1afe03279c6
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep  6 00:17:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  6 00:17:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2faeacee

dev-python/jupyter_client: Keyword 7.0.2 s390, #808378

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.2.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.2.ebuild
index e190dd1ddc2..491cbc179b6 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.2.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-09-05 Thread Sam James
commit: 8e8aabb304dacf166b6f5d36e180efe723b524ec
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep  6 00:17:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  6 00:17:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8aabb3

dev-python/jupyter_client: Keyword 6.1.12 s390, #808378

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 184cbfebb3e..9e0d8a537dc 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-08-30 Thread Michał Górny
commit: 400077cc3dbf185b520506c8c3f1a8f80668ecbb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 30 21:23:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 30 21:41:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400077cc

dev-python/jupyter_client: Bump to 7.0.2

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.0.2.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index af17171e111..23169f86129 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
 DIST jupyter_client-7.0.1.tar.gz 317467 BLAKE2B 
bcaa4f58071e0c90e81afb010a10ad221793a186aba0e7ae233538c810b787e3a0bc734735cd20750500c9d74d6c5f548f7deaf3daa3e989d75b5f9cbb5344ee
 SHA512 
5665018294e87b0ae0fe58a7281e205e1668c3676f7092128f4c6ce8eb13e53983fc888508e913085beb29b13b1aa46307c4bf1c8c25bfe1f9efcfb7254bdf3a
+DIST jupyter_client-7.0.2.tar.gz 317686 BLAKE2B 
f837d60c1013d6f7db7185112820bc40fe55707403dd179c72c93d7f5a9c752436b8454e0ffb0a133c77a4a11e87ea310d86706145d0501a0ed83d36652cc278
 SHA512 
24684df13947077add0931fe9e8a2c2b629db120c1554123f36b7c9e736f502f9553c63813de93ff84733eb4a47eb0f5dd48961e3c18527fbd8fece23fbe6440

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.2.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.2.ebuild
new file mode 100644
index 000..e190dd1ddc2
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.0.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~ppc ~ppc64 ~riscv ~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}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   
jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_signal_kernel_subprocesses
+   
jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_async_signal_kernel_subprocesses
+   )
+   epytest ${deselect[@]/#/--deselect }
+}



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

2021-08-23 Thread Marek Szuba
commit: 79a9791f733eedb53908335d39f69813c75b3b5a
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug 24 00:05:30 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug 24 00:05:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a9791f

dev-python/jupyter_client: keyword 7.0.1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild
index 1ea8114ff2d..e190dd1ddc2 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-08-20 Thread Michał Górny
commit: d7c6320fa73792efdfda812510c4c72d92f7d75d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 20 06:22:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 20 07:17:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c6320f

dev-python/jupyter_client: Remove old

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

 dev-python/jupyter_client/Manifest |  1 -
 .../jupyter_client/jupyter_client-7.0.0.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 14177c84763..af17171e111 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,2 @@
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
-DIST jupyter_client-7.0.0.tar.gz 317271 BLAKE2B 
446b0b5dfea840a2faf25445217d870654836cd1e63057d9fb8e596960da1528684ec51b452d1059ab83317ff9da3c65cf5c8b14c3f2cfbba7dbcfdeec0e31b5
 SHA512 
dadcd06a4c63e441c60edc9fb8ed49d14a1309822042d7f8cbc48943d394da720117ca829fe38e419f775025cdb01227e47f077f89f8ce5403efbeb1a1d1ef2c
 DIST jupyter_client-7.0.1.tar.gz 317467 BLAKE2B 
bcaa4f58071e0c90e81afb010a10ad221793a186aba0e7ae233538c810b787e3a0bc734735cd20750500c9d74d6c5f548f7deaf3daa3e989d75b5f9cbb5344ee
 SHA512 
5665018294e87b0ae0fe58a7281e205e1668c3676f7092128f4c6ce8eb13e53983fc888508e913085beb29b13b1aa46307c4bf1c8c25bfe1f9efcfb7254bdf3a

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.0.ebuild
deleted file mode 100644
index 1cd1c8e4bf3..000
--- a/dev-python/jupyter_client/jupyter_client-7.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~ppc ~ppc64 ~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}]
-   )"
-
-distutils_enable_tests pytest



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

2021-08-20 Thread Michał Górny
commit: 375123a01485ed6d80b39f70708815707d3c1153
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 20 06:01:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 20 07:16:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375123a0

dev-python/jupyter_client: Bump to 7.0.1

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.0.1.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index c085884a134..14177c84763 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
 DIST jupyter_client-7.0.0.tar.gz 317271 BLAKE2B 
446b0b5dfea840a2faf25445217d870654836cd1e63057d9fb8e596960da1528684ec51b452d1059ab83317ff9da3c65cf5c8b14c3f2cfbba7dbcfdeec0e31b5
 SHA512 
dadcd06a4c63e441c60edc9fb8ed49d14a1309822042d7f8cbc48943d394da720117ca829fe38e419f775025cdb01227e47f077f89f8ce5403efbeb1a1d1ef2c
+DIST jupyter_client-7.0.1.tar.gz 317467 BLAKE2B 
bcaa4f58071e0c90e81afb010a10ad221793a186aba0e7ae233538c810b787e3a0bc734735cd20750500c9d74d6c5f548f7deaf3daa3e989d75b5f9cbb5344ee
 SHA512 
5665018294e87b0ae0fe58a7281e205e1668c3676f7092128f4c6ce8eb13e53983fc888508e913085beb29b13b1aa46307c4bf1c8c25bfe1f9efcfb7254bdf3a

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild
new file mode 100644
index 000..1ea8114ff2d
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~ppc ~ppc64 ~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}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   
jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_signal_kernel_subprocesses
+   
jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_async_signal_kernel_subprocesses
+   )
+   epytest ${deselect[@]/#/--deselect }
+}



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

2021-08-19 Thread Michał Górny
commit: 1c7d7f683ed46b4925728f131f47724e96b5cf08
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 19 21:39:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 19 21:53:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7d7f68

dev-python/jupyter_client: Bump to 7.0.0

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.0.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index aeab6a212aa..c085884a134 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1 +1,2 @@
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
+DIST jupyter_client-7.0.0.tar.gz 317271 BLAKE2B 
446b0b5dfea840a2faf25445217d870654836cd1e63057d9fb8e596960da1528684ec51b452d1059ab83317ff9da3c65cf5c8b14c3f2cfbba7dbcfdeec0e31b5
 SHA512 
dadcd06a4c63e441c60edc9fb8ed49d14a1309822042d7f8cbc48943d394da720117ca829fe38e419f775025cdb01227e47f077f89f8ce5403efbeb1a1d1ef2c

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.0.ebuild
new file mode 100644
index 000..1cd1c8e4bf3
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~ppc ~ppc64 ~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}]
+   )"
+
+distutils_enable_tests pytest



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

2021-08-09 Thread Sam James
commit: cf9944ebf01b98c3b317507e945ab54790413866
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 10 05:00:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 10 05:00:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9944eb

dev-python/jupyter_client: Stabilize 6.1.12 ppc64, #803725

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 7d69c161584..184cbfebb3e 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-07-01 Thread Michał Górny
commit: 27cf788de756400bae1499c4b927ec1d320184c2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  1 12:43:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  1 14:41:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cf788d

dev-python/jupyter_client: Port to py3.10

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

 dev-python/jupyter_client/jupyter_client-6.1.12.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 471acf5b007..acb5d8bdd8a 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -1,12 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="threads(+)"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
 inherit distutils-r1
 
 DESCRIPTION="Jupyter protocol implementation and client libraries"



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

2021-07-01 Thread Michał Górny
commit: 8cfc4c47295fa69d977f69228c51acd6909f1ba2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  1 14:18:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  1 14:41:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cfc4c47

dev-python/jupyter_client: Skip more failing tests

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

 dev-python/jupyter_client/jupyter_client-6.1.12.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 8743d8a2275..471acf5b007 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -33,3 +33,11 @@ BDEPEND="
)"
 
 distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   
jupyter_client/tests/test_kernelmanager.py::TestAsyncKernelManager::test_signal_kernel_subprocesses
+   
jupyter_client/tests/test_kernelmanager.py::TestAsyncKernelManager::test_start_new_async_kernel
+   )
+   epytest ${deselect[@]/#/--deselect }
+}



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

2021-05-19 Thread Michał Górny
commit: 1ac710f168cda1e1dad6cb74f4536aa54dff47bd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 19 17:45:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 19 18:21:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac710f1

dev-python/jupyter_client: Remove old

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

 dev-python/jupyter_client/Manifest |  1 -
 .../jupyter_client/jupyter_client-6.1.11.ebuild| 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 01d6e644887..aeab6a212aa 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1 @@
-DIST jupyter_client-6.1.11.tar.gz 293651 BLAKE2B 
73a8567927c452a6a6a591eed04d592c6bb52211214e6d27ae816a2ce07a61c3f80991a2209b42c1d679ff6d3ead564f6ac97e6500473e0e5bd86bad83db07c1
 SHA512 
3cd6c3d299ea7097b04ad88b08dad8c23d90c5feee18bf441434a6069151b85717c4d00d2c186c463995d26383442c4f63c86565b1606e60afb61426515f9a11
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.11.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.11.ebuild
deleted file mode 100644
index e8fe30f2796..000
--- a/dev-python/jupyter_client/jupyter_client-6.1.11.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE="threads(+)"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-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 arm64 x86"
-
-RDEPEND="
-   dev-python/async_generator[${PYTHON_USEDEP}]
-   dev-python/jupyter_core[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-   www-servers/tornado[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   

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

2021-05-19 Thread Sam James
commit: d779d49338bee825718910c9e646a89221564539
Author: Sam James  gentoo  org>
AuthorDate: Wed May 19 17:21:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 19 17:21:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d779d493

dev-python/jupyter_client: Stabilize 6.1.12 ALLARCHES, #790905

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 8f92382aed2..e8fe30f2796 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-05-10 Thread Michał Górny
commit: 61befcb0f12cfadc2fd43ee470198b58bed7558e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 10 07:33:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 10 18:01:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61befcb0

dev-python/jupyter_client: Upstream has withdrawn 6.2.0

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

 dev-python/jupyter_client/Manifest |  1 -
 .../jupyter_client/jupyter_client-6.2.0.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index dc9140d73e9..01d6e644887 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,2 @@
 DIST jupyter_client-6.1.11.tar.gz 293651 BLAKE2B 
73a8567927c452a6a6a591eed04d592c6bb52211214e6d27ae816a2ce07a61c3f80991a2209b42c1d679ff6d3ead564f6ac97e6500473e0e5bd86bad83db07c1
 SHA512 
3cd6c3d299ea7097b04ad88b08dad8c23d90c5feee18bf441434a6069151b85717c4d00d2c186c463995d26383442c4f63c86565b1606e60afb61426515f9a11
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
-DIST jupyter_client-6.2.0.tar.gz 300319 BLAKE2B 
2c6451afbf011ddfcc165d6a74368e4e035575345cc0c41ed1da785407ffee10010258ff741c4b81f2e263148d70fe1861cede1b2dff2ff22db4e49f198fee3b
 SHA512 
2bf31139ad4a2553b99028e14b395c5571e5e8d89c1a93f23f5429eb1663d4f1b2071ad38ee0db82979601b38e7f7ece3d70616e07079fd86a5a0c4d42ac0e06

diff --git a/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
deleted file mode 100644
index 5b2e5eb3889..000
--- a/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE="threads(+)"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-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 arm64 x86"
-
-RDEPEND="
-   dev-python/async_generator[${PYTHON_USEDEP}]
-   dev-python/jupyter_core[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-   www-servers/tornado[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   

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

2021-04-17 Thread Sam James
commit: e35c0a6593002c95081e1defa472f8950a058879
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 01:47:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 01:47:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35c0a65

dev-python/jupyter_client: Stabilize 6.2.0 arm64, #783309

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
index e982ea2430e..5b2e5eb3889 100644
--- a/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-04-17 Thread Sam James
commit: 73bb6ed03fa5b862dbfcdb738a2df4b5e01ad50b
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 01:43:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 01:43:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73bb6ed0

dev-python/jupyter_client: Stabilize 6.2.0 amd64, #783309

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
index 3f90074f66a..e982ea2430e 100644
--- a/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-04-17 Thread Sam James
commit: 04e48b5072903b4fccb97eade88a2777d3f7aead
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 01:40:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 01:40:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e48b50

dev-python/jupyter_client: Stabilize 6.2.0 x86, #783309

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
index eb609072c05..3f90074f66a 100644
--- a/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-04-13 Thread Michał Górny
commit: a1c6701db0ed0130a1d572682aeb31775cb74696
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 13 07:38:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 13 09:05:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c6701d

dev-python/jupyter_client: Bump to 6.2.0

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-6.2.0.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 5ce850c0ef4..a25af9e7014 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,4 @@
 DIST jupyter_client-6.1.11.tar.gz 293651 BLAKE2B 
73a8567927c452a6a6a591eed04d592c6bb52211214e6d27ae816a2ce07a61c3f80991a2209b42c1d679ff6d3ead564f6ac97e6500473e0e5bd86bad83db07c1
 SHA512 
3cd6c3d299ea7097b04ad88b08dad8c23d90c5feee18bf441434a6069151b85717c4d00d2c186c463995d26383442c4f63c86565b1606e60afb61426515f9a11
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
 DIST jupyter_client-6.1.13.tar.gz 299928 BLAKE2B 
8320d4e01807dfadbd4a010c62422ffab5d28b4902c21d7339aacbae02acabfd6df879c036b64ac2bb0847676a4724fce8f590cbd4a584fbc23fe90e187c27e1
 SHA512 
3419dd8a88ca17fb4e1638a5f9c82fec77e0c84a80fcaca0fc168eec22bb249881b3867a547aa215ae6abc6f832ed03010e8fb51873132ef51aeb403d7b133b7
+DIST jupyter_client-6.2.0.tar.gz 300319 BLAKE2B 
2c6451afbf011ddfcc165d6a74368e4e035575345cc0c41ed1da785407ffee10010258ff741c4b81f2e263148d70fe1861cede1b2dff2ff22db4e49f198fee3b
 SHA512 
2bf31139ad4a2553b99028e14b395c5571e5e8d89c1a93f23f5429eb1663d4f1b2071ad38ee0db82979601b38e7f7ece3d70616e07079fd86a5a0c4d42ac0e06

diff --git a/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
new file mode 100644
index 000..eb609072c05
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="threads(+)"
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+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 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/async_generator[${PYTHON_USEDEP}]
+   dev-python/jupyter_core[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   

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

2021-04-13 Thread Michał Górny
commit: 562fb1bd2a85fd7e2351440c9c94eb35c8da13c8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 13 07:39:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 13 09:05:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562fb1bd

dev-python/jupyter_client: Remove 6.1.13 (broken)

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

 dev-python/jupyter_client/Manifest |  1 -
 .../jupyter_client/jupyter_client-6.1.13.ebuild| 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index a25af9e7014..dc9140d73e9 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,4 +1,3 @@
 DIST jupyter_client-6.1.11.tar.gz 293651 BLAKE2B 
73a8567927c452a6a6a591eed04d592c6bb52211214e6d27ae816a2ce07a61c3f80991a2209b42c1d679ff6d3ead564f6ac97e6500473e0e5bd86bad83db07c1
 SHA512 
3cd6c3d299ea7097b04ad88b08dad8c23d90c5feee18bf441434a6069151b85717c4d00d2c186c463995d26383442c4f63c86565b1606e60afb61426515f9a11
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
-DIST jupyter_client-6.1.13.tar.gz 299928 BLAKE2B 
8320d4e01807dfadbd4a010c62422ffab5d28b4902c21d7339aacbae02acabfd6df879c036b64ac2bb0847676a4724fce8f590cbd4a584fbc23fe90e187c27e1
 SHA512 
3419dd8a88ca17fb4e1638a5f9c82fec77e0c84a80fcaca0fc168eec22bb249881b3867a547aa215ae6abc6f832ed03010e8fb51873132ef51aeb403d7b133b7
 DIST jupyter_client-6.2.0.tar.gz 300319 BLAKE2B 
2c6451afbf011ddfcc165d6a74368e4e035575345cc0c41ed1da785407ffee10010258ff741c4b81f2e263148d70fe1861cede1b2dff2ff22db4e49f198fee3b
 SHA512 
2bf31139ad4a2553b99028e14b395c5571e5e8d89c1a93f23f5429eb1663d4f1b2071ad38ee0db82979601b38e7f7ece3d70616e07079fd86a5a0c4d42ac0e06

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.13.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.13.ebuild
deleted file mode 100644
index eb609072c05..000
--- a/dev-python/jupyter_client/jupyter_client-6.1.13.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE="threads(+)"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-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 ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/async_generator[${PYTHON_USEDEP}]
-   dev-python/jupyter_core[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-   www-servers/tornado[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   

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

2021-04-07 Thread Michał Górny
commit: 9e45ce49605b93d545259adf5071614679428e0b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  7 22:42:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  7 23:11:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e45ce49

dev-python/jupyter_client: Bump to 6.1.13

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-6.1.13.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 01d6e644887..5ce850c0ef4 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_client-6.1.11.tar.gz 293651 BLAKE2B 
73a8567927c452a6a6a591eed04d592c6bb52211214e6d27ae816a2ce07a61c3f80991a2209b42c1d679ff6d3ead564f6ac97e6500473e0e5bd86bad83db07c1
 SHA512 
3cd6c3d299ea7097b04ad88b08dad8c23d90c5feee18bf441434a6069151b85717c4d00d2c186c463995d26383442c4f63c86565b1606e60afb61426515f9a11
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
+DIST jupyter_client-6.1.13.tar.gz 299928 BLAKE2B 
8320d4e01807dfadbd4a010c62422ffab5d28b4902c21d7339aacbae02acabfd6df879c036b64ac2bb0847676a4724fce8f590cbd4a584fbc23fe90e187c27e1
 SHA512 
3419dd8a88ca17fb4e1638a5f9c82fec77e0c84a80fcaca0fc168eec22bb249881b3867a547aa215ae6abc6f832ed03010e8fb51873132ef51aeb403d7b133b7

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.13.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.13.ebuild
new file mode 100644
index 000..eb609072c05
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-6.1.13.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="threads(+)"
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+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 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/async_generator[${PYTHON_USEDEP}]
+   dev-python/jupyter_core[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   

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

2021-03-14 Thread Michał Górny
commit: 97268176352f52f2ed50a716cdb1b032180a2686
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 14 07:48:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 14 07:48:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97268176

dev-python/jupyter_client: Bump to 6.1.12

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-6.1.12.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 05523cebb23..01d6e644887 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1 +1,2 @@
 DIST jupyter_client-6.1.11.tar.gz 293651 BLAKE2B 
73a8567927c452a6a6a591eed04d592c6bb52211214e6d27ae816a2ce07a61c3f80991a2209b42c1d679ff6d3ead564f6ac97e6500473e0e5bd86bad83db07c1
 SHA512 
3cd6c3d299ea7097b04ad88b08dad8c23d90c5feee18bf441434a6069151b85717c4d00d2c186c463995d26383442c4f63c86565b1606e60afb61426515f9a11
+DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
new file mode 100644
index 000..8f92382aed2
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="threads(+)"
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+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 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/async_generator[${PYTHON_USEDEP}]
+   dev-python/jupyter_core[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   

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

2021-02-19 Thread Michał Górny
commit: f1528904b9ad123f114b0233e4d22a7fe838bbff
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 19 08:56:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 19 08:57:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1528904

dev-python/jupyter_client: Remove old

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

 dev-python/jupyter_client/Manifest |  2 --
 .../files/jupyter_client-6.1.6-msgpack-1.patch | 28 
 .../jupyter_client/jupyter_client-6.1.10.ebuild| 35 
 .../jupyter_client/jupyter_client-6.1.6-r2.ebuild  | 38 --
 4 files changed, 103 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 4a81c337ade..05523cebb23 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1 @@
-DIST jupyter_client-6.1.10.tar.gz 293620 BLAKE2B 
87052ae5b07195a6a51d6308b06d0543850e23a7494602c61811270b8eea619b9337ee0e9069f9d905f1397aa5fc48710b5a894b21fb0328d397168508d34dbc
 SHA512 
8a6d63b95e95e3230882ea67892fe87a24b43d0e85aa910ff8056c2067bb2bc2640d1896f851d0441234f9db27c2a876925988d141b2ed35287ae3e0e5b1eacb
 DIST jupyter_client-6.1.11.tar.gz 293651 BLAKE2B 
73a8567927c452a6a6a591eed04d592c6bb52211214e6d27ae816a2ce07a61c3f80991a2209b42c1d679ff6d3ead564f6ac97e6500473e0e5bd86bad83db07c1
 SHA512 
3cd6c3d299ea7097b04ad88b08dad8c23d90c5feee18bf441434a6069151b85717c4d00d2c186c463995d26383442c4f63c86565b1606e60afb61426515f9a11
-DIST jupyter_client-6.1.6.tar.gz 292265 BLAKE2B 
46f5b814577c8b1351ce42eb3de4a3032bb2917512f0c9cfc07fddc991698e192b628c03a9ce0d98817dfebcf4af0386fa4ee656b524f54c36de64781af3b8dd
 SHA512 
9a443a2b4a86d823d1403a05d359b50ca95efb8e1dd992d331699e3fe2b46e5d4190cc55aa5d110a384fc0bb94abceaa4e36f67c0f7ce5a33f9ef3b11e682522

diff --git 
a/dev-python/jupyter_client/files/jupyter_client-6.1.6-msgpack-1.patch 
b/dev-python/jupyter_client/files/jupyter_client-6.1.6-msgpack-1.patch
deleted file mode 100644
index 34a95d04ac7..000
--- a/dev-python/jupyter_client/files/jupyter_client-6.1.6-msgpack-1.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From bb973fa33952c1a803097852c031b3979dae607c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Tue, 22 Dec 2020 09:38:13 +0100
-Subject: [PATCH] Fix test_session with msgpack-1
-
-Replace the encoding parameter with raw=False to fix test_session
-with msgpack-1.0.0+.  The encoding parameter was already deprecated
-in msgpack-0.6.2, and raw=False is compatible with that version too.

- jupyter_client/tests/test_session.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/jupyter_client/tests/test_session.py 
b/jupyter_client/tests/test_session.py
-index d0ec662..45be9a9 100644
 a/jupyter_client/tests/test_session.py
-+++ b/jupyter_client/tests/test_session.py
-@@ -304,7 +304,7 @@ class TestSession(SessionTestCase):
- 
- session = ss.Session(
- pack=msgpack.packb,
--unpack=lambda buf: msgpack.unpackb(buf, encoding='utf8'),
-+unpack=lambda buf: msgpack.unpackb(buf, raw=False),
- )
- self._datetime_test(session)
- 
--- 
-2.29.2
-

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.10.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.10.ebuild
deleted file mode 100644
index 3b7ac8d7e06..000
--- a/dev-python/jupyter_client/jupyter_client-6.1.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE="threads(+)"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-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 ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/async_generator[${PYTHON_USEDEP}]
-   =dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-   www-servers/tornado[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.6-r2.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.6-r2.ebuild
deleted file mode 100644
index 50c5df6246e..000
--- a/dev-python/jupyter_client/jupyter_client-6.1.6-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE="threads(+)"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Jupyter protocol implementation and client 

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

2021-02-18 Thread Sam James
commit: 42073bcd23a6d15904e5cf21b8a13d634c8ea26c
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 19 03:36:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 19 03:36:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42073bcd

dev-python/jupyter_client: Stabilize 6.1.11 ALLARCHES, #771423

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.11.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.11.ebuild
index 8f92382aed2..e8fe30f2796 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.11.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.11.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-01-09 Thread Michał Górny
commit: 335aba9bb1cbebfbc7a17f5a4d7dfb1992656ec5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  9 17:32:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  9 17:32:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335aba9b

dev-python/jupyter_client: Bump to 6.1.11

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-6.1.11.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index a3f87c83a38..4a81c337ade 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_client-6.1.10.tar.gz 293620 BLAKE2B 
87052ae5b07195a6a51d6308b06d0543850e23a7494602c61811270b8eea619b9337ee0e9069f9d905f1397aa5fc48710b5a894b21fb0328d397168508d34dbc
 SHA512 
8a6d63b95e95e3230882ea67892fe87a24b43d0e85aa910ff8056c2067bb2bc2640d1896f851d0441234f9db27c2a876925988d141b2ed35287ae3e0e5b1eacb
+DIST jupyter_client-6.1.11.tar.gz 293651 BLAKE2B 
73a8567927c452a6a6a591eed04d592c6bb52211214e6d27ae816a2ce07a61c3f80991a2209b42c1d679ff6d3ead564f6ac97e6500473e0e5bd86bad83db07c1
 SHA512 
3cd6c3d299ea7097b04ad88b08dad8c23d90c5feee18bf441434a6069151b85717c4d00d2c186c463995d26383442c4f63c86565b1606e60afb61426515f9a11
 DIST jupyter_client-6.1.6.tar.gz 292265 BLAKE2B 
46f5b814577c8b1351ce42eb3de4a3032bb2917512f0c9cfc07fddc991698e192b628c03a9ce0d98817dfebcf4af0386fa4ee656b524f54c36de64781af3b8dd
 SHA512 
9a443a2b4a86d823d1403a05d359b50ca95efb8e1dd992d331699e3fe2b46e5d4190cc55aa5d110a384fc0bb94abceaa4e36f67c0f7ce5a33f9ef3b11e682522

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.11.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.11.ebuild
new file mode 100644
index 000..8f92382aed2
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-6.1.11.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="threads(+)"
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+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 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/async_generator[${PYTHON_USEDEP}]
+   dev-python/jupyter_core[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   

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

2021-01-09 Thread Michał Górny
commit: f783485027ed2ff434d527ea8f724607c7da4c8a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  9 07:44:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  9 08:07:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7834850

dev-python/jupyter_client: Bump to 6.1.10

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-6.1.10.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 366d8f09485..a3f87c83a38 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1 +1,2 @@
+DIST jupyter_client-6.1.10.tar.gz 293620 BLAKE2B 
87052ae5b07195a6a51d6308b06d0543850e23a7494602c61811270b8eea619b9337ee0e9069f9d905f1397aa5fc48710b5a894b21fb0328d397168508d34dbc
 SHA512 
8a6d63b95e95e3230882ea67892fe87a24b43d0e85aa910ff8056c2067bb2bc2640d1896f851d0441234f9db27c2a876925988d141b2ed35287ae3e0e5b1eacb
 DIST jupyter_client-6.1.6.tar.gz 292265 BLAKE2B 
46f5b814577c8b1351ce42eb3de4a3032bb2917512f0c9cfc07fddc991698e192b628c03a9ce0d98817dfebcf4af0386fa4ee656b524f54c36de64781af3b8dd
 SHA512 
9a443a2b4a86d823d1403a05d359b50ca95efb8e1dd992d331699e3fe2b46e5d4190cc55aa5d110a384fc0bb94abceaa4e36f67c0f7ce5a33f9ef3b11e682522

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.10.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.10.ebuild
new file mode 100644
index 000..3b7ac8d7e06
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-6.1.10.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="threads(+)"
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+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 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/async_generator[${PYTHON_USEDEP}]
+   =dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]"
+DEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



  1   2   >