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

2024-07-12 Thread Michał Górny
commit: 86764f7b51b14dceb280f85a336967821456dd53
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 12 09:16:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 12 10:36:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86764f7b

dev-python/nbclient: Enable py3.13

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

 .../nbclient/files/nbclient-0.10.0-py313.patch | 35 ++
 dev-python/nbclient/nbclient-0.10.0.ebuild |  7 -
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/dev-python/nbclient/files/nbclient-0.10.0-py313.patch 
b/dev-python/nbclient/files/nbclient-0.10.0-py313.patch
new file mode 100644
index ..1403cd0e0513
--- /dev/null
+++ b/dev-python/nbclient/files/nbclient-0.10.0-py313.patch
@@ -0,0 +1,35 @@
+From 5765bfd8bdcf8851997e1dce5cd564e1a573 Mon Sep 17 00:00:00 2001
+From: Lumir Balhar 
+Date: Wed, 3 Jul 2024 14:21:41 +0200
+Subject: [PATCH] Fix compatibility with Python 3.13 beta 2
+
+There are more calls in 3.13 than in previous versions
+so the tests are now more permissive.
+
+Fixes: https://github.com/jupyter/nbclient/issues/316
+---
+ tests/test_cli.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/test_cli.py b/tests/test_cli.py
+index 04b9887..55ccbd6 100644
+--- a/tests/test_cli.py
 b/tests/test_cli.py
+@@ -60,7 +60,7 @@ def test_mult(input_names, relative, inplace, jupyterapp, 
client, reader, writer
+ # add suffix if needed
+ paths = [p.with_suffix(".ipynb") for p in paths]
+ 
+-assert path_open.mock_calls[::3] == [call(p) for p in paths]
++assert all(call(p) in path_open.mock_calls for p in paths)
+ assert reader.call_count == len(paths)
+ # assert reader.mock_calls == [call(p, as_version=4) for p in paths]
+ 
+@@ -114,7 +114,7 @@ def test_output(input_names, relative, output_base, 
jupyterapp, client, reader,
+ # add suffix if needed
+ paths = [p.with_suffix(".ipynb") for p in paths]
+ 
+-assert path_open.mock_calls[::3] == [call(p) for p in paths]
++assert all(call(p) in path_open.mock_calls for p in paths)
+ assert reader.call_count == len(paths)
+ 
+ expected = []

diff --git a/dev-python/nbclient/nbclient-0.10.0.ebuild 
b/dev-python/nbclient/nbclient-0.10.0.ebuild
index 927821177ce1..2ae636b41d3d 100644
--- a/dev-python/nbclient/nbclient-0.10.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.10.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 
@@ -41,6 +41,11 @@ BDEPEND="
 EPYTEST_XDIST=1
 distutils_enable_tests pytest
 
+PATCHES=(
+   # https://github.com/jupyter/nbclient/pull/317
+   "${FILESDIR}/${P}-py313.patch"
+)
+
 python_test() {
local EPYTEST_DESELECT=(
# hangs?



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

2024-03-30 Thread Michał Górny
commit: 551328918648194cacc81b20139d106ad9cb398f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:58:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:58:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55132891

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest  |  2 --
 dev-python/nbclient/nbclient-0.9.0.ebuild | 47 ---
 dev-python/nbclient/nbclient-0.9.1.ebuild | 47 ---
 3 files changed, 96 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index fd7ff0ce09da..75f383a77563 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,3 +1 @@
 DIST nbclient-0.10.0.tar.gz 62246 BLAKE2B 
4fdbbceb6f37c0f96a448c343d910c8ac988ed337590c9f8068eee328fbc7f58c882b15a8b0f7fe03491a8751512ad76497d3a0e8a19783ef24001acd901bd67
 SHA512 
1635c8af91839b9e651fbada7aca3699ebf92c0f4f7f47d9901f9977f56f2b31113c1229d1512bdb200c6c729e1e965649031729a60229d463e6b39f75ac9dc2
-DIST nbclient-0.9.0.tar.gz 60606 BLAKE2B 
a734e317cd71f4199a87af0ea6c7a8a9982c60c4e690eeb99dbe4681ed7d9f8a45ae064bb8b92acf084da722ccbec36bbedb7ddc61577103be1492745f84cd9a
 SHA512 
dc6409e1f765e01978f7e5417269d82c2a001dc9a642f474b4d5cd28e34c969a68ae956aed55df3e82315bd457320e2bd25cbc13af2ea1f59a46f9d327d5eef2
-DIST nbclient-0.9.1.tar.gz 60854 BLAKE2B 
eff4b563e78c1b5a5590900ce03b443b2334f68375eae18d58635b541bc7e9cb917e90d622ef285550c5b88c627fddfac3dc34aa1d11776bfd5bb686043c423a
 SHA512 
8388b9ff390c60ab44f12c29fa8662c7751cbb6a7d0683fe2e3f01ea93c6e95480f2199433aac4be527f81466f7dd040c7ce4464dd8e1f06884031e60953ba80

diff --git a/dev-python/nbclient/nbclient-0.9.0.ebuild 
b/dev-python/nbclient/nbclient-0.9.0.ebuild
deleted file mode 100644
index 7f158b6d20c0..
--- a/dev-python/nbclient/nbclient-0.9.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   >=dev-python/ipykernel-6.19.3[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/nbconvert[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # hangs?
-   'tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
-)

diff --git a/dev-python/nbclient/nbclient-0.9.1.ebuild 
b/dev-python/nbclient/nbclient-0.9.1.ebuild
deleted file mode 100644
index 4a6655346995..
--- a/dev-python/nbclient/nbclient-0.9.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   >=dev-python/ipykernel-6.19.3[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/nbconvert[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-

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

2024-03-30 Thread Michał Górny
commit: 8970295d6e27f7b12b5390b3c59191ef2872ab66
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:52:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:53:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8970295d

dev-python/nbclient: Stabilize 0.10.0 ALLARCHES, #928201

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

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

diff --git a/dev-python/nbclient/nbclient-0.10.0.ebuild 
b/dev-python/nbclient/nbclient-0.10.0.ebuild
index b33580f67de1..927821177ce1 100644
--- a/dev-python/nbclient/nbclient-0.10.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.10.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]



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

2024-03-12 Thread Michał Górny
commit: a44bf4ac8381b2e2d41bef51b0bca597569c3f41
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 13 06:45:33 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 13 06:51:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44bf4ac

dev-python/nbclient: Bump to 0.9.1

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.9.1.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 48bfca2bb957..fd7ff0ce09da 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1,3 @@
 DIST nbclient-0.10.0.tar.gz 62246 BLAKE2B 
4fdbbceb6f37c0f96a448c343d910c8ac988ed337590c9f8068eee328fbc7f58c882b15a8b0f7fe03491a8751512ad76497d3a0e8a19783ef24001acd901bd67
 SHA512 
1635c8af91839b9e651fbada7aca3699ebf92c0f4f7f47d9901f9977f56f2b31113c1229d1512bdb200c6c729e1e965649031729a60229d463e6b39f75ac9dc2
 DIST nbclient-0.9.0.tar.gz 60606 BLAKE2B 
a734e317cd71f4199a87af0ea6c7a8a9982c60c4e690eeb99dbe4681ed7d9f8a45ae064bb8b92acf084da722ccbec36bbedb7ddc61577103be1492745f84cd9a
 SHA512 
dc6409e1f765e01978f7e5417269d82c2a001dc9a642f474b4d5cd28e34c969a68ae956aed55df3e82315bd457320e2bd25cbc13af2ea1f59a46f9d327d5eef2
+DIST nbclient-0.9.1.tar.gz 60854 BLAKE2B 
eff4b563e78c1b5a5590900ce03b443b2334f68375eae18d58635b541bc7e9cb917e90d622ef285550c5b88c627fddfac3dc34aa1d11776bfd5bb686043c423a
 SHA512 
8388b9ff390c60ab44f12c29fa8662c7751cbb6a7d0683fe2e3f01ea93c6e95480f2199433aac4be527f81466f7dd040c7ce4464dd8e1f06884031e60953ba80

diff --git a/dev-python/nbclient/nbclient-0.9.1.ebuild 
b/dev-python/nbclient/nbclient-0.9.1.ebuild
new file mode 100644
index ..4a6655346995
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.9.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   >=dev-python/ipykernel-6.19.3[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # hangs?
+   'tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)



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

2024-03-12 Thread Michał Górny
commit: 469a4f7e5062d552ae3d195cd4845c7420aedf2e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 13 06:24:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 13 06:51:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469a4f7e

dev-python/nbclient: Bump to 0.10.0

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

 dev-python/nbclient/Manifest   |  1 +
 dev-python/nbclient/nbclient-0.10.0.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 24148a463efb..48bfca2bb957 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1 +1,2 @@
+DIST nbclient-0.10.0.tar.gz 62246 BLAKE2B 
4fdbbceb6f37c0f96a448c343d910c8ac988ed337590c9f8068eee328fbc7f58c882b15a8b0f7fe03491a8751512ad76497d3a0e8a19783ef24001acd901bd67
 SHA512 
1635c8af91839b9e651fbada7aca3699ebf92c0f4f7f47d9901f9977f56f2b31113c1229d1512bdb200c6c729e1e965649031729a60229d463e6b39f75ac9dc2
 DIST nbclient-0.9.0.tar.gz 60606 BLAKE2B 
a734e317cd71f4199a87af0ea6c7a8a9982c60c4e690eeb99dbe4681ed7d9f8a45ae064bb8b92acf084da722ccbec36bbedb7ddc61577103be1492745f84cd9a
 SHA512 
dc6409e1f765e01978f7e5417269d82c2a001dc9a642f474b4d5cd28e34c969a68ae956aed55df3e82315bd457320e2bd25cbc13af2ea1f59a46f9d327d5eef2

diff --git a/dev-python/nbclient/nbclient-0.10.0.ebuild 
b/dev-python/nbclient/nbclient-0.10.0.ebuild
new file mode 100644
index ..b33580f67de1
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.10.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   >=dev-python/ipykernel-6.19.3[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # hangs?
+   
'tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p asyncio -p rerunfailures --reruns=3
+}



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

2024-02-03 Thread Michał Górny
commit: a9e5cc76861796b87901746e57a6d1f52bb0f1f0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 10:38:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 10:41:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e5cc76

dev-python/nbclient: Remove WD40 keywords

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

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

diff --git a/dev-python/nbclient/nbclient-0.9.0.ebuild 
b/dev-python/nbclient/nbclient-0.9.0.ebuild
index 448d3b8f15d1..7f158b6d20c0 100644
--- a/dev-python/nbclient/nbclient-0.9.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]



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

2023-11-29 Thread Michał Górny
commit: 69565640354bf9c315143fc7732bbb1482ee80e3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 11:36:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 11:36:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69565640

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest  |  1 -
 dev-python/nbclient/nbclient-0.8.0.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index f09a845f4a3e..24148a463efb 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1 @@
-DIST nbclient-0.8.0.gh.tar.gz 79287 BLAKE2B 
5147195fa75ae5da620eb44b5b3d360f69275f1590d098757c6f460769bdb62d3eca576a344861e382bf430f97159adbfff46f557c3509d5fe06d269a0302cdc
 SHA512 
f77ecba2f03a8886e8a2335e1d345fcc1d3a1726b458d151a8c78b85c621017cd96f1ef30e4532bf61b89c92aea128a364f5e9677858951f5d070c6206a01816
 DIST nbclient-0.9.0.tar.gz 60606 BLAKE2B 
a734e317cd71f4199a87af0ea6c7a8a9982c60c4e690eeb99dbe4681ed7d9f8a45ae064bb8b92acf084da722ccbec36bbedb7ddc61577103be1492745f84cd9a
 SHA512 
dc6409e1f765e01978f7e5417269d82c2a001dc9a642f474b4d5cd28e34c969a68ae956aed55df3e82315bd457320e2bd25cbc13af2ea1f59a46f9d327d5eef2

diff --git a/dev-python/nbclient/nbclient-0.8.0.ebuild 
b/dev-python/nbclient/nbclient-0.8.0.ebuild
deleted file mode 100644
index 117030c6027b..
--- a/dev-python/nbclient/nbclient-0.8.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   >=dev-python/ipykernel-6.19.3[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/nbconvert[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   nbclient/tests/test_client.py::test_many_parallel_notebooks
-   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
-)
-
-python_test() {
-   # The tests run the pydevd debugger, the debugger prints a warning
-   # in python3.11 when frozen modules are being used.
-   # This warning makes the tests fail, silence it.
-   PYDEVD_DISABLE_FILE_VALIDATION=1 epytest
-}



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

2023-11-29 Thread Michał Górny
commit: 9830622253c7d4e958ca9f363764b63768601ab5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 11:30:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 11:30:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98306222

dev-python/nbclient: Stabilize 0.9.0 ALLARCHES, #918779

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

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

diff --git a/dev-python/nbclient/nbclient-0.9.0.ebuild 
b/dev-python/nbclient/nbclient-0.9.0.ebuild
index 4d0d33c91dd0..448d3b8f15d1 100644
--- a/dev-python/nbclient/nbclient-0.9.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.9.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
>=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]



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

2023-11-20 Thread Michał Górny
commit: 88f68a31caa7253e263319c396c2e79af9dc4b18
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 20 14:07:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 20 15:02:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f68a31

dev-python/nbclient: Enable pypy3

Sponsored-by: Ex Makhina, Inc.  exmakhina.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbclient/nbclient-0.9.0.ebuild | 15 ---
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/dev-python/nbclient/nbclient-0.9.0.ebuild 
b/dev-python/nbclient/nbclient-0.9.0.ebuild
index 9df0f1f9898b..4d0d33c91dd0 100644
--- a/dev-python/nbclient/nbclient-0.9.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.9.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 
@@ -38,17 +38,10 @@ BDEPEND="
)
 "
 
+EPYTEST_XDIST=1
 distutils_enable_tests pytest
 
 EPYTEST_DESELECT=(
-   nbclient/tests/test_client.py::test_many_parallel_notebooks
-   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+   # hangs?
+   'tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
 )
-
-python_test() {
-   # The tests run the pydevd debugger, the debugger prints a warning
-   # in python3.11 when frozen modules are being used.
-   # This warning makes the tests fail, silence it.
-   local -x PYDEVD_DISABLE_FILE_VALIDATION=1
-   epytest
-}



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

2023-11-07 Thread Michał Górny
commit: 392e9f23468db1bfd7fdc251b8cd6b78eba14c5e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  7 19:10:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  7 19:22:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392e9f23

dev-python/nbclient: Bump to 0.9.0

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.9.0.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 483db4d5fc40..f09a845f4a3e 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1 +1,2 @@
 DIST nbclient-0.8.0.gh.tar.gz 79287 BLAKE2B 
5147195fa75ae5da620eb44b5b3d360f69275f1590d098757c6f460769bdb62d3eca576a344861e382bf430f97159adbfff46f557c3509d5fe06d269a0302cdc
 SHA512 
f77ecba2f03a8886e8a2335e1d345fcc1d3a1726b458d151a8c78b85c621017cd96f1ef30e4532bf61b89c92aea128a364f5e9677858951f5d070c6206a01816
+DIST nbclient-0.9.0.tar.gz 60606 BLAKE2B 
a734e317cd71f4199a87af0ea6c7a8a9982c60c4e690eeb99dbe4681ed7d9f8a45ae064bb8b92acf084da722ccbec36bbedb7ddc61577103be1492745f84cd9a
 SHA512 
dc6409e1f765e01978f7e5417269d82c2a001dc9a642f474b4d5cd28e34c969a68ae956aed55df3e82315bd457320e2bd25cbc13af2ea1f59a46f9d327d5eef2

diff --git a/dev-python/nbclient/nbclient-0.9.0.ebuild 
b/dev-python/nbclient/nbclient-0.9.0.ebuild
new file mode 100644
index ..65800093aa89
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.9.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   >=dev-python/ipykernel-6.19.3[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   nbclient/tests/test_client.py::test_many_parallel_notebooks
+   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)
+
+python_test() {
+   # The tests run the pydevd debugger, the debugger prints a warning
+   # in python3.11 when frozen modules are being used.
+   # This warning makes the tests fail, silence it.
+   local -x PYDEVD_DISABLE_FILE_VALIDATION=1
+   epytest
+}



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

2023-10-24 Thread Michał Górny
commit: 06f7b4888a316d6b6d7a934de213cafc1b49
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 17:00:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 17:51:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f7b488

dev-python/nbclient: Enable py3.12

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

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

diff --git a/dev-python/nbclient/nbclient-0.8.0.ebuild 
b/dev-python/nbclient/nbclient-0.8.0.ebuild
index f4c9f1efa0c9..117030c6027b 100644
--- a/dev-python/nbclient/nbclient-0.8.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-06-27 Thread Michał Górny
commit: c4438cd96402ee4824c9a9549307b6ba8396fc4d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 27 11:53:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 27 11:53:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4438cd9

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest  |  1 -
 dev-python/nbclient/nbclient-0.7.4.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 4f6cd63bfde4..483db4d5fc40 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1 @@
-DIST nbclient-0.7.4.gh.tar.gz 79167 BLAKE2B 
90b61c55cf25aaa2fed8fd914d799619fefb1353826f7a41320efb732ccf7a44efce944c03d472f9f441a1693bfcdce76e23d0746d62c020e996dc55de7be2b6
 SHA512 
24cdb1d8b9ffc4899f15490f15d5a41a3e62c52c2b57d8ee768dc93fda08bb6f1a432306a551ece3d031061f790e032c765b0d96225700b2820ca59bc71e9aeb
 DIST nbclient-0.8.0.gh.tar.gz 79287 BLAKE2B 
5147195fa75ae5da620eb44b5b3d360f69275f1590d098757c6f460769bdb62d3eca576a344861e382bf430f97159adbfff46f557c3509d5fe06d269a0302cdc
 SHA512 
f77ecba2f03a8886e8a2335e1d345fcc1d3a1726b458d151a8c78b85c621017cd96f1ef30e4532bf61b89c92aea128a364f5e9677858951f5d070c6206a01816

diff --git a/dev-python/nbclient/nbclient-0.7.4.ebuild 
b/dev-python/nbclient/nbclient-0.7.4.ebuild
deleted file mode 100644
index 1bb3d3f1df1c..
--- a/dev-python/nbclient/nbclient-0.7.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/nbconvert[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   nbclient/tests/test_client.py::test_many_parallel_notebooks
-   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
-)
-
-python_test() {
-   # The tests run the pydevd debugger, the debugger prints a warning
-   # in python3.11 when frozen modules are being used.
-   # This warning makes the tests fail, silence it.
-   PYDEVD_DISABLE_FILE_VALIDATION=1 epytest
-}



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

2023-06-26 Thread Jakov Smolić
commit: f8756d2303324a41a19b7d374807629b67a3f8bb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jun 27 05:18:42 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jun 27 05:18:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8756d23

dev-python/nbclient: Stabilize 0.8.0 ALLARCHES, #909237

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

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

diff --git a/dev-python/nbclient/nbclient-0.8.0.ebuild 
b/dev-python/nbclient/nbclient-0.8.0.ebuild
index a538de91f03f..f4c9f1efa0c9 100644
--- a/dev-python/nbclient/nbclient-0.8.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.8.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 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/jupyter-client-6.1.12[${PYTHON_USEDEP}]



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

2023-05-22 Thread Michał Górny
commit: 46008480131454a62a58afd45f45efd41799c9c3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 23 05:01:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 23 05:07:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46008480

dev-python/nbclient: Bump to 0.8.0

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.8.0.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 61aff6c14783..4f6cd63bfde4 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1 +1,2 @@
 DIST nbclient-0.7.4.gh.tar.gz 79167 BLAKE2B 
90b61c55cf25aaa2fed8fd914d799619fefb1353826f7a41320efb732ccf7a44efce944c03d472f9f441a1693bfcdce76e23d0746d62c020e996dc55de7be2b6
 SHA512 
24cdb1d8b9ffc4899f15490f15d5a41a3e62c52c2b57d8ee768dc93fda08bb6f1a432306a551ece3d031061f790e032c765b0d96225700b2820ca59bc71e9aeb
+DIST nbclient-0.8.0.gh.tar.gz 79287 BLAKE2B 
5147195fa75ae5da620eb44b5b3d360f69275f1590d098757c6f460769bdb62d3eca576a344861e382bf430f97159adbfff46f557c3509d5fe06d269a0302cdc
 SHA512 
f77ecba2f03a8886e8a2335e1d345fcc1d3a1726b458d151a8c78b85c621017cd96f1ef30e4532bf61b89c92aea128a364f5e9677858951f5d070c6206a01816

diff --git a/dev-python/nbclient/nbclient-0.8.0.ebuild 
b/dev-python/nbclient/nbclient-0.8.0.ebuild
new file mode 100644
index ..a538de91f03f
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.8.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   >=dev-python/ipykernel-6.19.3[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   nbclient/tests/test_client.py::test_many_parallel_notebooks
+   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)
+
+python_test() {
+   # The tests run the pydevd debugger, the debugger prints a warning
+   # in python3.11 when frozen modules are being used.
+   # This warning makes the tests fail, silence it.
+   PYDEVD_DISABLE_FILE_VALIDATION=1 epytest
+}



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

2023-05-05 Thread Michał Górny
commit: 7be0662f26aae4e2dafc50376ac4978180c6913b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  5 13:32:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  5 13:43:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be0662f

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest  |  2 --
 dev-python/nbclient/nbclient-0.7.2.ebuild | 56 --
 dev-python/nbclient/nbclient-0.7.3.ebuild | 57 ---
 3 files changed, 115 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 1d405b432119..61aff6c14783 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,3 +1 @@
-DIST nbclient-0.7.2.gh.tar.gz 76883 BLAKE2B 
d90b9dd7b15757a44c86084b68b916aab663c0e20a5c1012bda9f86a0ec1104a01cd78d27bc6e510ec12f2356a312d8080e1568e4c54dd2e916af85dc304
 SHA512 
17f1bfbfa156688e895ab1a0d0f74903f43c62a373a40cfcc50a654d86ebbaeb5ed101562716140a3878a9667bb131c49e06caf2e3127160700baf181cd1c29b
-DIST nbclient-0.7.3.gh.tar.gz 77997 BLAKE2B 
613c06596ea0cc970d57115950248cbb052babccec397a9aa543b0058cdb94f797a7c5cf554a9122927a4138f0f06827a77f535fc83a858519873bda0c389230
 SHA512 
bdd093cafbe6a101de779de2e51d7e2e9abce80fa8ef5b5340b4cb8fb53d0051f6f677006cadaa3a69e727634043b7ab5416777e7cf8e0507d5d1d163016f8d5
 DIST nbclient-0.7.4.gh.tar.gz 79167 BLAKE2B 
90b61c55cf25aaa2fed8fd914d799619fefb1353826f7a41320efb732ccf7a44efce944c03d472f9f441a1693bfcdce76e23d0746d62c020e996dc55de7be2b6
 SHA512 
24cdb1d8b9ffc4899f15490f15d5a41a3e62c52c2b57d8ee768dc93fda08bb6f1a432306a551ece3d031061f790e032c765b0d96225700b2820ca59bc71e9aeb

diff --git a/dev-python/nbclient/nbclient-0.7.2.ebuild 
b/dev-python/nbclient/nbclient-0.7.2.ebuild
deleted file mode 100644
index 7f20a3fe3670..
--- a/dev-python/nbclient/nbclient-0.7.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/nbconvert[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   nbclient/tests/test_client.py::test_many_parallel_notebooks
-   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
-)
-
-python_test() {
-   # The tests run the pydevd debugger, the debugger prints a warning
-   # in python3.11 when frozen modules are being used.
-   # This warning makes the tests fail, silence it.
-   PYDEVD_DISABLE_FILE_VALIDATION=1 epytest
-}

diff --git a/dev-python/nbclient/nbclient-0.7.3.ebuild 
b/dev-python/nbclient/nbclient-0.7.3.ebuild
deleted file mode 100644
index a634386d779a..
--- a/dev-python/nbclient/nbclient-0.7.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   

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

2023-05-05 Thread Sam James
commit: dffc8dc78392d196578fb5bfddffbd138a6f0658
Author: Sam James  gentoo  org>
AuthorDate: Fri May  5 07:00:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  5 07:04:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffc8dc7

dev-python/nbclient: Stabilize 0.7.4 ALLARCHES, #905729

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

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

diff --git a/dev-python/nbclient/nbclient-0.7.4.ebuild 
b/dev-python/nbclient/nbclient-0.7.4.ebuild
index a634386d779a..1bb3d3f1df1c 100644
--- a/dev-python/nbclient/nbclient-0.7.4.ebuild
+++ b/dev-python/nbclient/nbclient-0.7.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 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/jupyter-client-6.1.12[${PYTHON_USEDEP}]



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

2023-04-25 Thread Michał Górny
commit: 75a0f8955c27f6a681c429539078a89146e23ea6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 04:46:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 05:36:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a0f895

dev-python/nbclient: Bump to 0.7.4

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.7.4.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 6b76d74feb4e..1d405b432119 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1,3 @@
 DIST nbclient-0.7.2.gh.tar.gz 76883 BLAKE2B 
d90b9dd7b15757a44c86084b68b916aab663c0e20a5c1012bda9f86a0ec1104a01cd78d27bc6e510ec12f2356a312d8080e1568e4c54dd2e916af85dc304
 SHA512 
17f1bfbfa156688e895ab1a0d0f74903f43c62a373a40cfcc50a654d86ebbaeb5ed101562716140a3878a9667bb131c49e06caf2e3127160700baf181cd1c29b
 DIST nbclient-0.7.3.gh.tar.gz 77997 BLAKE2B 
613c06596ea0cc970d57115950248cbb052babccec397a9aa543b0058cdb94f797a7c5cf554a9122927a4138f0f06827a77f535fc83a858519873bda0c389230
 SHA512 
bdd093cafbe6a101de779de2e51d7e2e9abce80fa8ef5b5340b4cb8fb53d0051f6f677006cadaa3a69e727634043b7ab5416777e7cf8e0507d5d1d163016f8d5
+DIST nbclient-0.7.4.gh.tar.gz 79167 BLAKE2B 
90b61c55cf25aaa2fed8fd914d799619fefb1353826f7a41320efb732ccf7a44efce944c03d472f9f441a1693bfcdce76e23d0746d62c020e996dc55de7be2b6
 SHA512 
24cdb1d8b9ffc4899f15490f15d5a41a3e62c52c2b57d8ee768dc93fda08bb6f1a432306a551ece3d031061f790e032c765b0d96225700b2820ca59bc71e9aeb

diff --git a/dev-python/nbclient/nbclient-0.7.4.ebuild 
b/dev-python/nbclient/nbclient-0.7.4.ebuild
new file mode 100644
index ..a634386d779a
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.7.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   nbclient/tests/test_client.py::test_many_parallel_notebooks
+   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)
+
+python_test() {
+   # The tests run the pydevd debugger, the debugger prints a warning
+   # in python3.11 when frozen modules are being used.
+   # This warning makes the tests fail, silence it.
+   PYDEVD_DISABLE_FILE_VALIDATION=1 epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbclient/, dev-python/metakernel/, dev-python/jupyter_core/, ...

2023-04-05 Thread Michał Górny
commit: 6c690130a12b095ee0a9701dcc1749f27558da61
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  5 08:13:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  5 08:13:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c690130

Rename dev-python/{jupyter_core → jupyter-core}

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

 dev-python/ipykernel/ipykernel-6.21.2.ebuild| 2 +-
 dev-python/ipykernel/ipykernel-6.21.3.ebuild| 2 +-
 dev-python/ipykernel/ipykernel-6.22.0.ebuild| 2 +-
 dev-python/{jupyter_core => jupyter-core}/Manifest  | 0
 .../jupyter-core-5.3.0.ebuild}  | 0
 dev-python/{jupyter_core => jupyter-core}/metadata.xml  | 0
 dev-python/jupyter-server/jupyter-server-2.4.0.ebuild   | 2 +-
 dev-python/jupyter-server/jupyter-server-2.5.0.ebuild   | 2 +-
 dev-python/jupyter/jupyter-1.0.0-r4.ebuild  | 2 +-
 dev-python/jupyter_client/jupyter_client-7.4.9.ebuild   | 2 +-
 dev-python/jupyter_client/jupyter_client-8.0.3.ebuild   | 2 +-
 dev-python/jupyter_client/jupyter_client-8.1.0.ebuild   | 2 +-
 dev-python/jupyter_console/jupyter_console-6.6.3.ebuild | 2 +-
 dev-python/jupyterlab/jupyterlab-3.5.3.ebuild   | 2 +-
 dev-python/jupyterlab/jupyterlab-3.6.1-r1.ebuild| 2 +-
 dev-python/jupyterlab/jupyterlab-3.6.2.ebuild   | 2 +-
 dev-python/metakernel/metakernel-0.29.4.ebuild  | 2 +-
 dev-python/nbclassic/nbclassic-0.5.1.ebuild | 2 +-
 dev-python/nbclassic/nbclassic-0.5.3-r1.ebuild  | 2 +-
 dev-python/nbclassic/nbclassic-0.5.4.ebuild | 2 +-
 dev-python/nbclassic/nbclassic-0.5.5.ebuild | 2 +-
 dev-python/nbclient/nbclient-0.7.2.ebuild   | 2 +-
 dev-python/nbclient/nbclient-0.7.3.ebuild   | 2 +-
 dev-python/nbconvert/nbconvert-7.2.10-r1.ebuild | 2 +-
 dev-python/nbconvert/nbconvert-7.2.9.ebuild | 2 +-
 dev-python/nbconvert/nbconvert-7.3.0.ebuild | 2 +-
 dev-python/nbformat/nbformat-5.7.3.ebuild   | 2 +-
 dev-python/nbformat/nbformat-5.8.0.ebuild   | 2 +-
 dev-python/notebook/notebook-6.4.12.ebuild  | 2 +-
 dev-python/notebook/notebook-6.5.3.ebuild   | 2 +-
 dev-python/qtconsole/qtconsole-5.4.0.ebuild | 2 +-
 dev-python/qtconsole/qtconsole-5.4.1.ebuild | 2 +-
 dev-python/qtconsole/qtconsole-5.4.2.ebuild | 2 +-
 dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild | 2 +-
 profiles/updates/2Q-2023| 1 +
 35 files changed, 32 insertions(+), 31 deletions(-)

diff --git a/dev-python/ipykernel/ipykernel-6.21.2.ebuild 
b/dev-python/ipykernel/ipykernel-6.21.2.ebuild
index 9967f1a4dbe1..ccf7082b4a62 100644
--- a/dev-python/ipykernel/ipykernel-6.21.2.ebuild
+++ b/dev-python/ipykernel/ipykernel-6.21.2.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
>=dev-python/debugpy-1.6.5[${PYTHON_USEDEP}]
>=dev-python/ipython-7.23.1[${PYTHON_USEDEP}]
>=dev-python/jupyter_client-8[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_core-4.12[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-4.12[${PYTHON_USEDEP}]
>=dev-python/matplotlib-inline-0.1[${PYTHON_USEDEP}]
dev-python/nest_asyncio[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]

diff --git a/dev-python/ipykernel/ipykernel-6.21.3.ebuild 
b/dev-python/ipykernel/ipykernel-6.21.3.ebuild
index 4458e0bebf05..fa49750494e9 100644
--- a/dev-python/ipykernel/ipykernel-6.21.3.ebuild
+++ b/dev-python/ipykernel/ipykernel-6.21.3.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
>=dev-python/debugpy-1.6.5[${PYTHON_USEDEP}]
>=dev-python/ipython-7.23.1[${PYTHON_USEDEP}]
>=dev-python/jupyter_client-8[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_core-4.12[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-4.12[${PYTHON_USEDEP}]
>=dev-python/matplotlib-inline-0.1[${PYTHON_USEDEP}]
dev-python/nest_asyncio[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]

diff --git a/dev-python/ipykernel/ipykernel-6.22.0.ebuild 
b/dev-python/ipykernel/ipykernel-6.22.0.ebuild
index 2dd7bdd27b87..9dba7e55b17b 100644
--- a/dev-python/ipykernel/ipykernel-6.22.0.ebuild
+++ b/dev-python/ipykernel/ipykernel-6.22.0.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
>=dev-python/debugpy-1.6.5[${PYTHON_USEDEP}]
>=dev-pytho

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

2023-04-03 Thread Michał Górny
commit: 846c41d13e9d3052c55b794d37b09fce7ba99ba3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  4 03:54:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  4 03:54:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846c41d1

dev-python/nbclient: Add missing test dep on dev-python/flaky

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

 dev-python/nbclient/nbclient-0.7.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/nbclient/nbclient-0.7.3.ebuild 
b/dev-python/nbclient/nbclient-0.7.3.ebuild
index 1f8c2146f764..2b4347e7c776 100644
--- a/dev-python/nbclient/nbclient-0.7.3.ebuild
+++ b/dev-python/nbclient/nbclient-0.7.3.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
 "
 BDEPEND="
test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
dev-python/ipykernel[${PYTHON_USEDEP}]
dev-python/ipywidgets[${PYTHON_USEDEP}]



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

2023-04-03 Thread Arthur Zamarin
commit: 0d21e1b16e0c74e63931964e896684b3127d9dae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Apr  3 18:36:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Apr  3 18:36:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d21e1b1

dev-python/nbclient: add 0.7.3

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.7.3.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 06a41d563a40..6b76d74feb4e 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1 +1,2 @@
 DIST nbclient-0.7.2.gh.tar.gz 76883 BLAKE2B 
d90b9dd7b15757a44c86084b68b916aab663c0e20a5c1012bda9f86a0ec1104a01cd78d27bc6e510ec12f2356a312d8080e1568e4c54dd2e916af85dc304
 SHA512 
17f1bfbfa156688e895ab1a0d0f74903f43c62a373a40cfcc50a654d86ebbaeb5ed101562716140a3878a9667bb131c49e06caf2e3127160700baf181cd1c29b
+DIST nbclient-0.7.3.gh.tar.gz 77997 BLAKE2B 
613c06596ea0cc970d57115950248cbb052babccec397a9aa543b0058cdb94f797a7c5cf554a9122927a4138f0f06827a77f535fc83a858519873bda0c389230
 SHA512 
bdd093cafbe6a101de779de2e51d7e2e9abce80fa8ef5b5340b4cb8fb53d0051f6f677006cadaa3a69e727634043b7ab5416777e7cf8e0507d5d1d163016f8d5

diff --git a/dev-python/nbclient/nbclient-0.7.3.ebuild 
b/dev-python/nbclient/nbclient-0.7.3.ebuild
new file mode 100644
index ..1f8c2146f764
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.7.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.12[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_core-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   nbclient/tests/test_client.py::test_many_parallel_notebooks
+   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)
+
+python_test() {
+   # The tests run the pydevd debugger, the debugger prints a warning
+   # in python3.11 when frozen modules are being used.
+   # This warning makes the tests fail, silence it.
+   PYDEVD_DISABLE_FILE_VALIDATION=1 epytest
+}



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

2023-01-07 Thread Michał Górny
commit: 19c1d69d0c2e45240284fb342c41639101c9a2a5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan  8 05:19:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan  8 05:20:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c1d69d

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest  |  1 -
 dev-python/nbclient/nbclient-0.7.0.ebuild | 55 ---
 2 files changed, 56 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index e67586f0a8da..06a41d563a40 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1 @@
-DIST nbclient-0.7.0.gh.tar.gz 78253 BLAKE2B 
473dcef140c8e1fc8f1e97fa30859b9b9fc2dfd6f951ae52db8ab11febbb3de7f60d129424827983a2c05579cd2340e9d4e1a9d0e452a7678497fc1c7176ecf3
 SHA512 
93d22e2b4fe1740798b812bb4890bf2fe2c7fdd337e34b50eac3140ead73d443cdb326948b2e8511b6ccad61c7daf1efd8e7cc3664b6b1ad9dda0894ca84fff5
 DIST nbclient-0.7.2.gh.tar.gz 76883 BLAKE2B 
d90b9dd7b15757a44c86084b68b916aab663c0e20a5c1012bda9f86a0ec1104a01cd78d27bc6e510ec12f2356a312d8080e1568e4c54dd2e916af85dc304
 SHA512 
17f1bfbfa156688e895ab1a0d0f74903f43c62a373a40cfcc50a654d86ebbaeb5ed101562716140a3878a9667bb131c49e06caf2e3127160700baf181cd1c29b

diff --git a/dev-python/nbclient/nbclient-0.7.0.ebuild 
b/dev-python/nbclient/nbclient-0.7.0.ebuild
deleted file mode 100644
index c030db2f10fa..
--- a/dev-python/nbclient/nbclient-0.7.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.2.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/nbconvert[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   nbclient/tests/test_client.py::test_many_parallel_notebooks
-   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
-)
-
-python_test() {
-   # The tests run the pydevd debugger, the debugger prints a warning
-   # in python3.11 when frozen modules are being used.
-   # This warning makes the tests fail, silence it.
-   PYDEVD_DISABLE_FILE_VALIDATION=1 epytest
-}



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

2023-01-07 Thread Sam James
commit: df7185a9acc8fa6f54e7bd57a48beab3a6a84fcc
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  7 19:44:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  7 19:44:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7185a9

dev-python/nbclient: Stabilize 0.7.2 ALLARCHES, #890094

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

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

diff --git a/dev-python/nbclient/nbclient-0.7.2.ebuild 
b/dev-python/nbclient/nbclient-0.7.2.ebuild
index 6e834a980103..e301338527c5 100644
--- a/dev-python/nbclient/nbclient-0.7.2.ebuild
+++ b/dev-python/nbclient/nbclient-0.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,7 +21,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.12[${PYTHON_USEDEP}]



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

2022-12-22 Thread Andrew Ammerlaan
commit: 48a8c1c4fdb5591fdea9bcbe577f9f19c1bfa9a4
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Dec 22 10:18:01 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Dec 22 10:18:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a8c1c4

dev-python/nbclient: drop unnecessary blocker

jupyter<5 is no longer in the tree

Closes: https://bugs.gentoo.org/883785
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/nbclient/nbclient-0.7.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/nbclient/nbclient-0.7.2.ebuild 
b/dev-python/nbclient/nbclient-0.7.2.ebuild
index 5d2064b2b009..6e834a980103 100644
--- a/dev-python/nbclient/nbclient-0.7.2.ebuild
+++ b/dev-python/nbclient/nbclient-0.7.2.ebuild
@@ -25,8 +25,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc
 
 RDEPEND="
>=dev-python/jupyter_client-6.1.12[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_core-4.12[${PYTHON_USEDEP}]
-   !=dev-python/jupyter_core-5.0*[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_core-5.1.0[${PYTHON_USEDEP}]
>=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
>=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
 "



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

2022-12-06 Thread Andrew Ammerlaan
commit: 1898d90a51d347b7ccc10162d12178eac654
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Dec  6 18:15:20 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Dec  6 18:17:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1898d90a

dev-python/nbclient: correct dependency on jupyter_core

According to upstream pyproject.toml we need >=4.1.2,
but !=5.0.*. 5.1.0 should be fine though, tests pass.

Closes: https://bugs.gentoo.org/883785
Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/nbclient/nbclient-0.7.2.ebuild 
b/dev-python/nbclient/nbclient-0.7.2.ebuild
index aa4b8ee54615..5d2064b2b009 100644
--- a/dev-python/nbclient/nbclient-0.7.2.ebuild
+++ b/dev-python/nbclient/nbclient-0.7.2.ebuild
@@ -26,7 +26,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc
 RDEPEND="
>=dev-python/jupyter_client-6.1.12[${PYTHON_USEDEP}]
>=dev-python/jupyter_core-4.12[${PYTHON_USEDEP}]
-   =dev-python/nbformat-5.0[${PYTHON_USEDEP}]
>=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
 "



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

2022-11-29 Thread Arthur Zamarin
commit: 5bacb571c81c77f6e72615d4ed76adef09fee390
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 29 19:57:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 29 20:18:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bacb571

dev-python/nbclient: add 0.7.2

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.7.2.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index a8ae858da37a..e67586f0a8da 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1 +1,2 @@
 DIST nbclient-0.7.0.gh.tar.gz 78253 BLAKE2B 
473dcef140c8e1fc8f1e97fa30859b9b9fc2dfd6f951ae52db8ab11febbb3de7f60d129424827983a2c05579cd2340e9d4e1a9d0e452a7678497fc1c7176ecf3
 SHA512 
93d22e2b4fe1740798b812bb4890bf2fe2c7fdd337e34b50eac3140ead73d443cdb326948b2e8511b6ccad61c7daf1efd8e7cc3664b6b1ad9dda0894ca84fff5
+DIST nbclient-0.7.2.gh.tar.gz 76883 BLAKE2B 
d90b9dd7b15757a44c86084b68b916aab663c0e20a5c1012bda9f86a0ec1104a01cd78d27bc6e510ec12f2356a312d8080e1568e4c54dd2e916af85dc304
 SHA512 
17f1bfbfa156688e895ab1a0d0f74903f43c62a373a40cfcc50a654d86ebbaeb5ed101562716140a3878a9667bb131c49e06caf2e3127160700baf181cd1c29b

diff --git a/dev-python/nbclient/nbclient-0.7.2.ebuild 
b/dev-python/nbclient/nbclient-0.7.2.ebuild
new file mode 100644
index ..bef4d0ab4373
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.7.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.12[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_core-4.12[${PYTHON_USEDEP}]
+   =dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   nbclient/tests/test_client.py::test_many_parallel_notebooks
+   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)
+
+python_test() {
+   # The tests run the pydevd debugger, the debugger prints a warning
+   # in python3.11 when frozen modules are being used.
+   # This warning makes the tests fail, silence it.
+   PYDEVD_DISABLE_FILE_VALIDATION=1 epytest
+}



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

2022-11-07 Thread Michał Górny
commit: db2312a3967e2f6fdefbae7e42c05515bff7da57
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  8 04:54:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  8 05:00:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2312a3

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest  |  1 -
 dev-python/nbclient/nbclient-0.6.8.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 97103a2dd1f9..a8ae858da37a 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1 @@
-DIST nbclient-0.6.8.gh.tar.gz 78431 BLAKE2B 
a59490a42af5fb6090b7e4ddd8c469ddce015ca47ceca51290d9b3b2173d93d2a2d13839b227a78cdd72afdada1f305f810337dcc7aa08818afa78bbc96c4a1d
 SHA512 
2393085e52e2e34574b6f60cff82317caf3b636f8476af20765282f0ebf158104fed3bb7fc8e8f800ff42f7eddc226cf7d9575c2043628fd926708ef71306c04
 DIST nbclient-0.7.0.gh.tar.gz 78253 BLAKE2B 
473dcef140c8e1fc8f1e97fa30859b9b9fc2dfd6f951ae52db8ab11febbb3de7f60d129424827983a2c05579cd2340e9d4e1a9d0e452a7678497fc1c7176ecf3
 SHA512 
93d22e2b4fe1740798b812bb4890bf2fe2c7fdd337e34b50eac3140ead73d443cdb326948b2e8511b6ccad61c7daf1efd8e7cc3664b6b1ad9dda0894ca84fff5

diff --git a/dev-python/nbclient/nbclient-0.6.8.ebuild 
b/dev-python/nbclient/nbclient-0.6.8.ebuild
deleted file mode 100644
index de26544c98ad..
--- a/dev-python/nbclient/nbclient-0.6.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.2.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   nbclient/tests/test_client.py::test_many_parallel_notebooks
-   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
-)



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

2022-11-07 Thread Sam James
commit: 224c58f66054a6bad61fbd8aa52c3f81aa3b63ca
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  8 03:33:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  8 03:33:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224c58f6

dev-python/nbclient: Stabilize 0.7.0 ALLARCHES, #880273

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

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

diff --git a/dev-python/nbclient/nbclient-0.7.0.ebuild 
b/dev-python/nbclient/nbclient-0.7.0.ebuild
index 2f083a3c4f93..c030db2f10fa 100644
--- a/dev-python/nbclient/nbclient-0.7.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.7.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2022-10-27 Thread Andrew Ammerlaan
commit: 3297948db42fc24177b07a6df8a54340ccc4037d
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 14:41:41 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 14:51:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3297948d

dev-python/nbclient: add missing test dependency

Closes: https://bugs.gentoo.org/878459
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/nbclient/nbclient-0.7.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/nbclient/nbclient-0.7.0.ebuild 
b/dev-python/nbclient/nbclient-0.7.0.ebuild
index 90bf73d4d736..2f083a3c4f93 100644
--- a/dev-python/nbclient/nbclient-0.7.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.7.0.ebuild
@@ -34,6 +34,7 @@ BDEPEND="
dev-python/ipython[${PYTHON_USEDEP}]
dev-python/ipykernel[${PYTHON_USEDEP}]
dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
dev-python/testpath[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]
)



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

2022-10-27 Thread Andrew Ammerlaan
commit: 1da2d9a339dc70f7a21902684589dfd15bff4499
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:46:13 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da2d9a3

dev-python/nbclient: enable py3.11

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

 dev-python/nbclient/nbclient-0.7.0.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-python/nbclient/nbclient-0.7.0.ebuild 
b/dev-python/nbclient/nbclient-0.7.0.ebuild
index 343192040c27..90bf73d4d736 100644
--- a/dev-python/nbclient/nbclient-0.7.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.7.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
@@ -45,3 +45,10 @@ EPYTEST_DESELECT=(
nbclient/tests/test_client.py::test_many_parallel_notebooks

'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
 )
+
+python_test() {
+   # The tests run the pydevd debugger, the debugger prints a warning
+   # in python3.11 when frozen modules are being used.
+   # This warning makes the tests fail, silence it.
+   PYDEVD_DISABLE_FILE_VALIDATION=1 epytest
+}



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

2022-10-10 Thread Michał Górny
commit: e38a826334b19117786861c9a7876571d349e59b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 10 20:14:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 10 20:14:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38a8263

dev-python/nbclient: Remove old

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

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

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index ff3d0358..97103a2dd1f9 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,3 +1,2 @@
-DIST nbclient-0.6.7.gh.tar.gz 78345 BLAKE2B 
dba9c98ab7d0b65470268dabc5d7dbee65e9c800252e61de6e9fe28a59a2da5c9b2046b7835468a8807445bb657152071cad7a28c717049d5762c13634175e34
 SHA512 
67fc7a6685df783a0d3af728e18ad2ff7a46d17c66a8e23f651a4d329896ee84d7dda8fcc62c94e277a742c74fe51b9f15f415add747a346ddf3d29056382f23
 DIST nbclient-0.6.8.gh.tar.gz 78431 BLAKE2B 
a59490a42af5fb6090b7e4ddd8c469ddce015ca47ceca51290d9b3b2173d93d2a2d13839b227a78cdd72afdada1f305f810337dcc7aa08818afa78bbc96c4a1d
 SHA512 
2393085e52e2e34574b6f60cff82317caf3b636f8476af20765282f0ebf158104fed3bb7fc8e8f800ff42f7eddc226cf7d9575c2043628fd926708ef71306c04
 DIST nbclient-0.7.0.gh.tar.gz 78253 BLAKE2B 
473dcef140c8e1fc8f1e97fa30859b9b9fc2dfd6f951ae52db8ab11febbb3de7f60d129424827983a2c05579cd2340e9d4e1a9d0e452a7678497fc1c7176ecf3
 SHA512 
93d22e2b4fe1740798b812bb4890bf2fe2c7fdd337e34b50eac3140ead73d443cdb326948b2e8511b6ccad61c7daf1efd8e7cc3664b6b1ad9dda0894ca84fff5

diff --git a/dev-python/nbclient/nbclient-0.6.7.ebuild 
b/dev-python/nbclient/nbclient-0.6.7.ebuild
deleted file mode 100644
index 857a17b52553..
--- a/dev-python/nbclient/nbclient-0.6.7.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.2.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
-)



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

2022-10-10 Thread Arthur Zamarin
commit: 6e0bbef0e4ee03cc4b2b5006c78809f7d35f4ec3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Oct 10 18:21:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Oct 10 18:21:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0bbef0

dev-python/nbclient: Stabilize 0.6.8 ALLARCHES, #876574

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

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

diff --git a/dev-python/nbclient/nbclient-0.6.8.ebuild 
b/dev-python/nbclient/nbclient-0.6.8.ebuild
index 343192040c27..de26544c98ad 100644
--- a/dev-python/nbclient/nbclient-0.6.8.ebuild
+++ b/dev-python/nbclient/nbclient-0.6.8.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2022-10-06 Thread Michał Górny
commit: 077e11c4ce701e04133b0de292c78db42ef76f7d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  6 16:43:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  6 20:11:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077e11c4

dev-python/nbclient: Bump to 0.7.0

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.7.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index f0707f386f8f..ff3d0358 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1,3 @@
 DIST nbclient-0.6.7.gh.tar.gz 78345 BLAKE2B 
dba9c98ab7d0b65470268dabc5d7dbee65e9c800252e61de6e9fe28a59a2da5c9b2046b7835468a8807445bb657152071cad7a28c717049d5762c13634175e34
 SHA512 
67fc7a6685df783a0d3af728e18ad2ff7a46d17c66a8e23f651a4d329896ee84d7dda8fcc62c94e277a742c74fe51b9f15f415add747a346ddf3d29056382f23
 DIST nbclient-0.6.8.gh.tar.gz 78431 BLAKE2B 
a59490a42af5fb6090b7e4ddd8c469ddce015ca47ceca51290d9b3b2173d93d2a2d13839b227a78cdd72afdada1f305f810337dcc7aa08818afa78bbc96c4a1d
 SHA512 
2393085e52e2e34574b6f60cff82317caf3b636f8476af20765282f0ebf158104fed3bb7fc8e8f800ff42f7eddc226cf7d9575c2043628fd926708ef71306c04
+DIST nbclient-0.7.0.gh.tar.gz 78253 BLAKE2B 
473dcef140c8e1fc8f1e97fa30859b9b9fc2dfd6f951ae52db8ab11febbb3de7f60d129424827983a2c05579cd2340e9d4e1a9d0e452a7678497fc1c7176ecf3
 SHA512 
93d22e2b4fe1740798b812bb4890bf2fe2c7fdd337e34b50eac3140ead73d443cdb326948b2e8511b6ccad61c7daf1efd8e7cc3664b6b1ad9dda0894ca84fff5

diff --git a/dev-python/nbclient/nbclient-0.7.0.ebuild 
b/dev-python/nbclient/nbclient-0.7.0.ebuild
new file mode 100644
index ..343192040c27
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.7.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.2.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   nbclient/tests/test_client.py::test_many_parallel_notebooks
+   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)



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

2022-10-02 Thread Michał Górny
commit: b1b0f63a8a5855664a8b7200910b08f7c4a00671
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  3 06:41:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  3 06:41:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b0f63a

dev-python/nbclient: Remove old

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

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

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index e9de1c202768..f0707f386f8f 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,3 +1,2 @@
-DIST nbclient-0.6.6.gh.tar.gz 78247 BLAKE2B 
06793fe792dcb8606d74e85a7a5c4d8f3ba850f81191bf205706e404e67bfe3d6914dff5790c5d6dca62d7797482518b5d87b06da34f06a5cb44a8a0ff6855e4
 SHA512 
8ca0333a47920994d8afe7c8943b366d4669e7ad91daab1a36c57480b70e51dfd05c7cd44acd2a2005b8c0a6b41c4fe6be0fc22b75a3efe291e9c35dd334643c
 DIST nbclient-0.6.7.gh.tar.gz 78345 BLAKE2B 
dba9c98ab7d0b65470268dabc5d7dbee65e9c800252e61de6e9fe28a59a2da5c9b2046b7835468a8807445bb657152071cad7a28c717049d5762c13634175e34
 SHA512 
67fc7a6685df783a0d3af728e18ad2ff7a46d17c66a8e23f651a4d329896ee84d7dda8fcc62c94e277a742c74fe51b9f15f415add747a346ddf3d29056382f23
 DIST nbclient-0.6.8.gh.tar.gz 78431 BLAKE2B 
a59490a42af5fb6090b7e4ddd8c469ddce015ca47ceca51290d9b3b2173d93d2a2d13839b227a78cdd72afdada1f305f810337dcc7aa08818afa78bbc96c4a1d
 SHA512 
2393085e52e2e34574b6f60cff82317caf3b636f8476af20765282f0ebf158104fed3bb7fc8e8f800ff42f7eddc226cf7d9575c2043628fd926708ef71306c04

diff --git a/dev-python/nbclient/nbclient-0.6.6.ebuild 
b/dev-python/nbclient/nbclient-0.6.6.ebuild
deleted file mode 100644
index 857a17b52553..
--- a/dev-python/nbclient/nbclient-0.6.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.2.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
-)



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

2022-10-02 Thread Arthur Zamarin
commit: 8625e522fbefc79330c95a866ba524e08dd64e6c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct  2 19:40:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct  2 19:40:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8625e522

dev-python/nbclient: Stabilize 0.6.7 ALLARCHES, #874243

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

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

diff --git a/dev-python/nbclient/nbclient-0.6.7.ebuild 
b/dev-python/nbclient/nbclient-0.6.7.ebuild
index cc41ec1e5d49..857a17b52553 100644
--- a/dev-python/nbclient/nbclient-0.6.7.ebuild
+++ b/dev-python/nbclient/nbclient-0.6.7.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2022-09-09 Thread Arthur Zamarin
commit: 9e902898885a8b05be67f4ff011773e1f996cb94
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 10 05:03:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 10 05:38:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e902898

dev-python/nbclient: add 0.6.8

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.6.8.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index d66140a4798e..e9de1c202768 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1,3 @@
 DIST nbclient-0.6.6.gh.tar.gz 78247 BLAKE2B 
06793fe792dcb8606d74e85a7a5c4d8f3ba850f81191bf205706e404e67bfe3d6914dff5790c5d6dca62d7797482518b5d87b06da34f06a5cb44a8a0ff6855e4
 SHA512 
8ca0333a47920994d8afe7c8943b366d4669e7ad91daab1a36c57480b70e51dfd05c7cd44acd2a2005b8c0a6b41c4fe6be0fc22b75a3efe291e9c35dd334643c
 DIST nbclient-0.6.7.gh.tar.gz 78345 BLAKE2B 
dba9c98ab7d0b65470268dabc5d7dbee65e9c800252e61de6e9fe28a59a2da5c9b2046b7835468a8807445bb657152071cad7a28c717049d5762c13634175e34
 SHA512 
67fc7a6685df783a0d3af728e18ad2ff7a46d17c66a8e23f651a4d329896ee84d7dda8fcc62c94e277a742c74fe51b9f15f415add747a346ddf3d29056382f23
+DIST nbclient-0.6.8.gh.tar.gz 78431 BLAKE2B 
a59490a42af5fb6090b7e4ddd8c469ddce015ca47ceca51290d9b3b2173d93d2a2d13839b227a78cdd72afdada1f305f810337dcc7aa08818afa78bbc96c4a1d
 SHA512 
2393085e52e2e34574b6f60cff82317caf3b636f8476af20765282f0ebf158104fed3bb7fc8e8f800ff42f7eddc226cf7d9575c2043628fd926708ef71306c04

diff --git a/dev-python/nbclient/nbclient-0.6.8.ebuild 
b/dev-python/nbclient/nbclient-0.6.8.ebuild
new file mode 100644
index ..343192040c27
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.6.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.2.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   nbclient/tests/test_client.py::test_many_parallel_notebooks
+   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)



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

2022-09-01 Thread Arthur Zamarin
commit: edae6ab90989e45b335bf5424c0ecceda760d384
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  1 19:31:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  1 19:41:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edae6ab9

dev-python/nbclient: add 0.6.7

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

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

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index d2413da27530..d66140a4798e 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1 +1,2 @@
 DIST nbclient-0.6.6.gh.tar.gz 78247 BLAKE2B 
06793fe792dcb8606d74e85a7a5c4d8f3ba850f81191bf205706e404e67bfe3d6914dff5790c5d6dca62d7797482518b5d87b06da34f06a5cb44a8a0ff6855e4
 SHA512 
8ca0333a47920994d8afe7c8943b366d4669e7ad91daab1a36c57480b70e51dfd05c7cd44acd2a2005b8c0a6b41c4fe6be0fc22b75a3efe291e9c35dd334643c
+DIST nbclient-0.6.7.gh.tar.gz 78345 BLAKE2B 
dba9c98ab7d0b65470268dabc5d7dbee65e9c800252e61de6e9fe28a59a2da5c9b2046b7835468a8807445bb657152071cad7a28c717049d5762c13634175e34
 SHA512 
67fc7a6685df783a0d3af728e18ad2ff7a46d17c66a8e23f651a4d329896ee84d7dda8fcc62c94e277a742c74fe51b9f15f415add747a346ddf3d29056382f23

diff --git a/dev-python/nbclient/nbclient-0.6.7.ebuild 
b/dev-python/nbclient/nbclient-0.6.7.ebuild
new file mode 100644
index ..cc41ec1e5d49
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.6.7.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.2.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)



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

2022-08-02 Thread Michał Górny
commit: c9fd0e308b7a1fc7fba84b2ed18e73dc5def0350
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  2 19:00:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  2 19:05:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9fd0e30

dev-python/nbclient: Remove old

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

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

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 142ab1ecf22f..d2413da27530 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1 @@
-DIST nbclient-0.6.4.gh.tar.gz 78101 BLAKE2B 
91a653eb1735fe1a43044f18da773bcb0c4afd485fe7bfd3630c8c6a80776c9ff7e4cb08130c4e3953f03832933c429e68d7383677d8e56c54b485d55b8c5469
 SHA512 
a953b40b314ce104b28dfb9178a004ca4726d8a5912c84c168bf71527ee224082d3910f11040b172b6e62683493978b9b10161b69cadbca48a5652a4f98b5009
 DIST nbclient-0.6.6.gh.tar.gz 78247 BLAKE2B 
06793fe792dcb8606d74e85a7a5c4d8f3ba850f81191bf205706e404e67bfe3d6914dff5790c5d6dca62d7797482518b5d87b06da34f06a5cb44a8a0ff6855e4
 SHA512 
8ca0333a47920994d8afe7c8943b366d4669e7ad91daab1a36c57480b70e51dfd05c7cd44acd2a2005b8c0a6b41c4fe6be0fc22b75a3efe291e9c35dd334643c

diff --git a/dev-python/nbclient/nbclient-0.6.4.ebuild 
b/dev-python/nbclient/nbclient-0.6.4.ebuild
deleted file mode 100644
index 857a17b52553..
--- a/dev-python/nbclient/nbclient-0.6.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.2.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
-)



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

2022-08-02 Thread Arthur Zamarin
commit: a83f7b1db35a7bb5d72acf06d58568850e32e1c6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  2 17:30:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  2 17:30:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83f7b1d

dev-python/nbclient: Stabilize 0.6.6 ALLARCHES, #863155

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

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

diff --git a/dev-python/nbclient/nbclient-0.6.6.ebuild 
b/dev-python/nbclient/nbclient-0.6.6.ebuild
index cc41ec1e5d49..857a17b52553 100644
--- a/dev-python/nbclient/nbclient-0.6.6.ebuild
+++ b/dev-python/nbclient/nbclient-0.6.6.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2022-07-02 Thread Michał Górny
commit: 33d85b18a7cd566eaf5efcbb93017dc3f0ca4495
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 15:07:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 15:59:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d85b18

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest  |  2 --
 dev-python/nbclient/nbclient-0.6.3.ebuild | 46 ---
 dev-python/nbclient/nbclient-0.6.5.ebuild | 46 ---
 3 files changed, 94 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index de17a04694c4..142ab1ecf22f 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,4 +1,2 @@
-DIST nbclient-0.6.3.tar.gz 77571 BLAKE2B 
41b96f8c174506a97b257b352e2614f023785137bf79d57d9bd4fd38942b54cc9db97bdf63c65579e67f88afd57ff81cbc798880080842e981797ee07be9f441
 SHA512 
bf267f3f49289cadcce412dc772f01dab5cd4d5a4ceb3fa12b076357d04191a15573d540773d47d58a14570fe219a9591ab539b917b52f3f7a902aac0493ba82
 DIST nbclient-0.6.4.gh.tar.gz 78101 BLAKE2B 
91a653eb1735fe1a43044f18da773bcb0c4afd485fe7bfd3630c8c6a80776c9ff7e4cb08130c4e3953f03832933c429e68d7383677d8e56c54b485d55b8c5469
 SHA512 
a953b40b314ce104b28dfb9178a004ca4726d8a5912c84c168bf71527ee224082d3910f11040b172b6e62683493978b9b10161b69cadbca48a5652a4f98b5009
-DIST nbclient-0.6.5.gh.tar.gz 78170 BLAKE2B 
690eb6c9b70d43210da013b7f0a2cd7e0ae76bd737dd9860df555c95f91e167c17dc6bbf54a73f98c2cff37d8f69d7246d3a3a6c45a33ce4187c498e6fcb81b1
 SHA512 
1dabd799c3b0f51c5158c58ebdad6f13662a2970b863a9414731fb7a9c4268ebd83c86fdc11d5de25f2998b6b847bd62d0d227b2bb38440618f583b4fa2d4e87
 DIST nbclient-0.6.6.gh.tar.gz 78247 BLAKE2B 
06793fe792dcb8606d74e85a7a5c4d8f3ba850f81191bf205706e404e67bfe3d6914dff5790c5d6dca62d7797482518b5d87b06da34f06a5cb44a8a0ff6855e4
 SHA512 
8ca0333a47920994d8afe7c8943b366d4669e7ad91daab1a36c57480b70e51dfd05c7cd44acd2a2005b8c0a6b41c4fe6be0fc22b75a3efe291e9c35dd334643c

diff --git a/dev-python/nbclient/nbclient-0.6.3.ebuild 
b/dev-python/nbclient/nbclient-0.6.3.ebuild
deleted file mode 100644
index 2df1e22489aa..
--- a/dev-python/nbclient/nbclient-0.6.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
-)

diff --git a/dev-python/nbclient/nbclient-0.6.5.ebuild 
b/dev-python/nbclient/nbclient-0.6.5.ebuild
deleted file mode 100644
index cc41ec1e5d49..
--- a/dev-python/nbclient/nbclient-0.6.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.2.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-

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

2022-07-02 Thread Arthur Zamarin
commit: be250bc8053b12e9a7d88d7833682e90c15dd436
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  2 12:17:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  2 12:17:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be250bc8

dev-python/nbclient: Stabilize 0.6.4 ALLARCHES, #855800

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

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

diff --git a/dev-python/nbclient/nbclient-0.6.4.ebuild 
b/dev-python/nbclient/nbclient-0.6.4.ebuild
index cc41ec1e5d49..857a17b52553 100644
--- a/dev-python/nbclient/nbclient-0.6.4.ebuild
+++ b/dev-python/nbclient/nbclient-0.6.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2022-07-01 Thread Michał Górny
commit: a975c09bbaf2868692c3239278f2284076075923
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 03:54:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 04:46:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a975c09b

dev-python/nbclient: Bump to 0.6.6

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

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

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 0c5646226a51..de17a04694c4 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,3 +1,4 @@
 DIST nbclient-0.6.3.tar.gz 77571 BLAKE2B 
41b96f8c174506a97b257b352e2614f023785137bf79d57d9bd4fd38942b54cc9db97bdf63c65579e67f88afd57ff81cbc798880080842e981797ee07be9f441
 SHA512 
bf267f3f49289cadcce412dc772f01dab5cd4d5a4ceb3fa12b076357d04191a15573d540773d47d58a14570fe219a9591ab539b917b52f3f7a902aac0493ba82
 DIST nbclient-0.6.4.gh.tar.gz 78101 BLAKE2B 
91a653eb1735fe1a43044f18da773bcb0c4afd485fe7bfd3630c8c6a80776c9ff7e4cb08130c4e3953f03832933c429e68d7383677d8e56c54b485d55b8c5469
 SHA512 
a953b40b314ce104b28dfb9178a004ca4726d8a5912c84c168bf71527ee224082d3910f11040b172b6e62683493978b9b10161b69cadbca48a5652a4f98b5009
 DIST nbclient-0.6.5.gh.tar.gz 78170 BLAKE2B 
690eb6c9b70d43210da013b7f0a2cd7e0ae76bd737dd9860df555c95f91e167c17dc6bbf54a73f98c2cff37d8f69d7246d3a3a6c45a33ce4187c498e6fcb81b1
 SHA512 
1dabd799c3b0f51c5158c58ebdad6f13662a2970b863a9414731fb7a9c4268ebd83c86fdc11d5de25f2998b6b847bd62d0d227b2bb38440618f583b4fa2d4e87
+DIST nbclient-0.6.6.gh.tar.gz 78247 BLAKE2B 
06793fe792dcb8606d74e85a7a5c4d8f3ba850f81191bf205706e404e67bfe3d6914dff5790c5d6dca62d7797482518b5d87b06da34f06a5cb44a8a0ff6855e4
 SHA512 
8ca0333a47920994d8afe7c8943b366d4669e7ad91daab1a36c57480b70e51dfd05c7cd44acd2a2005b8c0a6b41c4fe6be0fc22b75a3efe291e9c35dd334643c

diff --git a/dev-python/nbclient/nbclient-0.6.6.ebuild 
b/dev-python/nbclient/nbclient-0.6.6.ebuild
new file mode 100644
index ..cc41ec1e5d49
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.6.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.2.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)



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

2022-06-30 Thread Michał Górny
commit: 5cfebe16e6e3613161bec4ea99e1ddeb0f6296ed
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  1 04:21:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  1 06:53:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfebe16

dev-python/nbclient: Bump to 0.6.5

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

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

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 3994a720b465..0c5646226a51 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1,3 @@
 DIST nbclient-0.6.3.tar.gz 77571 BLAKE2B 
41b96f8c174506a97b257b352e2614f023785137bf79d57d9bd4fd38942b54cc9db97bdf63c65579e67f88afd57ff81cbc798880080842e981797ee07be9f441
 SHA512 
bf267f3f49289cadcce412dc772f01dab5cd4d5a4ceb3fa12b076357d04191a15573d540773d47d58a14570fe219a9591ab539b917b52f3f7a902aac0493ba82
 DIST nbclient-0.6.4.gh.tar.gz 78101 BLAKE2B 
91a653eb1735fe1a43044f18da773bcb0c4afd485fe7bfd3630c8c6a80776c9ff7e4cb08130c4e3953f03832933c429e68d7383677d8e56c54b485d55b8c5469
 SHA512 
a953b40b314ce104b28dfb9178a004ca4726d8a5912c84c168bf71527ee224082d3910f11040b172b6e62683493978b9b10161b69cadbca48a5652a4f98b5009
+DIST nbclient-0.6.5.gh.tar.gz 78170 BLAKE2B 
690eb6c9b70d43210da013b7f0a2cd7e0ae76bd737dd9860df555c95f91e167c17dc6bbf54a73f98c2cff37d8f69d7246d3a3a6c45a33ce4187c498e6fcb81b1
 SHA512 
1dabd799c3b0f51c5158c58ebdad6f13662a2970b863a9414731fb7a9c4268ebd83c86fdc11d5de25f2998b6b847bd62d0d227b2bb38440618f583b4fa2d4e87

diff --git a/dev-python/nbclient/nbclient-0.6.5.ebuild 
b/dev-python/nbclient/nbclient-0.6.5.ebuild
new file mode 100644
index ..cc41ec1e5d49
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.6.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.2.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)



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

2022-06-01 Thread Michał Górny
commit: 0cda5ad6bcc351c27d3ccae2794de73c722addfd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  1 10:01:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  1 10:01:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cda5ad6

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest   |  3 ---
 dev-python/nbclient/nbclient-0.5.13.ebuild | 39 ---
 dev-python/nbclient/nbclient-0.6.0.ebuild  | 42 --
 dev-python/nbclient/nbclient-0.6.2.ebuild  | 42 --
 4 files changed, 126 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 92b1d75eca1a..3994a720b465 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,5 +1,2 @@
-DIST nbclient-0.5.13.gh.tar.gz 75335 BLAKE2B 
02a1d7d84b51c3af81f4d511e3a68a94d28478d09241a174309d9338a10be9c2e7cc48601bfb844dcad979eca867890e96df47d0e2aa6d7f7881a2e899b79ab5
 SHA512 
cebb9c4216d4c1668908a0b332a32d63825e7c3cfcf78b3e918df16364a04a12c396646f4e0b215a9bbc40d1be907a361f90aff3721e299d17c852f8acec0d04
-DIST nbclient-0.6.0.gh.tar.gz 76454 BLAKE2B 
a6b9f829d4d67f18d489d913000d6507d988ba2e88a0a63c1e750941fa24d071b4c711f1bf2f8af154b62b853378c9c1a97426d8b4082bf6911be1da6935cb26
 SHA512 
3e986b44ebafde75b95042fc32f38d152487b5ce3a62aac4a41eca27c35d24c795c4dd0e694a9f211d06bc37ea4f76959ce30ebb8a19e04ed4ffafd5b8f1a4a1
-DIST nbclient-0.6.2.tar.gz 77390 BLAKE2B 
0281b8fdfb01f31f2a1b9ed4b85b4dae1f3becc4afce29bb4359291840cf0dd69ee8acc97872e7c7e532c337d3a41a5d694b3ba644883f11ccf503439216eafa
 SHA512 
878657911f30ae573a42f5a85d5e6359b32ae1aed178491912a51947677263137ce8ab7de0a34bb149a2fd4aab872c34977eb6ce1c77701ebfd1082b60576dd5
 DIST nbclient-0.6.3.tar.gz 77571 BLAKE2B 
41b96f8c174506a97b257b352e2614f023785137bf79d57d9bd4fd38942b54cc9db97bdf63c65579e67f88afd57ff81cbc798880080842e981797ee07be9f441
 SHA512 
bf267f3f49289cadcce412dc772f01dab5cd4d5a4ceb3fa12b076357d04191a15573d540773d47d58a14570fe219a9591ab539b917b52f3f7a902aac0493ba82
 DIST nbclient-0.6.4.gh.tar.gz 78101 BLAKE2B 
91a653eb1735fe1a43044f18da773bcb0c4afd485fe7bfd3630c8c6a80776c9ff7e4cb08130c4e3953f03832933c429e68d7383677d8e56c54b485d55b8c5469
 SHA512 
a953b40b314ce104b28dfb9178a004ca4726d8a5912c84c168bf71527ee224082d3910f11040b172b6e62683493978b9b10161b69cadbca48a5652a4f98b5009

diff --git a/dev-python/nbclient/nbclient-0.5.13.ebuild 
b/dev-python/nbclient/nbclient-0.5.13.ebuild
deleted file mode 100644
index 8af84eaa2b01..
--- a/dev-python/nbclient/nbclient-0.5.13.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/";
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/nbclient/nbclient-0.6.0.ebuild 
b/dev-python/nbclient/nbclient-0.6.0.ebuild
deleted file mode 100644
index 71bde32bb4c5..
--- a/dev-python/nbclient/nbclient-0.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/
-"
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   

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

2022-06-01 Thread Sam James
commit: 0e49f05988a6c37d1604ec54e112b4c4d6a53fbd
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  1 07:31:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  1 07:31:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e49f059

dev-python/nbclient: Stabilize 0.6.3 ALLARCHES, #848939

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

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

diff --git a/dev-python/nbclient/nbclient-0.6.3.ebuild 
b/dev-python/nbclient/nbclient-0.6.3.ebuild
index db858bad0b8b..2df1e22489aa 100644
--- a/dev-python/nbclient/nbclient-0.6.3.ebuild
+++ b/dev-python/nbclient/nbclient-0.6.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2022-06-01 Thread Michał Górny
commit: f3dceeeaf6b273a4e93a22f7c19e5bb27146bbb2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  1 06:24:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  1 07:21:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3dceeea

dev-python/nbclient: Bump to 0.6.4

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

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

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index f4554ea5a041..92b1d75eca1a 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -2,3 +2,4 @@ DIST nbclient-0.5.13.gh.tar.gz 75335 BLAKE2B 
02a1d7d84b51c3af81f4d511e3a68a94d28
 DIST nbclient-0.6.0.gh.tar.gz 76454 BLAKE2B 
a6b9f829d4d67f18d489d913000d6507d988ba2e88a0a63c1e750941fa24d071b4c711f1bf2f8af154b62b853378c9c1a97426d8b4082bf6911be1da6935cb26
 SHA512 
3e986b44ebafde75b95042fc32f38d152487b5ce3a62aac4a41eca27c35d24c795c4dd0e694a9f211d06bc37ea4f76959ce30ebb8a19e04ed4ffafd5b8f1a4a1
 DIST nbclient-0.6.2.tar.gz 77390 BLAKE2B 
0281b8fdfb01f31f2a1b9ed4b85b4dae1f3becc4afce29bb4359291840cf0dd69ee8acc97872e7c7e532c337d3a41a5d694b3ba644883f11ccf503439216eafa
 SHA512 
878657911f30ae573a42f5a85d5e6359b32ae1aed178491912a51947677263137ce8ab7de0a34bb149a2fd4aab872c34977eb6ce1c77701ebfd1082b60576dd5
 DIST nbclient-0.6.3.tar.gz 77571 BLAKE2B 
41b96f8c174506a97b257b352e2614f023785137bf79d57d9bd4fd38942b54cc9db97bdf63c65579e67f88afd57ff81cbc798880080842e981797ee07be9f441
 SHA512 
bf267f3f49289cadcce412dc772f01dab5cd4d5a4ceb3fa12b076357d04191a15573d540773d47d58a14570fe219a9591ab539b917b52f3f7a902aac0493ba82
+DIST nbclient-0.6.4.gh.tar.gz 78101 BLAKE2B 
91a653eb1735fe1a43044f18da773bcb0c4afd485fe7bfd3630c8c6a80776c9ff7e4cb08130c4e3953f03832933c429e68d7383677d8e56c54b485d55b8c5469
 SHA512 
a953b40b314ce104b28dfb9178a004ca4726d8a5912c84c168bf71527ee224082d3910f11040b172b6e62683493978b9b10161b69cadbca48a5652a4f98b5009

diff --git a/dev-python/nbclient/nbclient-0.6.4.ebuild 
b/dev-python/nbclient/nbclient-0.6.4.ebuild
new file mode 100644
index ..cc41ec1e5d49
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.6.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.2.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)



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

2022-05-10 Thread Michał Górny
commit: 5489d41048dc44ef486e5c47c06cddceae83eaac
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 10 09:06:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 10 10:06:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5489d410

dev-python/nbclient: Bump to 0.6.3

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

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

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index dfecd24fb822..f4554ea5a041 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,3 +1,4 @@
 DIST nbclient-0.5.13.gh.tar.gz 75335 BLAKE2B 
02a1d7d84b51c3af81f4d511e3a68a94d28478d09241a174309d9338a10be9c2e7cc48601bfb844dcad979eca867890e96df47d0e2aa6d7f7881a2e899b79ab5
 SHA512 
cebb9c4216d4c1668908a0b332a32d63825e7c3cfcf78b3e918df16364a04a12c396646f4e0b215a9bbc40d1be907a361f90aff3721e299d17c852f8acec0d04
 DIST nbclient-0.6.0.gh.tar.gz 76454 BLAKE2B 
a6b9f829d4d67f18d489d913000d6507d988ba2e88a0a63c1e750941fa24d071b4c711f1bf2f8af154b62b853378c9c1a97426d8b4082bf6911be1da6935cb26
 SHA512 
3e986b44ebafde75b95042fc32f38d152487b5ce3a62aac4a41eca27c35d24c795c4dd0e694a9f211d06bc37ea4f76959ce30ebb8a19e04ed4ffafd5b8f1a4a1
 DIST nbclient-0.6.2.tar.gz 77390 BLAKE2B 
0281b8fdfb01f31f2a1b9ed4b85b4dae1f3becc4afce29bb4359291840cf0dd69ee8acc97872e7c7e532c337d3a41a5d694b3ba644883f11ccf503439216eafa
 SHA512 
878657911f30ae573a42f5a85d5e6359b32ae1aed178491912a51947677263137ce8ab7de0a34bb149a2fd4aab872c34977eb6ce1c77701ebfd1082b60576dd5
+DIST nbclient-0.6.3.tar.gz 77571 BLAKE2B 
41b96f8c174506a97b257b352e2614f023785137bf79d57d9bd4fd38942b54cc9db97bdf63c65579e67f88afd57ff81cbc798880080842e981797ee07be9f441
 SHA512 
bf267f3f49289cadcce412dc772f01dab5cd4d5a4ceb3fa12b076357d04191a15573d540773d47d58a14570fe219a9591ab539b917b52f3f7a902aac0493ba82

diff --git a/dev-python/nbclient/nbclient-0.6.3.ebuild 
b/dev-python/nbclient/nbclient-0.6.3.ebuild
new file mode 100644
index ..db858bad0b8b
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.6.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   
'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
+)



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

2022-05-03 Thread Sam James
commit: 3d438d1b196f3cecbf4b9a9e4ec0de9c84dd90e6
Author: Sam James  gentoo  org>
AuthorDate: Wed May  4 05:17:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  4 05:17:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d438d1b

dev-python/nbclient: add 0.6.2

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.6.2.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 2abcc5769ff9..dfecd24fb822 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1,3 @@
 DIST nbclient-0.5.13.gh.tar.gz 75335 BLAKE2B 
02a1d7d84b51c3af81f4d511e3a68a94d28478d09241a174309d9338a10be9c2e7cc48601bfb844dcad979eca867890e96df47d0e2aa6d7f7881a2e899b79ab5
 SHA512 
cebb9c4216d4c1668908a0b332a32d63825e7c3cfcf78b3e918df16364a04a12c396646f4e0b215a9bbc40d1be907a361f90aff3721e299d17c852f8acec0d04
 DIST nbclient-0.6.0.gh.tar.gz 76454 BLAKE2B 
a6b9f829d4d67f18d489d913000d6507d988ba2e88a0a63c1e750941fa24d071b4c711f1bf2f8af154b62b853378c9c1a97426d8b4082bf6911be1da6935cb26
 SHA512 
3e986b44ebafde75b95042fc32f38d152487b5ce3a62aac4a41eca27c35d24c795c4dd0e694a9f211d06bc37ea4f76959ce30ebb8a19e04ed4ffafd5b8f1a4a1
+DIST nbclient-0.6.2.tar.gz 77390 BLAKE2B 
0281b8fdfb01f31f2a1b9ed4b85b4dae1f3becc4afce29bb4359291840cf0dd69ee8acc97872e7c7e532c337d3a41a5d694b3ba644883f11ccf503439216eafa
 SHA512 
878657911f30ae573a42f5a85d5e6359b32ae1aed178491912a51947677263137ce8ab7de0a34bb149a2fd4aab872c34977eb6ce1c77701ebfd1082b60576dd5

diff --git a/dev-python/nbclient/nbclient-0.6.2.ebuild 
b/dev-python/nbclient/nbclient-0.6.2.ebuild
new file mode 100644
index ..894b8c2bfd5d
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.6.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-04-16 Thread Arthur Zamarin
commit: 7c1b8d2c59c5d1f3a978f1ed83929e3b4748b41d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 16 08:10:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 16 08:10:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c1b8d2c

dev-python/nbclient: Stabilize 0.6.0 arm, #838511

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

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

diff --git a/dev-python/nbclient/nbclient-0.6.0.ebuild 
b/dev-python/nbclient/nbclient-0.6.0.ebuild
index 1c8cc466ad04..71bde32bb4c5 100644
--- a/dev-python/nbclient/nbclient-0.6.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.6.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2022-04-15 Thread Arthur Zamarin
commit: 2e8125a3f16768c67d58279f7d731d7608e8e881
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 15 15:25:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 15 15:25:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8125a3

dev-python/nbclient: Stabilize 0.6.0 arm64, #838511

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

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

diff --git a/dev-python/nbclient/nbclient-0.6.0.ebuild 
b/dev-python/nbclient/nbclient-0.6.0.ebuild
index 7cb4fc543a4b..1c8cc466ad04 100644
--- a/dev-python/nbclient/nbclient-0.6.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.6.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2022-04-12 Thread Michał Górny
commit: cf1f20efbbae5b67acb1e895ce6dd0d682183fe4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 12 16:57:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 12 17:34:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1f20ef

dev-python/nbclient: Bump to 0.6.0

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.6.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 272647d2fdeb..2abcc5769ff9 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1 +1,2 @@
 DIST nbclient-0.5.13.gh.tar.gz 75335 BLAKE2B 
02a1d7d84b51c3af81f4d511e3a68a94d28478d09241a174309d9338a10be9c2e7cc48601bfb844dcad979eca867890e96df47d0e2aa6d7f7881a2e899b79ab5
 SHA512 
cebb9c4216d4c1668908a0b332a32d63825e7c3cfcf78b3e918df16364a04a12c396646f4e0b215a9bbc40d1be907a361f90aff3721e299d17c852f8acec0d04
+DIST nbclient-0.6.0.gh.tar.gz 76454 BLAKE2B 
a6b9f829d4d67f18d489d913000d6507d988ba2e88a0a63c1e750941fa24d071b4c711f1bf2f8af154b62b853378c9c1a97426d8b4082bf6911be1da6935cb26
 SHA512 
3e986b44ebafde75b95042fc32f38d152487b5ce3a62aac4a41eca27c35d24c795c4dd0e694a9f211d06bc37ea4f76959ce30ebb8a19e04ed4ffafd5b8f1a4a1

diff --git a/dev-python/nbclient/nbclient-0.6.0.ebuild 
b/dev-python/nbclient/nbclient-0.6.0.ebuild
new file mode 100644
index ..7cb4fc543a4b
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.6.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/
+"
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-03-31 Thread Arthur Zamarin
commit: a9873efa25ba47edbfd927bd8c3ac2152b237d7f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 31 21:13:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 31 21:13:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9873efa

dev-python/nbclient: Stabilize 0.5.13 ppc64, #834263

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.13.ebuild 
b/dev-python/nbclient/nbclient-0.5.13.ebuild
index 958c41f4405c..8af84eaa2b01 100644
--- a/dev-python/nbclient/nbclient-0.5.13.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.13.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2022-03-20 Thread Michał Górny
commit: 0dc9a409626429fec6d09e8c641476bafd856afe
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 20 18:34:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 20 18:36:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc9a409

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest   |  2 --
 dev-python/nbclient/nbclient-0.5.11.ebuild | 39 --
 dev-python/nbclient/nbclient-0.5.5.ebuild  | 37 
 3 files changed, 78 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index e019e92ef920..272647d2fdeb 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,3 +1 @@
-DIST nbclient-0.5.11.gh.tar.gz 75556 BLAKE2B 
5c9e44ea1efc05457427ba6fb9bbb319efd5eb314ca4964e0df4b842faa3341f4f51ef74565434ddaf0dcf56c9e2a83ce7bd36ab6c50cc1d0349ecc50af75b51
 SHA512 
e4142dd28e21be7803651b8b7ed646e168a302edc2ec806b58fdd79454059fea3fedf270e1aaec6152433a15c2280bd38e4dfb0d740091a2ab2987530dbe3c6a
 DIST nbclient-0.5.13.gh.tar.gz 75335 BLAKE2B 
02a1d7d84b51c3af81f4d511e3a68a94d28478d09241a174309d9338a10be9c2e7cc48601bfb844dcad979eca867890e96df47d0e2aa6d7f7881a2e899b79ab5
 SHA512 
cebb9c4216d4c1668908a0b332a32d63825e7c3cfcf78b3e918df16364a04a12c396646f4e0b215a9bbc40d1be907a361f90aff3721e299d17c852f8acec0d04
-DIST nbclient-0.5.5.gh.tar.gz 72661 BLAKE2B 
b2be54c03c12a2cdc641e329946bae37a7b8c1c4aee8ac686c6e3350f27cf7a0a2e64653afb8acac7e373f5cbbab05feba3c1c4d7e8856974621f0d1c96005df
 SHA512 
3066f847c175ac26ab6918b71e84a8f87bc922f624011b707f8b0a6d872c123d7979a5ffec24a933b6f98a7f83bf530926ecccb5a1c6f24bd84b3fbda07fdf48

diff --git a/dev-python/nbclient/nbclient-0.5.11.ebuild 
b/dev-python/nbclient/nbclient-0.5.11.ebuild
deleted file mode 100644
index 3c26e9ba6a0e..
--- a/dev-python/nbclient/nbclient-0.5.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/";
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/nbclient/nbclient-0.5.5.ebuild 
b/dev-python/nbclient/nbclient-0.5.5.ebuild
deleted file mode 100644
index 842d2c36483a..
--- a/dev-python/nbclient/nbclient-0.5.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/";
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-03-20 Thread Sam James
commit: c872eb729c99cbb4ec94d8439b91aba7f2f86971
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 20 18:32:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 20 18:34:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c872eb72

dev-python/nbclient: Stabilize 0.5.13 ALLARCHES, #835669

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.13.ebuild 
b/dev-python/nbclient/nbclient-0.5.13.ebuild
index 08b83a96fbcc..958c41f4405c 100644
--- a/dev-python/nbclient/nbclient-0.5.13.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.13.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2022-03-18 Thread Arthur Zamarin
commit: b8dc3fb428e0e49a79db4d2c6aaf79e57b9ccbd9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 18 09:54:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 18 09:54:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8dc3fb4

dev-python/nbclient: Stabilize 0.5.5 sparc, #834263

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.5.ebuild 
b/dev-python/nbclient/nbclient-0.5.5.ebuild
index 14645dd8d0dd..842d2c36483a 100644
--- a/dev-python/nbclient/nbclient-0.5.5.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2022-03-11 Thread Sam James
commit: 6d6d7d6cd8f5fe0c3da6b619ac063436113bc334
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 11 09:18:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 11 11:00:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6d7d6c

dev-python/nbclient: add 0.5.13

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

 dev-python/nbclient/Manifest   |  1 +
 dev-python/nbclient/nbclient-0.5.13.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 3adc08ec7be3..e019e92ef920 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1,3 @@
 DIST nbclient-0.5.11.gh.tar.gz 75556 BLAKE2B 
5c9e44ea1efc05457427ba6fb9bbb319efd5eb314ca4964e0df4b842faa3341f4f51ef74565434ddaf0dcf56c9e2a83ce7bd36ab6c50cc1d0349ecc50af75b51
 SHA512 
e4142dd28e21be7803651b8b7ed646e168a302edc2ec806b58fdd79454059fea3fedf270e1aaec6152433a15c2280bd38e4dfb0d740091a2ab2987530dbe3c6a
+DIST nbclient-0.5.13.gh.tar.gz 75335 BLAKE2B 
02a1d7d84b51c3af81f4d511e3a68a94d28478d09241a174309d9338a10be9c2e7cc48601bfb844dcad979eca867890e96df47d0e2aa6d7f7881a2e899b79ab5
 SHA512 
cebb9c4216d4c1668908a0b332a32d63825e7c3cfcf78b3e918df16364a04a12c396646f4e0b215a9bbc40d1be907a361f90aff3721e299d17c852f8acec0d04
 DIST nbclient-0.5.5.gh.tar.gz 72661 BLAKE2B 
b2be54c03c12a2cdc641e329946bae37a7b8c1c4aee8ac686c6e3350f27cf7a0a2e64653afb8acac7e373f5cbbab05feba3c1c4d7e8856974621f0d1c96005df
 SHA512 
3066f847c175ac26ab6918b71e84a8f87bc922f624011b707f8b0a6d872c123d7979a5ffec24a933b6f98a7f83bf530926ecccb5a1c6f24bd84b3fbda07fdf48

diff --git a/dev-python/nbclient/nbclient-0.5.13.ebuild 
b/dev-python/nbclient/nbclient-0.5.13.ebuild
new file mode 100644
index ..08b83a96fbcc
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.5.13.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/";
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-02-15 Thread Michał Górny
commit: d94948a58ad4574d9f016e5e16fd99b937af7b6e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 15 08:56:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 15 09:04:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94948a5

dev-python/nbclient: Bump to 0.5.11

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

 dev-python/nbclient/Manifest   |  1 +
 dev-python/nbclient/nbclient-0.5.11.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index dfac5e5cfb91..3adc08ec7be3 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1 +1,2 @@
+DIST nbclient-0.5.11.gh.tar.gz 75556 BLAKE2B 
5c9e44ea1efc05457427ba6fb9bbb319efd5eb314ca4964e0df4b842faa3341f4f51ef74565434ddaf0dcf56c9e2a83ce7bd36ab6c50cc1d0349ecc50af75b51
 SHA512 
e4142dd28e21be7803651b8b7ed646e168a302edc2ec806b58fdd79454059fea3fedf270e1aaec6152433a15c2280bd38e4dfb0d740091a2ab2987530dbe3c6a
 DIST nbclient-0.5.5.gh.tar.gz 72661 BLAKE2B 
b2be54c03c12a2cdc641e329946bae37a7b8c1c4aee8ac686c6e3350f27cf7a0a2e64653afb8acac7e373f5cbbab05feba3c1c4d7e8856974621f0d1c96005df
 SHA512 
3066f847c175ac26ab6918b71e84a8f87bc922f624011b707f8b0a6d872c123d7979a5ffec24a933b6f98a7f83bf530926ecccb5a1c6f24bd84b3fbda07fdf48

diff --git a/dev-python/nbclient/nbclient-0.5.11.ebuild 
b/dev-python/nbclient/nbclient-0.5.11.ebuild
new file mode 100644
index ..3c26e9ba6a0e
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.5.11.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020-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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/";
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-12-26 Thread Michał Górny
commit: 8ef564bb68814de56d6f682422fd93807a4cd5f0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 27 04:54:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 27 04:54:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef564bb

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest  |  1 -
 dev-python/nbclient/nbclient-0.5.4.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 5c80ae4ed72a..dfac5e5cfb91 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1 @@
-DIST nbclient-0.5.4.gh.tar.gz 69711 BLAKE2B 
d229cf7a20df622f87984460735a6817d8bc50243b2980b2a14ce84b4f9b97336cc9fd0d4259cfa6700279eb555debf1a0bb57d9d28d78447e6a227097b77feb
 SHA512 
1dcee18a13f143f4a688ed1d9baaca91b1753bfabac9ea97eadfa4a96fc8cd6462f471645da586a3c5c4b03550cbf5948c7320a26a299807ae09cc823cd7ff86
 DIST nbclient-0.5.5.gh.tar.gz 72661 BLAKE2B 
b2be54c03c12a2cdc641e329946bae37a7b8c1c4aee8ac686c6e3350f27cf7a0a2e64653afb8acac7e373f5cbbab05feba3c1c4d7e8856974621f0d1c96005df
 SHA512 
3066f847c175ac26ab6918b71e84a8f87bc922f624011b707f8b0a6d872c123d7979a5ffec24a933b6f98a7f83bf530926ecccb5a1c6f24bd84b3fbda07fdf48

diff --git a/dev-python/nbclient/nbclient-0.5.4.ebuild 
b/dev-python/nbclient/nbclient-0.5.4.ebuild
deleted file mode 100644
index 4c73ef80902b..
--- a/dev-python/nbclient/nbclient-0.5.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/";
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ppc ~ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2021-12-26 Thread Sam James
commit: ec752c45072095a3f7cf7e252264dad5072d3c69
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 23:43:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 23:43:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec752c45

dev-python/nbclient: Stabilize 0.5.5 ALLARCHES, #829277

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.5.ebuild 
b/dev-python/nbclient/nbclient-0.5.5.ebuild
index 75321d0ac5fc..14645dd8d0dd 100644
--- a/dev-python/nbclient/nbclient-0.5.5.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2021-12-24 Thread Sam James
commit: 0b8eac2ac0832d51abac81dcb82e270fafeddf59
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 24 14:45:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 24 21:10:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8eac2a

dev-python/nbclient: stable 0.5.5 for hppa, bug #829277

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/nbclient/nbclient-0.5.5.ebuild 
b/dev-python/nbclient/nbclient-0.5.5.ebuild
index f63feb6f826d..75321d0ac5fc 100644
--- a/dev-python/nbclient/nbclient-0.5.5.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2021-11-18 Thread Sam James
commit: 2b5490fbd10dc50ee3dbd48596b22ec934067027
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 18 08:10:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 18 08:10:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5490fb

dev-python/nbclient: Stabilize 0.5.4 ppc, #811939

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.4.ebuild 
b/dev-python/nbclient/nbclient-0.5.4.ebuild
index e7aac12b704e..4c73ef80902b 100644
--- a/dev-python/nbclient/nbclient-0.5.4.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2021-11-17 Thread Sam James
commit: aee8f7125938e3267febc0debd8ad6db81a1
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 18 05:35:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 18 05:35:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee8f712

dev-python/nbclient: Stabilize 0.5.4 hppa, #811939

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.4.ebuild 
b/dev-python/nbclient/nbclient-0.5.4.ebuild
index ceecd1402efa..e7aac12b704e 100644
--- a/dev-python/nbclient/nbclient-0.5.4.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2021-11-14 Thread Sam James
commit: 8548668c678073e7e83f7a0a4e20532d759aa060
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 20:35:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 20:35:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8548668c

dev-python/nbclient: Keyword 0.5.5 hppa, #808378

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.5.ebuild 
b/dev-python/nbclient/nbclient-0.5.5.ebuild
index bbd5cc247ca7..f63feb6f826d 100644
--- a/dev-python/nbclient/nbclient-0.5.5.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

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

dev-python/nbclient: Keyword 0.5.5 ia64, #808378

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.5.ebuild 
b/dev-python/nbclient/nbclient-0.5.5.ebuild
index 28d2acc95455..bbd5cc247ca7 100644
--- a/dev-python/nbclient/nbclient-0.5.5.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2021-11-09 Thread Michał Górny
commit: fae8779c38b7808be5aa721ff35e3021906106bc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  9 09:00:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  9 10:20:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae8779c

dev-python/nbclient: Bump to 0.5.5

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.5.5.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index d42b3b60c0b..5c80ae4ed72 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1 +1,2 @@
 DIST nbclient-0.5.4.gh.tar.gz 69711 BLAKE2B 
d229cf7a20df622f87984460735a6817d8bc50243b2980b2a14ce84b4f9b97336cc9fd0d4259cfa6700279eb555debf1a0bb57d9d28d78447e6a227097b77feb
 SHA512 
1dcee18a13f143f4a688ed1d9baaca91b1753bfabac9ea97eadfa4a96fc8cd6462f471645da586a3c5c4b03550cbf5948c7320a26a299807ae09cc823cd7ff86
+DIST nbclient-0.5.5.gh.tar.gz 72661 BLAKE2B 
b2be54c03c12a2cdc641e329946bae37a7b8c1c4aee8ac686c6e3350f27cf7a0a2e64653afb8acac7e373f5cbbab05feba3c1c4d7e8856974621f0d1c96005df
 SHA512 
3066f847c175ac26ab6918b71e84a8f87bc922f624011b707f8b0a6d872c123d7979a5ffec24a933b6f98a7f83bf530926ecccb5a1c6f24bd84b3fbda07fdf48

diff --git a/dev-python/nbclient/nbclient-0.5.5.ebuild 
b/dev-python/nbclient/nbclient-0.5.5.ebuild
new file mode 100644
index 000..28d2acc9545
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.5.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/";
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-10-04 Thread Michał Górny
commit: 017899361dec2553c32f057c0712d62d33e2c8d2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  4 06:22:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  4 08:05:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01789936

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest  |  1 -
 dev-python/nbclient/nbclient-0.5.3.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index a47e36e4c1d..d42b3b60c0b 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1 @@
-DIST nbclient-0.5.3.gh.tar.gz 69340 BLAKE2B 
ef2908037b350879b4494a9676550754b51c218c0b344c8f26882fac63d3de65b37329fc8aa586f71f0fcb24d0508c2aec81d1066021abd4c66ee1b220574ef8
 SHA512 
16a92bdab931c2cec133389bfd491c9f3f4ca7ff3b11a3eb70fcdb568a0aecb8cca65d5a1fb25ff9a6ed6d581bed04de8e51ac2d856fad386b22aa6a2424c991
 DIST nbclient-0.5.4.gh.tar.gz 69711 BLAKE2B 
d229cf7a20df622f87984460735a6817d8bc50243b2980b2a14ce84b4f9b97336cc9fd0d4259cfa6700279eb555debf1a0bb57d9d28d78447e6a227097b77feb
 SHA512 
1dcee18a13f143f4a688ed1d9baaca91b1753bfabac9ea97eadfa4a96fc8cd6462f471645da586a3c5c4b03550cbf5948c7320a26a299807ae09cc823cd7ff86

diff --git a/dev-python/nbclient/nbclient-0.5.3.ebuild 
b/dev-python/nbclient/nbclient-0.5.3.ebuild
deleted file mode 100644
index 9a6e3e26d92..000
--- a/dev-python/nbclient/nbclient-0.5.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/";
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   dev-python/async_generator[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2021-10-03 Thread Sam James
commit: 356b6a037ca41c33516866d6783d6ad068d495ac
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  4 00:48:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 00:48:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356b6a03

dev-python/nbclient: Stabilize 0.5.4 ALLARCHES, #815961

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.4.ebuild 
b/dev-python/nbclient/nbclient-0.5.4.ebuild
index 28d2acc9545..ceecd1402ef 100644
--- a/dev-python/nbclient/nbclient-0.5.4.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2021-09-05 Thread Sam James
commit: cd59bb8a4c4f96ad4c6bbad503e845bf058986cf
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep  6 00:18:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  6 00:18:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd59bb8a

dev-python/nbclient: Keyword 0.5.4 s390, #808378

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.4.ebuild 
b/dev-python/nbclient/nbclient-0.5.4.ebuild
index 75b6b7a..28d2acc9545 100644
--- a/dev-python/nbclient/nbclient-0.5.4.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 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/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2021-09-01 Thread Marek Szuba
commit: b9e9d33fed03b11e13b4b17ef05dfdd5e1fed3df
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep  1 23:56:48 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 00:01:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e9d33f

dev-python/nbclient: keyword 0.5.4 for ~riscv

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.4.ebuild 
b/dev-python/nbclient/nbclient-0.5.4.ebuild
index 4685a1d6d80..75b6b7a 100644
--- a/dev-python/nbclient/nbclient-0.5.4.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2021-08-17 Thread Michał Górny
commit: 0e85c1f11221a41fbbdea9278bc1ca34bf120fa9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 17 07:08:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 17 07:28:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e85c1f1

dev-python/nbclient: Bump to 0.5.4

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.5.4.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 39c05de7fa8..a47e36e4c1d 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1 +1,2 @@
 DIST nbclient-0.5.3.gh.tar.gz 69340 BLAKE2B 
ef2908037b350879b4494a9676550754b51c218c0b344c8f26882fac63d3de65b37329fc8aa586f71f0fcb24d0508c2aec81d1066021abd4c66ee1b220574ef8
 SHA512 
16a92bdab931c2cec133389bfd491c9f3f4ca7ff3b11a3eb70fcdb568a0aecb8cca65d5a1fb25ff9a6ed6d581bed04de8e51ac2d856fad386b22aa6a2424c991
+DIST nbclient-0.5.4.gh.tar.gz 69711 BLAKE2B 
d229cf7a20df622f87984460735a6817d8bc50243b2980b2a14ce84b4f9b97336cc9fd0d4259cfa6700279eb555debf1a0bb57d9d28d78447e6a227097b77feb
 SHA512 
1dcee18a13f143f4a688ed1d9baaca91b1753bfabac9ea97eadfa4a96fc8cd6462f471645da586a3c5c4b03550cbf5948c7320a26a299807ae09cc823cd7ff86

diff --git a/dev-python/nbclient/nbclient-0.5.4.ebuild 
b/dev-python/nbclient/nbclient-0.5.4.ebuild
new file mode 100644
index 000..4685a1d6d80
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.5.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/";
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-07-11 Thread Sam James
commit: cbf8c54b395c99691b807fa6d5dff8ec535865f7
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 06:39:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 06:41:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf8c54b

dev-python/nbclient: Keyword 0.5.3 ppc, #796365

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.3.ebuild 
b/dev-python/nbclient/nbclient-0.5.3.ebuild
index 9521fa1c9ee..9a6e3e26d92 100644
--- a/dev-python/nbclient/nbclient-0.5.3.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-07-11 Thread Georgy Yakovlev
commit: ef385fb583f6111c918c3aa7fb3c6b9dcb0f04ab
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 11 09:08:44 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 11 10:13:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef385fb5

dev-python/nbclient: ppc64 keyworded

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/dev-python/nbclient/nbclient-0.5.3.ebuild 
b/dev-python/nbclient/nbclient-0.5.3.ebuild
index 589d2f5385b..9521fa1c9ee 100644
--- a/dev-python/nbclient/nbclient-0.5.3.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-07-01 Thread Michał Górny
commit: fd25f0ebb96980c38cb7243f2be133a4ca67fccc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  1 16:52:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  1 17:53:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd25f0eb

dev-python/nbclient: Port to py3.10

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

 dev-python/nbclient/nbclient-0.5.3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/nbclient/nbclient-0.5.3.ebuild 
b/dev-python/nbclient/nbclient-0.5.3.ebuild
index 5636aa1ef7f..589d2f5385b 100644
--- a/dev-python/nbclient/nbclient-0.5.3.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.3.ebuild
@@ -1,10 +1,9 @@
 # Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="A client library for executing Jupyter notebooks"



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

2021-06-19 Thread Sam James
commit: 6a2de2334a3a62baa4dfa151493d6d811978c532
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2de233

dev-python/nbclient: Keyword 0.5.3 arm, #796365

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.3.ebuild 
b/dev-python/nbclient/nbclient-0.5.3.ebuild
index ac9c8e17af1..13323bcdf86 100644
--- a/dev-python/nbclient/nbclient-0.5.3.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-03-30 Thread Michał Górny
commit: c2279c5edd5f026549d7b4a19922f97b45a45cb8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 30 22:25:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 30 22:25:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2279c5e

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest  |  1 -
 dev-python/nbclient/nbclient-0.5.2.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index bd0c7037ce2..39c05de7fa8 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1 @@
-DIST nbclient-0.5.2.gh.tar.gz 69270 BLAKE2B 
8365e8097846239f22682784408a944ba6fa97ed71e8a57f0fcd6f87630ccb4ddf3f7a2636aa051342be00d8bac866eec2e259d4c2e914ea437398a562166f58
 SHA512 
e5c5dae3be9fc37078d358093307f45f30ada67c52d4cdcde56a09846e924d892f6ac98d0acf80207b59de2f4b08f64d12f62b98733e7776cc2a894d6e3516e9
 DIST nbclient-0.5.3.gh.tar.gz 69340 BLAKE2B 
ef2908037b350879b4494a9676550754b51c218c0b344c8f26882fac63d3de65b37329fc8aa586f71f0fcb24d0508c2aec81d1066021abd4c66ee1b220574ef8
 SHA512 
16a92bdab931c2cec133389bfd491c9f3f4ca7ff3b11a3eb70fcdb568a0aecb8cca65d5a1fb25ff9a6ed6d581bed04de8e51ac2d856fad386b22aa6a2424c991

diff --git a/dev-python/nbclient/nbclient-0.5.2.ebuild 
b/dev-python/nbclient/nbclient-0.5.2.ebuild
deleted file mode 100644
index ac9c8e17af1..000
--- a/dev-python/nbclient/nbclient-0.5.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/";
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="
-   dev-python/async_generator[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2021-03-30 Thread Sam James
commit: 9476910ee65808b55bf41e634b3cfe98d968a7cb
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 30 22:02:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 30 22:02:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9476910e

dev-python/nbclient: Stabilize 0.5.3 ALLARCHES, #779277

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.3.ebuild 
b/dev-python/nbclient/nbclient-0.5.3.ebuild
index 6dfa8f2ac37..ac9c8e17af1 100644
--- a/dev-python/nbclient/nbclient-0.5.3.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 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/nbclient/

2021-03-15 Thread Michał Górny
commit: 81bfb8063f4bfc9c8eb9139d38ceba74e59f7d63
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 15 08:53:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 15 08:53:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bfb806

dev-python/nbclient: Remove old

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

 dev-python/nbclient/Manifest  |  1 -
 dev-python/nbclient/nbclient-0.5.1.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 3fe73fb0d8a..bd0c7037ce2 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,3 +1,2 @@
-DIST nbclient-0.5.1.gh.tar.gz 69197 BLAKE2B 
3c6f3e70c159f5209c637caf7d85ba8114fbcb47dec616c2b15db4dd80d4316a55d55f37fa7a1ad40ec3672c449ad1e693de3cefe0b37e8d67c4cbda3dcd6771
 SHA512 
a19b09d24fa7e6ba892d6cca65cb73bd37e3e13c4413324598bccc143ef0dc0cf91c5a549614d06b55368a1dff2bb8ef97e8079d08620b308b677a9b01740129
 DIST nbclient-0.5.2.gh.tar.gz 69270 BLAKE2B 
8365e8097846239f22682784408a944ba6fa97ed71e8a57f0fcd6f87630ccb4ddf3f7a2636aa051342be00d8bac866eec2e259d4c2e914ea437398a562166f58
 SHA512 
e5c5dae3be9fc37078d358093307f45f30ada67c52d4cdcde56a09846e924d892f6ac98d0acf80207b59de2f4b08f64d12f62b98733e7776cc2a894d6e3516e9
 DIST nbclient-0.5.3.gh.tar.gz 69340 BLAKE2B 
ef2908037b350879b4494a9676550754b51c218c0b344c8f26882fac63d3de65b37329fc8aa586f71f0fcb24d0508c2aec81d1066021abd4c66ee1b220574ef8
 SHA512 
16a92bdab931c2cec133389bfd491c9f3f4ca7ff3b11a3eb70fcdb568a0aecb8cca65d5a1fb25ff9a6ed6d581bed04de8e51ac2d856fad386b22aa6a2424c991

diff --git a/dev-python/nbclient/nbclient-0.5.1.ebuild 
b/dev-python/nbclient/nbclient-0.5.1.ebuild
deleted file mode 100644
index 89fc2c7c16d..000
--- a/dev-python/nbclient/nbclient-0.5.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client library for executing Jupyter notebooks"
-HOMEPAGE="
-   https://nbclient.readthedocs.io/en/latest/
-   https://github.com/jupyter/nbclient/
-   https://pypi.org/project/nbclient/";
-SRC_URI="
-   https://github.com/jupyter/nbclient/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="
-   dev-python/async_generator[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2021-03-14 Thread Sam James
commit: 355146dbd4b0fdfc87ebab46526edb5bf50c2a3b
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 03:50:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 03:50:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355146db

dev-python/nbclient: Stabilize 0.5.2 ALLARCHES, #776100

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.2.ebuild 
b/dev-python/nbclient/nbclient-0.5.2.ebuild
index 6dfa8f2ac37..ac9c8e17af1 100644
--- a/dev-python/nbclient/nbclient-0.5.2.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 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/nbclient/

2021-02-26 Thread Michał Górny
commit: ce09aa6d10f99f9fd839a81605281d9523b3041a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 26 14:10:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 26 14:33:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce09aa6d

dev-python/nbclient: Bump to 0.5.3

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.5.3.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 64760a0848d..3fe73fb0d8a 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1,2 +1,3 @@
 DIST nbclient-0.5.1.gh.tar.gz 69197 BLAKE2B 
3c6f3e70c159f5209c637caf7d85ba8114fbcb47dec616c2b15db4dd80d4316a55d55f37fa7a1ad40ec3672c449ad1e693de3cefe0b37e8d67c4cbda3dcd6771
 SHA512 
a19b09d24fa7e6ba892d6cca65cb73bd37e3e13c4413324598bccc143ef0dc0cf91c5a549614d06b55368a1dff2bb8ef97e8079d08620b308b677a9b01740129
 DIST nbclient-0.5.2.gh.tar.gz 69270 BLAKE2B 
8365e8097846239f22682784408a944ba6fa97ed71e8a57f0fcd6f87630ccb4ddf3f7a2636aa051342be00d8bac866eec2e259d4c2e914ea437398a562166f58
 SHA512 
e5c5dae3be9fc37078d358093307f45f30ada67c52d4cdcde56a09846e924d892f6ac98d0acf80207b59de2f4b08f64d12f62b98733e7776cc2a894d6e3516e9
+DIST nbclient-0.5.3.gh.tar.gz 69340 BLAKE2B 
ef2908037b350879b4494a9676550754b51c218c0b344c8f26882fac63d3de65b37329fc8aa586f71f0fcb24d0508c2aec81d1066021abd4c66ee1b220574ef8
 SHA512 
16a92bdab931c2cec133389bfd491c9f3f4ca7ff3b11a3eb70fcdb568a0aecb8cca65d5a1fb25ff9a6ed6d581bed04de8e51ac2d856fad386b22aa6a2424c991

diff --git a/dev-python/nbclient/nbclient-0.5.3.ebuild 
b/dev-python/nbclient/nbclient-0.5.3.ebuild
new file mode 100644
index 000..6dfa8f2ac37
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.5.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/";
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/async_generator[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-02-10 Thread Michał Górny
commit: 8a1303a6adac61cee7e5d9b2a0e272025e3495e4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  9 23:47:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 10 08:06:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1303a6

dev-python/nbclient: Bump to 0.5.2

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.5.2.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 25a10c4db54..64760a0848d 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1 +1,2 @@
 DIST nbclient-0.5.1.gh.tar.gz 69197 BLAKE2B 
3c6f3e70c159f5209c637caf7d85ba8114fbcb47dec616c2b15db4dd80d4316a55d55f37fa7a1ad40ec3672c449ad1e693de3cefe0b37e8d67c4cbda3dcd6771
 SHA512 
a19b09d24fa7e6ba892d6cca65cb73bd37e3e13c4413324598bccc143ef0dc0cf91c5a549614d06b55368a1dff2bb8ef97e8079d08620b308b677a9b01740129
+DIST nbclient-0.5.2.gh.tar.gz 69270 BLAKE2B 
8365e8097846239f22682784408a944ba6fa97ed71e8a57f0fcd6f87630ccb4ddf3f7a2636aa051342be00d8bac866eec2e259d4c2e914ea437398a562166f58
 SHA512 
e5c5dae3be9fc37078d358093307f45f30ada67c52d4cdcde56a09846e924d892f6ac98d0acf80207b59de2f4b08f64d12f62b98733e7776cc2a894d6e3516e9

diff --git a/dev-python/nbclient/nbclient-0.5.2.ebuild 
b/dev-python/nbclient/nbclient-0.5.2.ebuild
new file mode 100644
index 000..6dfa8f2ac37
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.5.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/";
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/async_generator[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2020-10-25 Thread Sam James
commit: 5394bde2db829b47c3a5f3b2268feebb3601011e
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 21:47:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 21:47:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5394bde2

dev-python/nbclient: Stabilize 0.5.1 ALLARCHES, #750629

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.1.ebuild 
b/dev-python/nbclient/nbclient-0.5.1.ebuild
index 9f5bd42eba9..89fc2c7c16d 100644
--- a/dev-python/nbclient/nbclient-0.5.1.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 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/nbclient/

2020-10-25 Thread Thomas Deutschmann
commit: c02645c8064a9df0c67476e1e14341f7aea706e1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 21:29:55 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 21:33:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02645c8

dev-python/nbclient: x86 stable (bug #750629)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/nbclient/nbclient-0.5.1.ebuild 
b/dev-python/nbclient/nbclient-0.5.1.ebuild
index 7d257786d90..9f5bd42eba9 100644
--- a/dev-python/nbclient/nbclient-0.5.1.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 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/nbclient/

2020-10-16 Thread Michał Górny
commit: 9a543ba286972cbd7018e9f490fe19b7e7ffad12
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 16 06:44:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 07:41:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a543ba2

dev-python/nbclient: Bump to 0.5.1

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

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/nbclient-0.5.1.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
index 1862efb5175..163cacdb08c 100644
--- a/dev-python/nbclient/Manifest
+++ b/dev-python/nbclient/Manifest
@@ -1 +1,2 @@
 DIST nbclient-0.5.0.gh.tar.gz 68957 BLAKE2B 
bb041b98ffa38fbafc3e8dd1b21b56b3cdf4eec0ee435e118baa063d13a4a2c13d49e17591bb1365a31ed4dbf6b19732f225402de6fc15fcbbd73b73db2016df
 SHA512 
0633b1237d545be422626758993309e252c34ca16370203476244e2c98c518deaa5cb99987a8282aecc18e6ef1fdb4a4b9b76bc4fd62affa5e3d2fd31175e95a
+DIST nbclient-0.5.1.gh.tar.gz 69197 BLAKE2B 
3c6f3e70c159f5209c637caf7d85ba8114fbcb47dec616c2b15db4dd80d4316a55d55f37fa7a1ad40ec3672c449ad1e693de3cefe0b37e8d67c4cbda3dcd6771
 SHA512 
a19b09d24fa7e6ba892d6cca65cb73bd37e3e13c4413324598bccc143ef0dc0cf91c5a549614d06b55368a1dff2bb8ef97e8079d08620b308b677a9b01740129

diff --git a/dev-python/nbclient/nbclient-0.5.1.ebuild 
b/dev-python/nbclient/nbclient-0.5.1.ebuild
new file mode 100644
index 000..7d257786d90
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.5.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/";
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/async_generator[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2020-09-18 Thread Sam James
commit: 77007c0cc64c013a5f49809ff88cc5300f5ed371
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 18 23:55:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 18 23:55:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77007c0c

dev-python/nbclient: Keyword 0.5.0 arm64, #741702

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.0.ebuild 
b/dev-python/nbclient/nbclient-0.5.0.ebuild
index 0f4853ee4e0..7d257786d90 100644
--- a/dev-python/nbclient/nbclient-0.5.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2020-09-11 Thread Michał Górny
commit: bd85d2461541f7e72c0d3ffa510ce9833b6f015d
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 11 00:51:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 11 07:17:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd85d246

dev-python/nbclient: new package

New dependency of dev-python/nbconvert.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbclient/Manifest  |  1 +
 dev-python/nbclient/metadata.xml  | 13 +++
 dev-python/nbclient/nbclient-0.5.0.ebuild | 39 +++
 3 files changed, 53 insertions(+)

diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
new file mode 100644
index 000..1862efb5175
--- /dev/null
+++ b/dev-python/nbclient/Manifest
@@ -0,0 +1 @@
+DIST nbclient-0.5.0.gh.tar.gz 68957 BLAKE2B 
bb041b98ffa38fbafc3e8dd1b21b56b3cdf4eec0ee435e118baa063d13a4a2c13d49e17591bb1365a31ed4dbf6b19732f225402de6fc15fcbbd73b73db2016df
 SHA512 
0633b1237d545be422626758993309e252c34ca16370203476244e2c98c518deaa5cb99987a8282aecc18e6ef1fdb4a4b9b76bc4fd62affa5e3d2fd31175e95a

diff --git a/dev-python/nbclient/metadata.xml b/dev-python/nbclient/metadata.xml
new file mode 100644
index 000..f4e41e36ad7
--- /dev/null
+++ b/dev-python/nbclient/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+  
+nbclient
+jupyter/nbclient
+  
+

diff --git a/dev-python/nbclient/nbclient-0.5.0.ebuild 
b/dev-python/nbclient/nbclient-0.5.0.ebuild
new file mode 100644
index 000..0f4853ee4e0
--- /dev/null
+++ b/dev-python/nbclient/nbclient-0.5.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client library for executing Jupyter notebooks"
+HOMEPAGE="
+   https://nbclient.readthedocs.io/en/latest/
+   https://github.com/jupyter/nbclient/
+   https://pypi.org/project/nbclient/";
+SRC_URI="
+   https://github.com/jupyter/nbclient/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/async_generator[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest