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

2024-04-17 Thread Michał Górny
commit: 63162f0364913c5f56dac7031de0dc4003f9d5ff
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 18 05:17:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 18 05:31:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63162f03

dev-python/notebook: Bump to 7.1.3

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-7.1.3.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 5e360b210188..78e4b2f22c3a 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1 +1,2 @@
 DIST notebook-7.1.2.tar.gz 4897634 BLAKE2B 
c505534f847e58ae40b942a2a4da5105ab60cc81de87d97dd685f63db93af453fcc091d9d488ce73be690e76f5a94497c2bfcc318afbf233440b231eeb8c02e5
 SHA512 
0319f96d656dab8dd581207b1b396252025618041f5c33c6c36fd66bcb10e3f678869705fcdaa667eea2d9778d969db56e366e6ea260122167903ce372aee3ea
+DIST notebook-7.1.3.tar.gz 4897695 BLAKE2B 
ed43c72cf9cc3a9c96e71aa62a2079f2fcd7f6eed3469794a78673eeb0afb8bf2cabd3c3f1f9cfed7270ff02d78c6ba10cbc3785cfac82cac5083b8c8194cfc7
 SHA512 
596a35b718c222f960023f31c9a3c85661622d7aaa901abb81569dc465cfaf5aba137caa1c046b7b18d5e6b5ed59e0bc3849b03e74c3e45f7344adcfdb95f594

diff --git a/dev-python/notebook/notebook-7.1.3.ebuild 
b/dev-python/notebook/notebook-7.1.3.ebuild
new file mode 100644
index ..31ad57353c3d
--- /dev/null
+++ b/dev-python/notebook/notebook-7.1.3.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/notebook/
+   https://pypi.org/project/notebook/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.1.1[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-server-2.22.1[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2024-03-30 Thread Michał Górny
commit: 43976266560aa754cc519a689bce267875b7ae9a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:56:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:56:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43976266

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest  |  1 -
 dev-python/notebook/notebook-7.1.1.ebuild | 64 ---
 2 files changed, 65 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index f4603fe77270..5e360b210188 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1 @@
-DIST notebook-7.1.1.tar.gz 4896811 BLAKE2B 
30f3f8b7a5fa0d1ed0ab03464b4139d0545d5bd8df451640ed07918dc2baf85b38fe4d9575133c088dc308774c074dc781a8bba6290663da34b2684b8a66f10c
 SHA512 
ee0b9e41f60a02b826a8d2b387a5158ff49340893e9b211faccb56f024a817e046677d667711d2186da29bf472194b788c9ab8fb3900b002de0700fc3ae70597
 DIST notebook-7.1.2.tar.gz 4897634 BLAKE2B 
c505534f847e58ae40b942a2a4da5105ab60cc81de87d97dd685f63db93af453fcc091d9d488ce73be690e76f5a94497c2bfcc318afbf233440b231eeb8c02e5
 SHA512 
0319f96d656dab8dd581207b1b396252025618041f5c33c6c36fd66bcb10e3f678869705fcdaa667eea2d9778d969db56e366e6ea260122167903ce372aee3ea

diff --git a/dev-python/notebook/notebook-7.1.1.ebuild 
b/dev-python/notebook/notebook-7.1.1.ebuild
deleted file mode 100644
index cfe050133550..
--- a/dev-python/notebook/notebook-7.1.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter/notebook/
-   https://pypi.org/project/notebook/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
-   =dev-python/jupyterlab-4.1.1[${PYTHON_USEDEP}]
-   =dev-python/jupyterlab-server-2.22.1[${PYTHON_USEDEP}]
-   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
-   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/nbval[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
-   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-   mv "${ED}/usr/etc" "${ED}/etc" || die
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2024-03-30 Thread Michał Górny
commit: c71b039ab704b16386e283ba7e9ca04e6c33e4d9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:52:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:53:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71b039a

dev-python/notebook: Stabilize 7.1.2 ALLARCHES, #928188

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

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

diff --git a/dev-python/notebook/notebook-7.1.2.ebuild 
b/dev-python/notebook/notebook-7.1.2.ebuild
index 31ad57353c3d..cfe050133550 100644
--- a/dev-python/notebook/notebook-7.1.2.ebuild
+++ b/dev-python/notebook/notebook-7.1.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2024-03-14 Thread Michał Górny
commit: 939f80f2be2eb0df13019d44b25d136e3de589b6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 15 04:50:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 15 04:50:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939f80f2

dev-python/notebook: Bump to 7.1.2

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-7.1.2.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 47a5d7c6995c..f4603fe77270 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1 +1,2 @@
 DIST notebook-7.1.1.tar.gz 4896811 BLAKE2B 
30f3f8b7a5fa0d1ed0ab03464b4139d0545d5bd8df451640ed07918dc2baf85b38fe4d9575133c088dc308774c074dc781a8bba6290663da34b2684b8a66f10c
 SHA512 
ee0b9e41f60a02b826a8d2b387a5158ff49340893e9b211faccb56f024a817e046677d667711d2186da29bf472194b788c9ab8fb3900b002de0700fc3ae70597
+DIST notebook-7.1.2.tar.gz 4897634 BLAKE2B 
c505534f847e58ae40b942a2a4da5105ab60cc81de87d97dd685f63db93af453fcc091d9d488ce73be690e76f5a94497c2bfcc318afbf233440b231eeb8c02e5
 SHA512 
0319f96d656dab8dd581207b1b396252025618041f5c33c6c36fd66bcb10e3f678869705fcdaa667eea2d9778d969db56e366e6ea260122167903ce372aee3ea

diff --git a/dev-python/notebook/notebook-7.1.2.ebuild 
b/dev-python/notebook/notebook-7.1.2.ebuild
new file mode 100644
index ..31ad57353c3d
--- /dev/null
+++ b/dev-python/notebook/notebook-7.1.2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/notebook/
+   https://pypi.org/project/notebook/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.1.1[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-server-2.22.1[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2024-03-13 Thread Michał Górny
commit: 69ae39f09c43bcf5e2edd9ad6150bd21fe11ada0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 13 14:57:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 13 15:01:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ae39f0

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest  |  2 -
 dev-python/notebook/notebook-7.0.8.ebuild | 62 --
 dev-python/notebook/notebook-7.1.0.ebuild | 64 ---
 3 files changed, 128 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 517235fec7a5..47a5d7c6995c 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,3 +1 @@
-DIST notebook-7.0.8.tar.gz 3937092 BLAKE2B 
eb0276f42018e6c577a67ebbfc3c1bc7d81a9b1fd0ba039d1e6a7f3973edb35f3000a6720cf6af136a90c6268e711507155a872e02f91eeb39633e2faa55ae93
 SHA512 
d5616efcdf5863b5bb0b5d3be92654835773b49aa47660f2cd593240f9695ff2797233545be6215a5d0098501e8fa39f4123bf4348e1113b3be5ea29d51662f5
-DIST notebook-7.1.0.tar.gz 4896581 BLAKE2B 
441aaa42f7fac8840c81fefbf1f43f8789a39c4294a1cfa7aa772bf803bde8de2635a5fdc5e4688254d0c280bc7f17ad144009ae1857054852347c52b73f4cdd
 SHA512 
d456dcc6c4b40c646bb7eb77e6a59cd5a947148b05e3930e992a00d2a285c8867e42bf04a3c0cb45d2b5491f9da10a8e12727dc0de84728a6cdf91184c083aca
 DIST notebook-7.1.1.tar.gz 4896811 BLAKE2B 
30f3f8b7a5fa0d1ed0ab03464b4139d0545d5bd8df451640ed07918dc2baf85b38fe4d9575133c088dc308774c074dc781a8bba6290663da34b2684b8a66f10c
 SHA512 
ee0b9e41f60a02b826a8d2b387a5158ff49340893e9b211faccb56f024a817e046677d667711d2186da29bf472194b788c9ab8fb3900b002de0700fc3ae70597

diff --git a/dev-python/notebook/notebook-7.0.8.ebuild 
b/dev-python/notebook/notebook-7.0.8.ebuild
deleted file mode 100644
index b46999399b3a..
--- a/dev-python/notebook/notebook-7.0.8.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter/notebook/
-   https://pypi.org/project/notebook/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
-   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
-   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
-   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/nbval[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
-   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-   mv "${ED}/usr/etc" "${ED}/etc" || die
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}

diff --git a/dev-python/notebook/notebook-7.1.0.ebuild 
b/dev-python/notebook/notebook-7.1.0.ebuild
deleted file mode 100644
index 31ad57353c3d..
--- a/dev-python/notebook/notebook-7.1.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter/notebook/
-   https://pypi.org/project/notebook/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
-   =dev-python/jupyterlab-4.1.1[${PYTHON_USEDEP}]
-   =dev-python/jupyterlab-server-2.22.1[${PYTHON_USEDEP}]
-   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
-   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/nbval[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   

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

2024-03-13 Thread Arthur Zamarin
commit: 9815adb1012d0e728b543a63983137e0309dc013
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 13 13:51:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 13 13:51:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9815adb1

dev-python/notebook: Stabilize 7.1.1 ALLARCHES, #926922

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

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

diff --git a/dev-python/notebook/notebook-7.1.1.ebuild 
b/dev-python/notebook/notebook-7.1.1.ebuild
index 31ad57353c3d..cfe050133550 100644
--- a/dev-python/notebook/notebook-7.1.1.ebuild
+++ b/dev-python/notebook/notebook-7.1.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2024-03-02 Thread Arthur Zamarin
commit: 0782094136ecde61d955cd2afe91ea97c89e675e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 09:55:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 09:55:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07820941

dev-python/notebook-shim: Stabilize 0.2.4 ALLARCHES, #925960

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

 dev-python/notebook-shim/notebook-shim-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.4.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.4.ebuild
index e1d24c476ee4..7a3fd71d7e03 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.4.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.4.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="


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

2024-02-26 Thread Michał Górny
commit: 2581150303d6c193b4c1d78411efbc37f4058d48
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 16:23:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 17:48:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25811503

dev-python/notebook: Bump to 7.1.1

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-7.1.1.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 0469f440a213..517235fec7a5 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1,3 @@
 DIST notebook-7.0.8.tar.gz 3937092 BLAKE2B 
eb0276f42018e6c577a67ebbfc3c1bc7d81a9b1fd0ba039d1e6a7f3973edb35f3000a6720cf6af136a90c6268e711507155a872e02f91eeb39633e2faa55ae93
 SHA512 
d5616efcdf5863b5bb0b5d3be92654835773b49aa47660f2cd593240f9695ff2797233545be6215a5d0098501e8fa39f4123bf4348e1113b3be5ea29d51662f5
 DIST notebook-7.1.0.tar.gz 4896581 BLAKE2B 
441aaa42f7fac8840c81fefbf1f43f8789a39c4294a1cfa7aa772bf803bde8de2635a5fdc5e4688254d0c280bc7f17ad144009ae1857054852347c52b73f4cdd
 SHA512 
d456dcc6c4b40c646bb7eb77e6a59cd5a947148b05e3930e992a00d2a285c8867e42bf04a3c0cb45d2b5491f9da10a8e12727dc0de84728a6cdf91184c083aca
+DIST notebook-7.1.1.tar.gz 4896811 BLAKE2B 
30f3f8b7a5fa0d1ed0ab03464b4139d0545d5bd8df451640ed07918dc2baf85b38fe4d9575133c088dc308774c074dc781a8bba6290663da34b2684b8a66f10c
 SHA512 
ee0b9e41f60a02b826a8d2b387a5158ff49340893e9b211faccb56f024a817e046677d667711d2186da29bf472194b788c9ab8fb3900b002de0700fc3ae70597

diff --git a/dev-python/notebook/notebook-7.1.1.ebuild 
b/dev-python/notebook/notebook-7.1.1.ebuild
new file mode 100644
index ..31ad57353c3d
--- /dev/null
+++ b/dev-python/notebook/notebook-7.1.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/notebook/
+   https://pypi.org/project/notebook/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.1.1[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-server-2.22.1[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2024-02-24 Thread Michał Górny
commit: b4dd200a6f879cf2ec24464248d29cc70e800495
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 24 10:16:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 24 10:22:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4dd200a

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest  |  1 -
 dev-python/notebook/notebook-7.0.7.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 56d70c1f9f8a..0469f440a213 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,3 +1,2 @@
-DIST notebook-7.0.7.tar.gz 3936954 BLAKE2B 
9171ae3974bd4eb36c804858224c386292a3772633017a8bf0c0ef408526278234b022087faad7930aa975c66762690e24a5a368bf9290937bdc8dff63757575
 SHA512 
05725f6bae2d916c9393f483a05696f6eb0e38a1b15a8427cbd61f508a06d78ead8a70c8764a00403c323b25a1278ea3a8daaf1ff5b5eeb0b35f6ed5e64ea638
 DIST notebook-7.0.8.tar.gz 3937092 BLAKE2B 
eb0276f42018e6c577a67ebbfc3c1bc7d81a9b1fd0ba039d1e6a7f3973edb35f3000a6720cf6af136a90c6268e711507155a872e02f91eeb39633e2faa55ae93
 SHA512 
d5616efcdf5863b5bb0b5d3be92654835773b49aa47660f2cd593240f9695ff2797233545be6215a5d0098501e8fa39f4123bf4348e1113b3be5ea29d51662f5
 DIST notebook-7.1.0.tar.gz 4896581 BLAKE2B 
441aaa42f7fac8840c81fefbf1f43f8789a39c4294a1cfa7aa772bf803bde8de2635a5fdc5e4688254d0c280bc7f17ad144009ae1857054852347c52b73f4cdd
 SHA512 
d456dcc6c4b40c646bb7eb77e6a59cd5a947148b05e3930e992a00d2a285c8867e42bf04a3c0cb45d2b5491f9da10a8e12727dc0de84728a6cdf91184c083aca

diff --git a/dev-python/notebook/notebook-7.0.7.ebuild 
b/dev-python/notebook/notebook-7.0.7.ebuild
deleted file mode 100644
index b60eb7ffbfda..
--- a/dev-python/notebook/notebook-7.0.7.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter/notebook/
-   https://pypi.org/project/notebook/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
-   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
-   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
-   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/nbval[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
-   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-   mv "${ED}/usr/etc" "${ED}/etc" || die
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2024-02-24 Thread Sam James
commit: 6b44a5f3edeaceb7533453e49efd9ffabb335563
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 24 10:06:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 24 10:06:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b44a5f3

dev-python/notebook: Stabilize 7.0.8 ALLARCHES, #925388

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

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

diff --git a/dev-python/notebook/notebook-7.0.8.ebuild 
b/dev-python/notebook/notebook-7.0.8.ebuild
index 13cc93fa8932..b46999399b3a 100644
--- a/dev-python/notebook/notebook-7.0.8.ebuild
+++ b/dev-python/notebook/notebook-7.0.8.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2024-02-14 Thread Michał Górny
commit: 490f271fc6fee5e9d5a1d9cd647e58ca3c2a6090
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 15 03:52:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 15 04:10:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490f271f

dev-python/notebook-shim: Bump to 0.2.4

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

 dev-python/notebook-shim/Manifest  |  1 +
 .../notebook-shim/notebook-shim-0.2.4.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/notebook-shim/Manifest 
b/dev-python/notebook-shim/Manifest
index d0da0f05cc7e..d1e02fd379ab 100644
--- a/dev-python/notebook-shim/Manifest
+++ b/dev-python/notebook-shim/Manifest
@@ -1 +1,2 @@
 DIST notebook_shim-0.2.3.tar.gz 13082 BLAKE2B 
5e988605ee01a49f31bf2dcdbe86d2f8e12f3e314d962f619068c57b13ed144643db1b08d5afed7a91ddfcde82497e49fe643d9fdd1c43a9535d7468794dfe7e
 SHA512 
87114ea915ab5160b11023dddcc622aafba315fe07de21cedbed1e374ec2406eba378575e903377dbb9cc69e7449eb184cb0420513b7dc05078af0e91bc5f884
+DIST notebook_shim-0.2.4.tar.gz 13167 BLAKE2B 
ae1dbd61c38c569f411698a8ef2c5b48fed186b9a3c661aefdf276cc241e446e3a964b46daedb4b4e66d02bf62f489a659d654b5874a0bd604bd635eb98214b3
 SHA512 
74b43e39b39ce91ee8ec2c4da2915fb7accc0992730fa4c9a6ef5037327afd5393ab11f576dd21033769ace3e5f0d44b9d6de76da0d3cd147064739b67b50719

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.4.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.4.ebuild
new file mode 100644
index ..e1d24c476ee4
--- /dev/null
+++ b/dev-python/notebook-shim/notebook-shim-0.2.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-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 shim layer for notebook traits and config"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/notebook_shim/
+   https://pypi.org/project/notebook-shim/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   =dev-python/jupyter-server-1.8[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_tornasync.plugin
+}
+
+src_install() {
+   distutils-r1_src_install
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}



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

2024-02-13 Thread Andrew Ammerlaan
commit: 82d182ae783eab0736f732c51312273d23f3af79
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Feb 13 19:11:58 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Feb 13 19:12:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d182ae

dev-python/notebook: add 7.1.0

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-7.1.0.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 394169d19581..56d70c1f9f8a 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1,3 @@
 DIST notebook-7.0.7.tar.gz 3936954 BLAKE2B 
9171ae3974bd4eb36c804858224c386292a3772633017a8bf0c0ef408526278234b022087faad7930aa975c66762690e24a5a368bf9290937bdc8dff63757575
 SHA512 
05725f6bae2d916c9393f483a05696f6eb0e38a1b15a8427cbd61f508a06d78ead8a70c8764a00403c323b25a1278ea3a8daaf1ff5b5eeb0b35f6ed5e64ea638
 DIST notebook-7.0.8.tar.gz 3937092 BLAKE2B 
eb0276f42018e6c577a67ebbfc3c1bc7d81a9b1fd0ba039d1e6a7f3973edb35f3000a6720cf6af136a90c6268e711507155a872e02f91eeb39633e2faa55ae93
 SHA512 
d5616efcdf5863b5bb0b5d3be92654835773b49aa47660f2cd593240f9695ff2797233545be6215a5d0098501e8fa39f4123bf4348e1113b3be5ea29d51662f5
+DIST notebook-7.1.0.tar.gz 4896581 BLAKE2B 
441aaa42f7fac8840c81fefbf1f43f8789a39c4294a1cfa7aa772bf803bde8de2635a5fdc5e4688254d0c280bc7f17ad144009ae1857054852347c52b73f4cdd
 SHA512 
d456dcc6c4b40c646bb7eb77e6a59cd5a947148b05e3930e992a00d2a285c8867e42bf04a3c0cb45d2b5491f9da10a8e12727dc0de84728a6cdf91184c083aca

diff --git a/dev-python/notebook/notebook-7.1.0.ebuild 
b/dev-python/notebook/notebook-7.1.0.ebuild
new file mode 100644
index ..31ad57353c3d
--- /dev/null
+++ b/dev-python/notebook/notebook-7.1.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/notebook/
+   https://pypi.org/project/notebook/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.1.1[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-server-2.22.1[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2024-02-09 Thread Arthur Zamarin
commit: 3f788699948827969b3093d0663eb012099ff0fa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  9 18:04:33 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  9 18:45:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f788699

dev-python/notebook: add 7.0.8

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-7.0.8.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index ef57412f0c68..394169d19581 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1 +1,2 @@
 DIST notebook-7.0.7.tar.gz 3936954 BLAKE2B 
9171ae3974bd4eb36c804858224c386292a3772633017a8bf0c0ef408526278234b022087faad7930aa975c66762690e24a5a368bf9290937bdc8dff63757575
 SHA512 
05725f6bae2d916c9393f483a05696f6eb0e38a1b15a8427cbd61f508a06d78ead8a70c8764a00403c323b25a1278ea3a8daaf1ff5b5eeb0b35f6ed5e64ea638
+DIST notebook-7.0.8.tar.gz 3937092 BLAKE2B 
eb0276f42018e6c577a67ebbfc3c1bc7d81a9b1fd0ba039d1e6a7f3973edb35f3000a6720cf6af136a90c6268e711507155a872e02f91eeb39633e2faa55ae93
 SHA512 
d5616efcdf5863b5bb0b5d3be92654835773b49aa47660f2cd593240f9695ff2797233545be6215a5d0098501e8fa39f4123bf4348e1113b3be5ea29d51662f5

diff --git a/dev-python/notebook/notebook-7.0.8.ebuild 
b/dev-python/notebook/notebook-7.0.8.ebuild
new file mode 100644
index ..13cc93fa8932
--- /dev/null
+++ b/dev-python/notebook/notebook-7.0.8.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/notebook/
+   https://pypi.org/project/notebook/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2024-02-03 Thread Michał Górny
commit: 19ddb5c3c3e7b10c064a24baa9c0e7bcb70ee317
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 11:39:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 11:44:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ddb5c3

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest  |  1 -
 dev-python/notebook/notebook-7.0.6.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 523464a2b743..ef57412f0c68 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1 @@
-DIST notebook-7.0.6.tar.gz 3930144 BLAKE2B 
488689b34b61c37f2233d57d6ef75b3bf843e2340846e88593a6b49d88fc52f908126d2e718808451df1f8cc6f9a5624adef47c1ae4984cd2ff5ed535d47cb37
 SHA512 
9f9ac4fae93af425a442c25c8a601578a76c802cc50018a6ff6ef99fbabfe3fb649094625dbdda2b7c526cb7262d2c463745b006d35cc1834d40712f3820895b
 DIST notebook-7.0.7.tar.gz 3936954 BLAKE2B 
9171ae3974bd4eb36c804858224c386292a3772633017a8bf0c0ef408526278234b022087faad7930aa975c66762690e24a5a368bf9290937bdc8dff63757575
 SHA512 
05725f6bae2d916c9393f483a05696f6eb0e38a1b15a8427cbd61f508a06d78ead8a70c8764a00403c323b25a1278ea3a8daaf1ff5b5eeb0b35f6ed5e64ea638

diff --git a/dev-python/notebook/notebook-7.0.6.ebuild 
b/dev-python/notebook/notebook-7.0.6.ebuild
deleted file mode 100644
index 602f6a2bb0f1..
--- a/dev-python/notebook/notebook-7.0.6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter/notebook/
-   https://pypi.org/project/notebook/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
-   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
-   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
-   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/nbval[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
-   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-   mv "${ED}/usr/etc" "${ED}/etc" || die
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2024-02-03 Thread Sam James
commit: 9861d5a4ba1fe7544a40309f8cbc3dd721aeb013
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  3 10:47:41 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  3 10:47:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9861d5a4

dev-python/notebook: Stabilize 7.0.7 ALLARCHES, #923667

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

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

diff --git a/dev-python/notebook/notebook-7.0.7.ebuild 
b/dev-python/notebook/notebook-7.0.7.ebuild
index 9bfcea5ac5ee..b60eb7ffbfda 100644
--- a/dev-python/notebook/notebook-7.0.7.ebuild
+++ b/dev-python/notebook/notebook-7.0.7.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2024-01-19 Thread Arthur Zamarin
commit: d8c3c1f302394e0c9c74ca289a3b5cc17d958f42
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 19 17:31:46 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 19 18:27:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c3c1f3

dev-python/notebook: add 7.0.7

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-7.0.7.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index b656c00f49d4..523464a2b743 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1 +1,2 @@
 DIST notebook-7.0.6.tar.gz 3930144 BLAKE2B 
488689b34b61c37f2233d57d6ef75b3bf843e2340846e88593a6b49d88fc52f908126d2e718808451df1f8cc6f9a5624adef47c1ae4984cd2ff5ed535d47cb37
 SHA512 
9f9ac4fae93af425a442c25c8a601578a76c802cc50018a6ff6ef99fbabfe3fb649094625dbdda2b7c526cb7262d2c463745b006d35cc1834d40712f3820895b
+DIST notebook-7.0.7.tar.gz 3936954 BLAKE2B 
9171ae3974bd4eb36c804858224c386292a3772633017a8bf0c0ef408526278234b022087faad7930aa975c66762690e24a5a368bf9290937bdc8dff63757575
 SHA512 
05725f6bae2d916c9393f483a05696f6eb0e38a1b15a8427cbd61f508a06d78ead8a70c8764a00403c323b25a1278ea3a8daaf1ff5b5eeb0b35f6ed5e64ea638

diff --git a/dev-python/notebook/notebook-7.0.7.ebuild 
b/dev-python/notebook/notebook-7.0.7.ebuild
new file mode 100644
index ..9bfcea5ac5ee
--- /dev/null
+++ b/dev-python/notebook/notebook-7.0.7.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/notebook/
+   https://pypi.org/project/notebook/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-11-20 Thread Michał Górny
commit: 74ef589b6fc7e0ab24f43e4fa7ac6689d0a0d9bf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 20 19:26:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 20 19:29:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ef589b

dev-python/notebook: Enable pypy3

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

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

diff --git a/dev-python/notebook/notebook-7.0.6.ebuild 
b/dev-python/notebook/notebook-7.0.6.ebuild
index 6cd776c02b29..602f6a2bb0f1 100644
--- a/dev-python/notebook/notebook-7.0.6.ebuild
+++ b/dev-python/notebook/notebook-7.0.6.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 pypi xdg-utils



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

2023-11-20 Thread Michał Górny
commit: 4207984c0df9484f9064567054ddb9cbaf7ac0cf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 20 16:54:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 20 16:54:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4207984c

dev-python/notebook-shim: Enable pypy3

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

 dev-python/notebook-shim/notebook-shim-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild
index 8b7b81dafe48..8b58230e85aa 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.3.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
 



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

2023-11-15 Thread Michał Górny
commit: d25cc48020346d4d062448ad82055b2f1a794187
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 15 17:07:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 15 17:07:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25cc480

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest  |  2 -
 dev-python/notebook/notebook-7.0.4.ebuild | 62 ---
 dev-python/notebook/notebook-7.0.5.ebuild | 62 ---
 3 files changed, 126 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 159ecc78fb8c..b656c00f49d4 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,3 +1 @@
-DIST notebook-7.0.4.tar.gz 3928907 BLAKE2B 
edd498636d35f348f520915d43686243a3ff4b2f8ad4984bc05766403a3bffcd699e1ba691b672ad3ab8f08983920f62a1c5b0308a94e4a7366eb30e049f5d43
 SHA512 
e174fcbb93fcaf67c086b2160d7875457681222e21c23efbf35d4c7503e528df3b368b4d122eebf199a86ea155cf3e6b7b15036587bb9b4260a8d22e7e4a9f0b
-DIST notebook-7.0.5.tar.gz 3929774 BLAKE2B 
8e52bb73c29fb73b57a733f41c71392d08547df95f16bd1571e321c888a6399127b398214b333ec4fa713ce751b918c974486b5d2ba7d4d045ff43722e68b552
 SHA512 
3abc4fe2c017b1dc05f549a0397487cdfe66f40cd29e26b540942424b721ce985cf6e4196faa16f857ead5a1820dfcf4a2a92db3bb79553e8f288ceae042de79
 DIST notebook-7.0.6.tar.gz 3930144 BLAKE2B 
488689b34b61c37f2233d57d6ef75b3bf843e2340846e88593a6b49d88fc52f908126d2e718808451df1f8cc6f9a5624adef47c1ae4984cd2ff5ed535d47cb37
 SHA512 
9f9ac4fae93af425a442c25c8a601578a76c802cc50018a6ff6ef99fbabfe3fb649094625dbdda2b7c526cb7262d2c463745b006d35cc1834d40712f3820895b

diff --git a/dev-python/notebook/notebook-7.0.4.ebuild 
b/dev-python/notebook/notebook-7.0.4.ebuild
deleted file mode 100644
index 2ba3b33cfcbf..
--- a/dev-python/notebook/notebook-7.0.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter/notebook/
-   https://pypi.org/project/notebook/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
-   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
-   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
-   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/nbval[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
-   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-   mv "${ED}/usr/etc" "${ED}/etc" || die
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}

diff --git a/dev-python/notebook/notebook-7.0.5.ebuild 
b/dev-python/notebook/notebook-7.0.5.ebuild
deleted file mode 100644
index 991606132cdb..
--- a/dev-python/notebook/notebook-7.0.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter/notebook/
-   https://pypi.org/project/notebook/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
-   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
-   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
-   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/nbval[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   

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

2023-11-15 Thread Arthur Zamarin
commit: f5917e8e21d2e113d1715131238b07b821ecaf52
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 15 16:33:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 15 16:33:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5917e8e

dev-python/notebook: Stabilize 7.0.6 ALLARCHES, #917373

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

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

diff --git a/dev-python/notebook/notebook-7.0.6.ebuild 
b/dev-python/notebook/notebook-7.0.6.ebuild
index 20bd103a02af..6cd776c02b29 100644
--- a/dev-python/notebook/notebook-7.0.6.ebuild
+++ b/dev-python/notebook/notebook-7.0.6.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-10-24 Thread Michał Górny
commit: 5f584ec7992f34c9964f765e8ca636f07f8fddb8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 18:31:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 18:44:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f584ec7

dev-python/notebook-shim: Remove wd40 keywords

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

 dev-python/notebook-shim/notebook-shim-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild
index 09fbd9668427..8b7b81dafe48 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="


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

2023-10-24 Thread Michał Górny
commit: b1f3de3d157bbf23f6de960e669f262992e9f345
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 16:58:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 17:51:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f3de3d

dev-python/notebook: Enable py3.12

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

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

diff --git a/dev-python/notebook/notebook-7.0.6.ebuild 
b/dev-python/notebook/notebook-7.0.6.ebuild
index 991606132cdb..20bd103a02af 100644
--- a/dev-python/notebook/notebook-7.0.6.ebuild
+++ b/dev-python/notebook/notebook-7.0.6.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 pypi xdg-utils



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

2023-10-17 Thread Michał Górny
commit: 268c10fcf3929b56e1924557960c530aad6cc468
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 17 18:40:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 17 18:57:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268c10fc

dev-python/notebook: Bump to 7.0.6

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-7.0.6.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index ede9c4489d74..159ecc78fb8c 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1,3 @@
 DIST notebook-7.0.4.tar.gz 3928907 BLAKE2B 
edd498636d35f348f520915d43686243a3ff4b2f8ad4984bc05766403a3bffcd699e1ba691b672ad3ab8f08983920f62a1c5b0308a94e4a7366eb30e049f5d43
 SHA512 
e174fcbb93fcaf67c086b2160d7875457681222e21c23efbf35d4c7503e528df3b368b4d122eebf199a86ea155cf3e6b7b15036587bb9b4260a8d22e7e4a9f0b
 DIST notebook-7.0.5.tar.gz 3929774 BLAKE2B 
8e52bb73c29fb73b57a733f41c71392d08547df95f16bd1571e321c888a6399127b398214b333ec4fa713ce751b918c974486b5d2ba7d4d045ff43722e68b552
 SHA512 
3abc4fe2c017b1dc05f549a0397487cdfe66f40cd29e26b540942424b721ce985cf6e4196faa16f857ead5a1820dfcf4a2a92db3bb79553e8f288ceae042de79
+DIST notebook-7.0.6.tar.gz 3930144 BLAKE2B 
488689b34b61c37f2233d57d6ef75b3bf843e2340846e88593a6b49d88fc52f908126d2e718808451df1f8cc6f9a5624adef47c1ae4984cd2ff5ed535d47cb37
 SHA512 
9f9ac4fae93af425a442c25c8a601578a76c802cc50018a6ff6ef99fbabfe3fb649094625dbdda2b7c526cb7262d2c463745b006d35cc1834d40712f3820895b

diff --git a/dev-python/notebook/notebook-7.0.6.ebuild 
b/dev-python/notebook/notebook-7.0.6.ebuild
new file mode 100644
index ..991606132cdb
--- /dev/null
+++ b/dev-python/notebook/notebook-7.0.6.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/notebook/
+   https://pypi.org/project/notebook/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-10-15 Thread Michał Górny
commit: fcaa0f5000d055a988422a9ae9ee5e694245556f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 15:54:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 16:04:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcaa0f50

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest |  1 -
 dev-python/notebook/notebook-6.5.4-r1.ebuild | 81 
 2 files changed, 82 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 3e6e48394432..ede9c4489d74 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,3 +1,2 @@
-DIST notebook-6.5.4.tar.gz 5785832 BLAKE2B 
28845c51c244d08b12e6a2853d3407a2af9e351f1501db8e76ff4f069e656d9bf27c3d2893b38f3f2bb51cedf38658219be3843a3397a588046d55bf445d3222
 SHA512 
72bf4efa4d553a6265c72e188ad0ee085accbbc05b0af182531c892303149d83f38f6d410f1bcb2c835071f713cb4267d58324b982b4087caabf9b46b8d77cfa
 DIST notebook-7.0.4.tar.gz 3928907 BLAKE2B 
edd498636d35f348f520915d43686243a3ff4b2f8ad4984bc05766403a3bffcd699e1ba691b672ad3ab8f08983920f62a1c5b0308a94e4a7366eb30e049f5d43
 SHA512 
e174fcbb93fcaf67c086b2160d7875457681222e21c23efbf35d4c7503e528df3b368b4d122eebf199a86ea155cf3e6b7b15036587bb9b4260a8d22e7e4a9f0b
 DIST notebook-7.0.5.tar.gz 3929774 BLAKE2B 
8e52bb73c29fb73b57a733f41c71392d08547df95f16bd1571e321c888a6399127b398214b333ec4fa713ce751b918c974486b5d2ba7d4d045ff43722e68b552
 SHA512 
3abc4fe2c017b1dc05f549a0397487cdfe66f40cd29e26b540942424b721ce985cf6e4196faa16f857ead5a1820dfcf4a2a92db3bb79553e8f288ceae042de79

diff --git a/dev-python/notebook/notebook-6.5.4-r1.ebuild 
b/dev-python/notebook/notebook-6.5.4-r1.ebuild
deleted file mode 100644
index 70924ae3134a..
--- a/dev-python/notebook/notebook-6.5.4-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="https://jupyter.org;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   =dev-python/jupyter-core-4.6.1[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-client-5.3.4[${PYTHON_USEDEP}]
-   >=dev-python/nbclassic-0.4.7[${PYTHON_USEDEP}]
-   dev-python/nbformat[${PYTHON_USEDEP}]
-   >=dev-python/nest-asyncio-1.5[${PYTHON_USEDEP}]
-   dev-python/prometheus-client[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
-   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
-   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.1[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   >=dev-python/jupyter-packaging-0.9[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nbval[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   )
-"
-
-PDEPEND=">=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # trash doesn't seem to work for us
-   
notebook/services/contents/tests/test_contents_api.py::APITest::test_checkpoints_follow_file
-   
notebook/services/contents/tests/test_contents_api.py::APITest::test_delete
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_dirs
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_non_empty_dir
-   
notebook/services/contents/tests/test_manager.py::TestContentsManager::test_delete
-   
notebook/services/contents/tests/test_manager.py::TestContentsManagerNoAtomic::test_delete
-   # TODO
-   
notebook/services/kernels/tests/test_kernels_api.py::KernelAPITest::test_connections
-   
notebook/services/kernels/tests/test_kernels_api.py::AsyncKernelAPITest::test_connections
-   
notebook/services/kernels/tests/test_kernels_api.py::KernelCullingTest::test_culling
-   
notebook/services/nbconvert/tests/test_nbconvert_api.py::APITest::test_list_formats
-)
-
-EPYTEST_IGNORE=(
-   # selenium tests require geckodriver
-   notebook/tests/selenium
-)
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2023-10-15 Thread Michał Górny
commit: 55d919fb8855a83016ca2276186fa266cda4fd73
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 15:41:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 15:42:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d919fb

dev-python/notebook: Sync kw in 6* to 7*

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

 dev-python/notebook/notebook-6.5.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook/notebook-6.5.4-r1.ebuild 
b/dev-python/notebook/notebook-6.5.4-r1.ebuild
index 2b36143194c9..70924ae3134a 100644
--- a/dev-python/notebook/notebook-6.5.4-r1.ebuild
+++ b/dev-python/notebook/notebook-6.5.4-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="


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

2023-10-13 Thread Michał Górny
commit: 75687d0568b8cf04082ab0ee1e039d011fc4fffa
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 13 16:44:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 13 16:44:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75687d05

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest  |  4 --
 dev-python/notebook/notebook-7.0.0.ebuild | 57 -
 dev-python/notebook/notebook-7.0.1.ebuild | 57 -
 dev-python/notebook/notebook-7.0.2.ebuild | 57 -
 dev-python/notebook/notebook-7.0.3.ebuild | 61 ---
 5 files changed, 236 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index e72093ec371e..3e6e48394432 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,7 +1,3 @@
 DIST notebook-6.5.4.tar.gz 5785832 BLAKE2B 
28845c51c244d08b12e6a2853d3407a2af9e351f1501db8e76ff4f069e656d9bf27c3d2893b38f3f2bb51cedf38658219be3843a3397a588046d55bf445d3222
 SHA512 
72bf4efa4d553a6265c72e188ad0ee085accbbc05b0af182531c892303149d83f38f6d410f1bcb2c835071f713cb4267d58324b982b4087caabf9b46b8d77cfa
-DIST notebook-7.0.0.tar.gz 3922786 BLAKE2B 
5aaeae9f48c456691607d5ef05012368f0e6abd1eb1266a5fc68ac999027cdb1e03a640b13048b47a754ef8c803bf1fe3a8c056dc600d825fa05387e905183a2
 SHA512 
fb58c03b60f02cc8b2096c13c493c38324fbb76a93dbb31a94775ed341a9594168598bc3a35ce18ef1ce6e2dd79f7b2e32d752dc3307780cfbc9fbc0c7f1c9a6
-DIST notebook-7.0.1.tar.gz 3926420 BLAKE2B 
a711c6202ec87f5b9ee9b82779048f4dc366643a645890006b6588ddd70428e79e4028171cc4b4fb4fa1e6f93a2a948aae34980915ad4a2a5f7c34971e6bf917
 SHA512 
4bfae67044525527c1d5ff1dd269c8ca1179bbef3a9f0cf043244103c996f02ef4cbbf11c4ceffe84ca0cb0a8250f18cd3ebf6dd55cca53ceaa47f65df7dae22
-DIST notebook-7.0.2.tar.gz 3927445 BLAKE2B 
09f867a5eed76616d749afcd18bf673fc2c09f5073a17d5a89a284d8aacb9e110a67f24973e0ba165027b3199f8e9032f549aabcbd8d3bc67a9d6533d21a4e09
 SHA512 
b204f15f855f8e829dfd1d325be664cc0328e2b897d838bfd9721ca369d4da8d0d1012bff69b40a35f0b186d3eae5f46326604eefb0b8e91824a815deedbcc67
-DIST notebook-7.0.3.tar.gz 3934398 BLAKE2B 
0047d1fa403e3fb6ededb764f99f9e76aaba6099055ac6dd28183e8d7921dc8a9bb68072b7909f4fb749a26f01989c88c45cf58fe3583250bb0bf9d0847dc1ac
 SHA512 
141acc5b46b7c3023c5aab3cdcfaa287225c627bde053f8958bdce5bdfd600ba2bfa5f119ce8b026cf1889cd7acb265a4c13eae6b0afdd1ed2a4fcfb3264976f
 DIST notebook-7.0.4.tar.gz 3928907 BLAKE2B 
edd498636d35f348f520915d43686243a3ff4b2f8ad4984bc05766403a3bffcd699e1ba691b672ad3ab8f08983920f62a1c5b0308a94e4a7366eb30e049f5d43
 SHA512 
e174fcbb93fcaf67c086b2160d7875457681222e21c23efbf35d4c7503e528df3b368b4d122eebf199a86ea155cf3e6b7b15036587bb9b4260a8d22e7e4a9f0b
 DIST notebook-7.0.5.tar.gz 3929774 BLAKE2B 
8e52bb73c29fb73b57a733f41c71392d08547df95f16bd1571e321c888a6399127b398214b333ec4fa713ce751b918c974486b5d2ba7d4d045ff43722e68b552
 SHA512 
3abc4fe2c017b1dc05f549a0397487cdfe66f40cd29e26b540942424b721ce985cf6e4196faa16f857ead5a1820dfcf4a2a92db3bb79553e8f288ceae042de79

diff --git a/dev-python/notebook/notebook-7.0.0.ebuild 
b/dev-python/notebook/notebook-7.0.0.ebuild
deleted file mode 100644
index f59b40994b79..
--- a/dev-python/notebook/notebook-7.0.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="https://jupyter.org;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
-   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
-   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
-   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/nbval[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
-   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-   mv "${ED}/usr/etc" "${ED}/etc" || die
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}

diff --git a/dev-python/notebook/notebook-7.0.1.ebuild 
b/dev-python/notebook/notebook-7.0.1.ebuild
deleted file mode 100644
index 

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

2023-10-13 Thread Arthur Zamarin
commit: 3193d129abe64fee4b87ac4ceafb46fe3ef45f0f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 13 15:26:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 13 15:26:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3193d129

dev-python/notebook: Stabilize 7.0.4 arm64, #915685

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

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

diff --git a/dev-python/notebook/notebook-7.0.4.ebuild 
b/dev-python/notebook/notebook-7.0.4.ebuild
index 3eb9bcf5ecfb..2ba3b33cfcbf 100644
--- a/dev-python/notebook/notebook-7.0.4.ebuild
+++ b/dev-python/notebook/notebook-7.0.4.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-10-13 Thread Arthur Zamarin
commit: af1aba36636332ef2da7cf35218b2fb3431e7f12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 13 14:47:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 13 14:47:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1aba36

dev-python/notebook: Stabilize 7.0.4 amd64, #915685

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

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

diff --git a/dev-python/notebook/notebook-7.0.4.ebuild 
b/dev-python/notebook/notebook-7.0.4.ebuild
index 71781e4e246b..3eb9bcf5ecfb 100644
--- a/dev-python/notebook/notebook-7.0.4.ebuild
+++ b/dev-python/notebook/notebook-7.0.4.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-10-12 Thread Michał Górny
commit: c170020c1e877831e2e64af7e6e64d4fb7c196a6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 13 04:32:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 13 04:32:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c170020c

dev-python/notebook: Bump to 7.0.5

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-7.0.5.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index ef7b4228d4d2..e72093ec371e 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -4,3 +4,4 @@ DIST notebook-7.0.1.tar.gz 3926420 BLAKE2B 
a711c6202ec87f5b9ee9b82779048f4dc3666
 DIST notebook-7.0.2.tar.gz 3927445 BLAKE2B 
09f867a5eed76616d749afcd18bf673fc2c09f5073a17d5a89a284d8aacb9e110a67f24973e0ba165027b3199f8e9032f549aabcbd8d3bc67a9d6533d21a4e09
 SHA512 
b204f15f855f8e829dfd1d325be664cc0328e2b897d838bfd9721ca369d4da8d0d1012bff69b40a35f0b186d3eae5f46326604eefb0b8e91824a815deedbcc67
 DIST notebook-7.0.3.tar.gz 3934398 BLAKE2B 
0047d1fa403e3fb6ededb764f99f9e76aaba6099055ac6dd28183e8d7921dc8a9bb68072b7909f4fb749a26f01989c88c45cf58fe3583250bb0bf9d0847dc1ac
 SHA512 
141acc5b46b7c3023c5aab3cdcfaa287225c627bde053f8958bdce5bdfd600ba2bfa5f119ce8b026cf1889cd7acb265a4c13eae6b0afdd1ed2a4fcfb3264976f
 DIST notebook-7.0.4.tar.gz 3928907 BLAKE2B 
edd498636d35f348f520915d43686243a3ff4b2f8ad4984bc05766403a3bffcd699e1ba691b672ad3ab8f08983920f62a1c5b0308a94e4a7366eb30e049f5d43
 SHA512 
e174fcbb93fcaf67c086b2160d7875457681222e21c23efbf35d4c7503e528df3b368b4d122eebf199a86ea155cf3e6b7b15036587bb9b4260a8d22e7e4a9f0b
+DIST notebook-7.0.5.tar.gz 3929774 BLAKE2B 
8e52bb73c29fb73b57a733f41c71392d08547df95f16bd1571e321c888a6399127b398214b333ec4fa713ce751b918c974486b5d2ba7d4d045ff43722e68b552
 SHA512 
3abc4fe2c017b1dc05f549a0397487cdfe66f40cd29e26b540942424b721ce985cf6e4196faa16f857ead5a1820dfcf4a2a92db3bb79553e8f288ceae042de79

diff --git a/dev-python/notebook/notebook-7.0.5.ebuild 
b/dev-python/notebook/notebook-7.0.5.ebuild
new file mode 100644
index ..991606132cdb
--- /dev/null
+++ b/dev-python/notebook/notebook-7.0.5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/notebook/
+   https://pypi.org/project/notebook/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-10-06 Thread Arthur Zamarin
commit: e2121f2f1ca1c562ff38705452e6e7ce8b6d3eb5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  6 17:46:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  6 17:46:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2121f2f

dev-python/notebook: Stabilize 7.0.4 x86, #913776

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

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

diff --git a/dev-python/notebook/notebook-7.0.4.ebuild 
b/dev-python/notebook/notebook-7.0.4.ebuild
index 70afa32df8c9..71781e4e246b 100644
--- a/dev-python/notebook/notebook-7.0.4.ebuild
+++ b/dev-python/notebook/notebook-7.0.4.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~loong ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-10-06 Thread Arthur Zamarin
commit: b8b50716711e7ad0fadc2eaf27b114e7db223721
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  6 17:44:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  6 17:44:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b50716

dev-python/notebook: Stabilize 7.0.4 ppc64, #915283

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

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

diff --git a/dev-python/notebook/notebook-7.0.4.ebuild 
b/dev-python/notebook/notebook-7.0.4.ebuild
index 05a9ca389780..70afa32df8c9 100644
--- a/dev-python/notebook/notebook-7.0.4.ebuild
+++ b/dev-python/notebook/notebook-7.0.4.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-10-06 Thread Sam James
commit: a9e3f3eded0c2deb05df313304fcacd3c5210cfa
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 14:51:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 14:51:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e3f3ed

dev-python/notebook: Stabilize 7.0.4 arm, #913776

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

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

diff --git a/dev-python/notebook/notebook-7.0.4.ebuild 
b/dev-python/notebook/notebook-7.0.4.ebuild
index 991606132cdb..05a9ca389780 100644
--- a/dev-python/notebook/notebook-7.0.4.ebuild
+++ b/dev-python/notebook/notebook-7.0.4.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-10-06 Thread Sam James
commit: f57bbf2f3b532fc4968caeed092528124087eeaa
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 14:51:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 14:51:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57bbf2f

dev-python/notebook: Stabilize 7.0.3 arm, #914939

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

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

diff --git a/dev-python/notebook/notebook-7.0.3.ebuild 
b/dev-python/notebook/notebook-7.0.3.ebuild
index 955c05ae6c3e..42aac0e4a948 100644
--- a/dev-python/notebook/notebook-7.0.3.ebuild
+++ b/dev-python/notebook/notebook-7.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-10-02 Thread Michał Górny
commit: aa63f030a7be5378959fcd4b960582cdd39a0709
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct  3 05:09:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct  3 05:11:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa63f030

dev-python/notebook: Add BDEP on hatch-jupyter-builder

Closes: https://bugs.gentoo.org/915095
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/notebook/notebook-7.0.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/notebook/notebook-7.0.4.ebuild 
b/dev-python/notebook/notebook-7.0.4.ebuild
index 955c05ae6c3e..991606132cdb 100644
--- a/dev-python/notebook/notebook-7.0.4.ebuild
+++ b/dev-python/notebook/notebook-7.0.4.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
 "
 
 BDEPEND="
+   dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
test? (
dev-python/ipykernel[${PYTHON_USEDEP}]
dev-python/nbval[${PYTHON_USEDEP}]



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

2023-09-21 Thread Michał Górny
commit: 93e0bd7cc8b28cc07bdc894583d52f02cdd79190
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 21 05:51:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 21 09:54:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e0bd7c

dev-python/notebook: Bump to 7.0.4

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-7.0.4.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index ef361da10301..ef7b4228d4d2 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -3,3 +3,4 @@ DIST notebook-7.0.0.tar.gz 3922786 BLAKE2B 
5aaeae9f48c456691607d5ef05012368f0e6a
 DIST notebook-7.0.1.tar.gz 3926420 BLAKE2B 
a711c6202ec87f5b9ee9b82779048f4dc366643a645890006b6588ddd70428e79e4028171cc4b4fb4fa1e6f93a2a948aae34980915ad4a2a5f7c34971e6bf917
 SHA512 
4bfae67044525527c1d5ff1dd269c8ca1179bbef3a9f0cf043244103c996f02ef4cbbf11c4ceffe84ca0cb0a8250f18cd3ebf6dd55cca53ceaa47f65df7dae22
 DIST notebook-7.0.2.tar.gz 3927445 BLAKE2B 
09f867a5eed76616d749afcd18bf673fc2c09f5073a17d5a89a284d8aacb9e110a67f24973e0ba165027b3199f8e9032f549aabcbd8d3bc67a9d6533d21a4e09
 SHA512 
b204f15f855f8e829dfd1d325be664cc0328e2b897d838bfd9721ca369d4da8d0d1012bff69b40a35f0b186d3eae5f46326604eefb0b8e91824a815deedbcc67
 DIST notebook-7.0.3.tar.gz 3934398 BLAKE2B 
0047d1fa403e3fb6ededb764f99f9e76aaba6099055ac6dd28183e8d7921dc8a9bb68072b7909f4fb749a26f01989c88c45cf58fe3583250bb0bf9d0847dc1ac
 SHA512 
141acc5b46b7c3023c5aab3cdcfaa287225c627bde053f8958bdce5bdfd600ba2bfa5f119ce8b026cf1889cd7acb265a4c13eae6b0afdd1ed2a4fcfb3264976f
+DIST notebook-7.0.4.tar.gz 3928907 BLAKE2B 
edd498636d35f348f520915d43686243a3ff4b2f8ad4984bc05766403a3bffcd699e1ba691b672ad3ab8f08983920f62a1c5b0308a94e4a7366eb30e049f5d43
 SHA512 
e174fcbb93fcaf67c086b2160d7875457681222e21c23efbf35d4c7503e528df3b368b4d122eebf199a86ea155cf3e6b7b15036587bb9b4260a8d22e7e4a9f0b

diff --git a/dev-python/notebook/notebook-7.0.4.ebuild 
b/dev-python/notebook/notebook-7.0.4.ebuild
new file mode 100644
index ..955c05ae6c3e
--- /dev/null
+++ b/dev-python/notebook/notebook-7.0.4.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/notebook/
+   https://pypi.org/project/notebook/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-09-09 Thread WANG Xuerui
commit: b9a54f1ae1d8fab63820ce2492548efcd175f059
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:24:02 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a54f1a

dev-python/notebook: keyword 7.0.3 for ~loong

Closes: https://bugs.gentoo.org/910584
Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/notebook/notebook-7.0.3.ebuild 
b/dev-python/notebook/notebook-7.0.3.ebuild
index 61c76b2fb5e8..955c05ae6c3e 100644
--- a/dev-python/notebook/notebook-7.0.3.ebuild
+++ b/dev-python/notebook/notebook-7.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-08-31 Thread Michał Górny
commit: 389117a1e5642d364576d67bfc763f2db74e73e1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 31 13:08:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 31 13:08:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389117a1

dev-python/notebook: Bump to 7.0.3

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-7.0.3.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index d9f7eefd63d6..ef361da10301 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -2,3 +2,4 @@ DIST notebook-6.5.4.tar.gz 5785832 BLAKE2B 
28845c51c244d08b12e6a2853d3407a2af9e3
 DIST notebook-7.0.0.tar.gz 3922786 BLAKE2B 
5aaeae9f48c456691607d5ef05012368f0e6abd1eb1266a5fc68ac999027cdb1e03a640b13048b47a754ef8c803bf1fe3a8c056dc600d825fa05387e905183a2
 SHA512 
fb58c03b60f02cc8b2096c13c493c38324fbb76a93dbb31a94775ed341a9594168598bc3a35ce18ef1ce6e2dd79f7b2e32d752dc3307780cfbc9fbc0c7f1c9a6
 DIST notebook-7.0.1.tar.gz 3926420 BLAKE2B 
a711c6202ec87f5b9ee9b82779048f4dc366643a645890006b6588ddd70428e79e4028171cc4b4fb4fa1e6f93a2a948aae34980915ad4a2a5f7c34971e6bf917
 SHA512 
4bfae67044525527c1d5ff1dd269c8ca1179bbef3a9f0cf043244103c996f02ef4cbbf11c4ceffe84ca0cb0a8250f18cd3ebf6dd55cca53ceaa47f65df7dae22
 DIST notebook-7.0.2.tar.gz 3927445 BLAKE2B 
09f867a5eed76616d749afcd18bf673fc2c09f5073a17d5a89a284d8aacb9e110a67f24973e0ba165027b3199f8e9032f549aabcbd8d3bc67a9d6533d21a4e09
 SHA512 
b204f15f855f8e829dfd1d325be664cc0328e2b897d838bfd9721ca369d4da8d0d1012bff69b40a35f0b186d3eae5f46326604eefb0b8e91824a815deedbcc67
+DIST notebook-7.0.3.tar.gz 3934398 BLAKE2B 
0047d1fa403e3fb6ededb764f99f9e76aaba6099055ac6dd28183e8d7921dc8a9bb68072b7909f4fb749a26f01989c88c45cf58fe3583250bb0bf9d0847dc1ac
 SHA512 
141acc5b46b7c3023c5aab3cdcfaa287225c627bde053f8958bdce5bdfd600ba2bfa5f119ce8b026cf1889cd7acb265a4c13eae6b0afdd1ed2a4fcfb3264976f

diff --git a/dev-python/notebook/notebook-7.0.3.ebuild 
b/dev-python/notebook/notebook-7.0.3.ebuild
new file mode 100644
index ..61c76b2fb5e8
--- /dev/null
+++ b/dev-python/notebook/notebook-7.0.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/notebook/
+   https://pypi.org/project/notebook/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-08-16 Thread Michael Orlitzky
commit: 157412240a26b74ead96b14d005f7b07f1a9228f
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug 16 13:54:37 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Aug 16 20:13:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15741224

dev-python/notebook: add dev-libs/mathjax upper bound

Upstream requires the old mathjax-2.x, so when we add mathjax-3.x, bad
things will happen otherwise. Newer notebook-7.x versions rely on a
CDN to supply MathJax.

Bug: https://bugs.gentoo.org/837722
Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-python/notebook/{notebook-6.5.4.ebuild => notebook-6.5.4-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4-r1.ebuild
similarity index 99%
rename from dev-python/notebook/notebook-6.5.4.ebuild
rename to dev-python/notebook/notebook-6.5.4-r1.ebuild
index fbd4ef1d8dfe..2b36143194c9 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4-r1.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
-   >=dev-libs/mathjax-2.7.4
+   

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

2023-08-14 Thread Jakov Smolić
commit: 4b80bff1807bcf5d54b88358de8261cfb93ea6ce
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Aug 14 17:57:33 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Aug 14 17:57:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b80bff1

dev-python/notebook: Keyword 7.0.2 riscv, #910584

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

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

diff --git a/dev-python/notebook/notebook-7.0.2.ebuild 
b/dev-python/notebook/notebook-7.0.2.ebuild
index 6244980ec7bf..18f961b996e2 100644
--- a/dev-python/notebook/notebook-7.0.2.ebuild
+++ b/dev-python/notebook/notebook-7.0.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-08-13 Thread Arthur Zamarin
commit: f9414379a07f98fe0f9e4943e02ab1cdc132e77b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 13 16:09:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 13 16:09:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9414379

dev-python/notebook: Keyword 7.0.2 ppc64, #910584

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

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

diff --git a/dev-python/notebook/notebook-7.0.2.ebuild 
b/dev-python/notebook/notebook-7.0.2.ebuild
index bcee4574bb98..6244980ec7bf 100644
--- a/dev-python/notebook/notebook-7.0.2.ebuild
+++ b/dev-python/notebook/notebook-7.0.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-08-13 Thread Arthur Zamarin
commit: 5c8d87d426c2f2807ce86a7243690a7d8dfc5008
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 13 16:07:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 13 16:07:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8d87d4

dev-python/notebook: Keyword 7.0.2 arm64, #910584

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

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

diff --git a/dev-python/notebook/notebook-7.0.2.ebuild 
b/dev-python/notebook/notebook-7.0.2.ebuild
index dd75d09daf6a..bcee4574bb98 100644
--- a/dev-python/notebook/notebook-7.0.2.ebuild
+++ b/dev-python/notebook/notebook-7.0.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-08-13 Thread Joonas Niilola
commit: b805bdd6be7e8a241d6cca22dbffe066ef00e657
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Aug 13 06:36:35 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 13 06:37:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b805bdd6

dev-python/notebook: Keyword 7.0.2 x86, #910584

Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/notebook/notebook-7.0.2.ebuild 
b/dev-python/notebook/notebook-7.0.2.ebuild
index f59b40994b79..ff29d2e4525e 100644
--- a/dev-python/notebook/notebook-7.0.2.ebuild
+++ b/dev-python/notebook/notebook-7.0.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-08-04 Thread Michał Górny
commit: 4a5a2a17acf7fd84afb89f8845a593efc518f028
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  5 05:40:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  5 05:40:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5a2a17

dev-python/notebook: Bump to 7.0.2

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

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

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index e411c25222e4..d9f7eefd63d6 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,3 +1,4 @@
 DIST notebook-6.5.4.tar.gz 5785832 BLAKE2B 
28845c51c244d08b12e6a2853d3407a2af9e351f1501db8e76ff4f069e656d9bf27c3d2893b38f3f2bb51cedf38658219be3843a3397a588046d55bf445d3222
 SHA512 
72bf4efa4d553a6265c72e188ad0ee085accbbc05b0af182531c892303149d83f38f6d410f1bcb2c835071f713cb4267d58324b982b4087caabf9b46b8d77cfa
 DIST notebook-7.0.0.tar.gz 3922786 BLAKE2B 
5aaeae9f48c456691607d5ef05012368f0e6abd1eb1266a5fc68ac999027cdb1e03a640b13048b47a754ef8c803bf1fe3a8c056dc600d825fa05387e905183a2
 SHA512 
fb58c03b60f02cc8b2096c13c493c38324fbb76a93dbb31a94775ed341a9594168598bc3a35ce18ef1ce6e2dd79f7b2e32d752dc3307780cfbc9fbc0c7f1c9a6
 DIST notebook-7.0.1.tar.gz 3926420 BLAKE2B 
a711c6202ec87f5b9ee9b82779048f4dc366643a645890006b6588ddd70428e79e4028171cc4b4fb4fa1e6f93a2a948aae34980915ad4a2a5f7c34971e6bf917
 SHA512 
4bfae67044525527c1d5ff1dd269c8ca1179bbef3a9f0cf043244103c996f02ef4cbbf11c4ceffe84ca0cb0a8250f18cd3ebf6dd55cca53ceaa47f65df7dae22
+DIST notebook-7.0.2.tar.gz 3927445 BLAKE2B 
09f867a5eed76616d749afcd18bf673fc2c09f5073a17d5a89a284d8aacb9e110a67f24973e0ba165027b3199f8e9032f549aabcbd8d3bc67a9d6533d21a4e09
 SHA512 
b204f15f855f8e829dfd1d325be664cc0328e2b897d838bfd9721ca369d4da8d0d1012bff69b40a35f0b186d3eae5f46326604eefb0b8e91824a815deedbcc67

diff --git a/dev-python/notebook/notebook-7.0.2.ebuild 
b/dev-python/notebook/notebook-7.0.2.ebuild
new file mode 100644
index ..f59b40994b79
--- /dev/null
+++ b/dev-python/notebook/notebook-7.0.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="https://jupyter.org;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-07-31 Thread Michał Górny
commit: 292e66e82beced62922f9e1c318f37312696ab06
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  1 02:14:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  1 03:01:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292e66e8

dev-python/notebook: Bump to 7.0.1

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

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

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index dbd70028fc9f..e411c25222e4 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1,3 @@
 DIST notebook-6.5.4.tar.gz 5785832 BLAKE2B 
28845c51c244d08b12e6a2853d3407a2af9e351f1501db8e76ff4f069e656d9bf27c3d2893b38f3f2bb51cedf38658219be3843a3397a588046d55bf445d3222
 SHA512 
72bf4efa4d553a6265c72e188ad0ee085accbbc05b0af182531c892303149d83f38f6d410f1bcb2c835071f713cb4267d58324b982b4087caabf9b46b8d77cfa
 DIST notebook-7.0.0.tar.gz 3922786 BLAKE2B 
5aaeae9f48c456691607d5ef05012368f0e6abd1eb1266a5fc68ac999027cdb1e03a640b13048b47a754ef8c803bf1fe3a8c056dc600d825fa05387e905183a2
 SHA512 
fb58c03b60f02cc8b2096c13c493c38324fbb76a93dbb31a94775ed341a9594168598bc3a35ce18ef1ce6e2dd79f7b2e32d752dc3307780cfbc9fbc0c7f1c9a6
+DIST notebook-7.0.1.tar.gz 3926420 BLAKE2B 
a711c6202ec87f5b9ee9b82779048f4dc366643a645890006b6588ddd70428e79e4028171cc4b4fb4fa1e6f93a2a948aae34980915ad4a2a5f7c34971e6bf917
 SHA512 
4bfae67044525527c1d5ff1dd269c8ca1179bbef3a9f0cf043244103c996f02ef4cbbf11c4ceffe84ca0cb0a8250f18cd3ebf6dd55cca53ceaa47f65df7dae22

diff --git a/dev-python/notebook/notebook-7.0.1.ebuild 
b/dev-python/notebook/notebook-7.0.1.ebuild
new file mode 100644
index ..f59b40994b79
--- /dev/null
+++ b/dev-python/notebook/notebook-7.0.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="https://jupyter.org;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-07-24 Thread Michał Górny
commit: 9fbfdf24d785e488fc97aa23b089face850e1fd0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 12:45:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 12:45:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbfdf24

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest   |  1 -
 .../files/notebook-6.4.11-no-mathjax.patch | 42 --
 dev-python/notebook/notebook-6.4.12.ebuild | 97 --
 3 files changed, 140 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index a7dfb7d1f6aa..dbd70028fc9f 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,3 +1,2 @@
-DIST notebook-6.4.12.tar.gz 14389641 BLAKE2B 
1cda6a1eb1f4e7ccce964153bdce8de243588ffd4abcc5ab6687ba0ea347d68c5dd239c2af5bf93809409d850747db28df72be5c2ec03bfd06b725976ae1c599
 SHA512 
1314cfebe97ddada61e1013fdfd606bed08908c06b58e59f2fda6e63c43a1158eeed6a93a5cddbb609ecad0347bf80ee3a74747104fd29942629734c1ea749f0
 DIST notebook-6.5.4.tar.gz 5785832 BLAKE2B 
28845c51c244d08b12e6a2853d3407a2af9e351f1501db8e76ff4f069e656d9bf27c3d2893b38f3f2bb51cedf38658219be3843a3397a588046d55bf445d3222
 SHA512 
72bf4efa4d553a6265c72e188ad0ee085accbbc05b0af182531c892303149d83f38f6d410f1bcb2c835071f713cb4267d58324b982b4087caabf9b46b8d77cfa
 DIST notebook-7.0.0.tar.gz 3922786 BLAKE2B 
5aaeae9f48c456691607d5ef05012368f0e6abd1eb1266a5fc68ac999027cdb1e03a640b13048b47a754ef8c803bf1fe3a8c056dc600d825fa05387e905183a2
 SHA512 
fb58c03b60f02cc8b2096c13c493c38324fbb76a93dbb31a94775ed341a9594168598bc3a35ce18ef1ce6e2dd79f7b2e32d752dc3307780cfbc9fbc0c7f1c9a6

diff --git a/dev-python/notebook/files/notebook-6.4.11-no-mathjax.patch 
b/dev-python/notebook/files/notebook-6.4.11-no-mathjax.patch
deleted file mode 100644
index 85d326b9dfde..
--- a/dev-python/notebook/files/notebook-6.4.11-no-mathjax.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -dupr notebook-6.4.11.orig/setupbase.py notebook-6.4.11/setupbase.py
 notebook-6.4.11.orig/setupbase.py  2022-04-20 09:37:45.964925905 +0200
-+++ notebook-6.4.11/setupbase.py   2022-04-20 09:40:32.624674341 +0200
-@@ -167,38 +167,6 @@ def find_package_data():
- if f.endswith(('.js', '.css')):
- static_data.append(pjoin(parent, f))
- 
--# Trim mathjax
--mj = lambda *path: pjoin(components, 'MathJax', *path)
--static_data.extend([
--mj('MathJax.js'),
--mj('config', 'TeX-AMS-MML_HTMLorMML-full.js'),
--mj('config', 'Safe.js'),
--])
--
--trees = []
--mj_out = mj('jax', 'output')
--
--if os.path.exists(mj_out):
--for output in os.listdir(mj_out):
--path = pjoin(mj_out, output)
--static_data.append(pjoin(path, '*.js'))
--autoload = pjoin(path, 'autoload')
--if os.path.isdir(autoload):
--trees.append(autoload)
--
--for tree in trees + [
--mj('localization'), # limit to en?
--mj('fonts', 'HTML-CSS', 'STIX-Web', 'woff'),
--mj('extensions'),
--mj('jax', 'input', 'TeX'),
--mj('jax', 'output', 'HTML-CSS', 'fonts', 'STIX-Web'),
--mj('jax', 'output', 'SVG', 'fonts', 'STIX-Web'),
--mj('jax', 'element', 'mml'),
--]:
--for parent, dirs, files in os.walk(tree):
--for f in files:
--static_data.append(pjoin(parent, f))
--
- os.chdir(os.path.join('tests',))
- js_tests = glob('*.js') + glob('*/*.js')
- 

diff --git a/dev-python/notebook/notebook-6.4.12.ebuild 
b/dev-python/notebook/notebook-6.4.12.ebuild
deleted file mode 100644
index 0367b35c25b6..
--- a/dev-python/notebook/notebook-6.4.12.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="https://jupyter.org;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ia64"
-
-RDEPEND="
-   >=dev-libs/mathjax-2.4
-   dev-python/argon2-cffi[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
-   dev-python/ipython_genutils[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-4.6.1[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-client-5.3.4[${PYTHON_USEDEP}]
-   dev-python/nbformat[${PYTHON_USEDEP}]
-   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
-   

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

2023-07-20 Thread Andrew Ammerlaan
commit: 00f6b12b6c6957462c26842a42aaea57e28f62fe
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Jul 20 10:27:11 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Jul 20 10:46:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f6b12b

dev-python/notebook: add 7.0.0

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

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

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 252b858b9b27..a7dfb7d1f6aa 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1,3 @@
 DIST notebook-6.4.12.tar.gz 14389641 BLAKE2B 
1cda6a1eb1f4e7ccce964153bdce8de243588ffd4abcc5ab6687ba0ea347d68c5dd239c2af5bf93809409d850747db28df72be5c2ec03bfd06b725976ae1c599
 SHA512 
1314cfebe97ddada61e1013fdfd606bed08908c06b58e59f2fda6e63c43a1158eeed6a93a5cddbb609ecad0347bf80ee3a74747104fd29942629734c1ea749f0
 DIST notebook-6.5.4.tar.gz 5785832 BLAKE2B 
28845c51c244d08b12e6a2853d3407a2af9e351f1501db8e76ff4f069e656d9bf27c3d2893b38f3f2bb51cedf38658219be3843a3397a588046d55bf445d3222
 SHA512 
72bf4efa4d553a6265c72e188ad0ee085accbbc05b0af182531c892303149d83f38f6d410f1bcb2c835071f713cb4267d58324b982b4087caabf9b46b8d77cfa
+DIST notebook-7.0.0.tar.gz 3922786 BLAKE2B 
5aaeae9f48c456691607d5ef05012368f0e6abd1eb1266a5fc68ac999027cdb1e03a640b13048b47a754ef8c803bf1fe3a8c056dc600d825fa05387e905183a2
 SHA512 
fb58c03b60f02cc8b2096c13c493c38324fbb76a93dbb31a94775ed341a9594168598bc3a35ce18ef1ce6e2dd79f7b2e32d752dc3307780cfbc9fbc0c7f1c9a6

diff --git a/dev-python/notebook/notebook-7.0.0.ebuild 
b/dev-python/notebook/notebook-7.0.0.ebuild
new file mode 100644
index ..f59b40994b79
--- /dev/null
+++ b/dev-python/notebook/notebook-7.0.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="https://jupyter.org;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
+   =dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
+   =dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-06-13 Thread Arthur Zamarin
commit: 37d089779c6c5b0978704b7fb16a175ed1519604
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun 13 18:23:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun 13 18:23:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d08977

dev-python/notebook: Keyword 6.5.4 ia64, #904298

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index 4df44da4ffb2..c18d835b4c9d 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-05-28 Thread Michał Górny
commit: a745554210b022dc2c4a283339ed22f9d1f9d299
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 29 04:34:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 29 04:34:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7455542

dev-python/notebook-shim: Remove old

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

 dev-python/notebook-shim/Manifest  |  1 -
 .../notebook-shim/notebook-shim-0.2.2-r1.ebuild| 43 --
 2 files changed, 44 deletions(-)

diff --git a/dev-python/notebook-shim/Manifest 
b/dev-python/notebook-shim/Manifest
index 4a62ab819254..d0da0f05cc7e 100644
--- a/dev-python/notebook-shim/Manifest
+++ b/dev-python/notebook-shim/Manifest
@@ -1,2 +1 @@
-DIST notebook_shim-0.2.2.tar.gz 12947 BLAKE2B 
5a04944be3f8de7bd7b1c10f59d73869b7aed670c3afebf79e7780d5992f9af2929529498604c1a5c0d164467681ffa0e8924e1c9a7945e52ae353bdb710c7bc
 SHA512 
42cf9153495e4ab8230ef560d36381a5aa1d9bbd583ed140e04e9850f4a82bab06ecf36e45b88595e8686d8122c9a52eee8133a7f1b622d75d326ebf36519d30
 DIST notebook_shim-0.2.3.tar.gz 13082 BLAKE2B 
5e988605ee01a49f31bf2dcdbe86d2f8e12f3e314d962f619068c57b13ed144643db1b08d5afed7a91ddfcde82497e49fe643d9fdd1c43a9535d7468794dfe7e
 SHA512 
87114ea915ab5160b11023dddcc622aafba315fe07de21cedbed1e374ec2406eba378575e903377dbb9cc69e7449eb184cb0420513b7dc05078af0e91bc5f884

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
deleted file mode 100644
index 3e846f9c9589..
--- a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=hatchling
-inherit distutils-r1 pypi
-
-DESCRIPTION="A shim layer for notebook traits and config"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter/notebook_shim/
-   https://pypi.org/project/notebook-shim/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   =dev-python/jupyter-server-1.8[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
-   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_tornasync.plugin
-}
-
-src_install() {
-   distutils-r1_src_install
-   mv "${ED}/usr/etc" "${ED}/etc" || die
-}



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

2023-05-28 Thread Arthur Zamarin
commit: d42656fed767eb4c75f95eecd6c66db13f951198
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun May 28 19:54:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun May 28 19:54:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42656fe

dev-python/notebook-shim: Stabilize 0.2.3 ALLARCHES, #907316

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

 dev-python/notebook-shim/notebook-shim-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild
index 7e177997b7f2..94f01dd31c2f 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 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="


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

2023-05-20 Thread Michał Górny
commit: 8998203e94b8898cc590dcd81ed98773b19edb22
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 20 07:12:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 20 07:15:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8998203e

dev-python/notebook: Use pypi.eclass in older version(s)

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

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

diff --git a/dev-python/notebook/notebook-6.4.12.ebuild 
b/dev-python/notebook/notebook-6.4.12.ebuild
index 8cbbe8c22bb5..d3487026e7dd 100644
--- a/dev-python/notebook/notebook-6.4.12.ebuild
+++ b/dev-python/notebook/notebook-6.4.12.ebuild
@@ -7,11 +7,10 @@ DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE="threads(+)"
 
-inherit distutils-r1 xdg-utils
+inherit distutils-r1 pypi xdg-utils
 
 DESCRIPTION="Jupyter Interactive Notebook"
 HOMEPAGE="https://jupyter.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"



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

2023-05-06 Thread Michał Górny
commit: c676e937bf22e73b8a5d95c64aa5b51de3c72278
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  6 13:56:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  6 13:59:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c676e937

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest  |  1 -
 dev-python/notebook/notebook-6.5.3.ebuild | 81 ---
 2 files changed, 82 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 068f64e45128..252b858b9b27 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,3 +1,2 @@
 DIST notebook-6.4.12.tar.gz 14389641 BLAKE2B 
1cda6a1eb1f4e7ccce964153bdce8de243588ffd4abcc5ab6687ba0ea347d68c5dd239c2af5bf93809409d850747db28df72be5c2ec03bfd06b725976ae1c599
 SHA512 
1314cfebe97ddada61e1013fdfd606bed08908c06b58e59f2fda6e63c43a1158eeed6a93a5cddbb609ecad0347bf80ee3a74747104fd29942629734c1ea749f0
-DIST notebook-6.5.3.tar.gz 5785846 BLAKE2B 
90b028816ad906057708612c82d4c257616e28e2f335dfa26990888b04f6c2372dd1f579b28534ec0ed3c5a160e3c44c35f173b312e3d395db0fd3f01860dab6
 SHA512 
27177908960ca2e4c83bc5f4502250e02a885daed5f9ad67694502794f140e9e66f0cb24568a3903600c8f5cbae6d626fd7bfd362e23cc523bb42c210f5d2c70
 DIST notebook-6.5.4.tar.gz 5785832 BLAKE2B 
28845c51c244d08b12e6a2853d3407a2af9e351f1501db8e76ff4f069e656d9bf27c3d2893b38f3f2bb51cedf38658219be3843a3397a588046d55bf445d3222
 SHA512 
72bf4efa4d553a6265c72e188ad0ee085accbbc05b0af182531c892303149d83f38f6d410f1bcb2c835071f713cb4267d58324b982b4087caabf9b46b8d77cfa

diff --git a/dev-python/notebook/notebook-6.5.3.ebuild 
b/dev-python/notebook/notebook-6.5.3.ebuild
deleted file mode 100644
index d39f1d0783dd..
--- a/dev-python/notebook/notebook-6.5.3.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="https://jupyter.org;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=dev-libs/mathjax-2.7.4
-   dev-python/argon2-cffi[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/ipython_genutils[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-4.6.1[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-client-5.3.4[${PYTHON_USEDEP}]
-   >=dev-python/nbclassic-0.4.7[${PYTHON_USEDEP}]
-   dev-python/nbformat[${PYTHON_USEDEP}]
-   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
-   dev-python/prometheus_client[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
-   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
-   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.1[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   >=dev-python/jupyter_packaging-0.9[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nbval[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   )
-"
-
-PDEPEND=">=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # trash doesn't seem to work for us
-   
notebook/services/contents/tests/test_contents_api.py::APITest::test_checkpoints_follow_file
-   
notebook/services/contents/tests/test_contents_api.py::APITest::test_delete
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_dirs
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_non_empty_dir
-   
notebook/services/contents/tests/test_manager.py::TestContentsManager::test_delete
-   
notebook/services/contents/tests/test_manager.py::TestContentsManagerNoAtomic::test_delete
-   # TODO
-   
notebook/services/kernels/tests/test_kernels_api.py::KernelAPITest::test_connections
-   
notebook/services/kernels/tests/test_kernels_api.py::AsyncKernelAPITest::test_connections
-   
notebook/services/kernels/tests/test_kernels_api.py::KernelCullingTest::test_culling
-   
notebook/services/nbconvert/tests/test_nbconvert_api.py::APITest::test_list_formats
-)
-
-EPYTEST_IGNORE=(
-   # selenium tests require geckodriver
-   notebook/tests/selenium
-)
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-

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

2023-05-06 Thread Michał Górny
commit: c69ff2bc57802e9964e67144d412cf4d1dffce87
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  6 13:56:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  6 13:59:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69ff2bc

dev-python/notebook: Remove non-ia64 keywords from old

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

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

diff --git a/dev-python/notebook/notebook-6.4.12.ebuild 
b/dev-python/notebook/notebook-6.4.12.ebuild
index 2b92af1532b4..f5a42631edb6 100644
--- a/dev-python/notebook/notebook-6.4.12.ebuild
+++ b/dev-python/notebook/notebook-6.4.12.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~ia64"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

2023-05-06 Thread Sam James
commit: aacec59b22d1ab59b672676305e89e0b2c02d9d3
Author: Sam James  gentoo  org>
AuthorDate: Sat May  6 12:00:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May  6 12:00:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacec59b

dev-python/notebook-shim: Stabilize 0.2.2-r1 x86, #904813

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

 dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
index 0d742cb77968..3e846f9c9589 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 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="


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

2023-05-06 Thread Sam James
commit: 6eaff8997140f8d570f3de1e846efed01aff9d3c
Author: Sam James  gentoo  org>
AuthorDate: Sat May  6 12:00:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May  6 12:00:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eaff899

dev-python/notebook: Stabilize 6.5.4 x86, #904813

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index 3b493e081468..ff2983e97b13 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-05-06 Thread Arthur Zamarin
commit: 88d3c80e3a8623cb61d5de793023328a96a7e446
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 11:04:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 11:04:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d3c80e

dev-python/notebook: Stabilize 6.5.4 hppa, #904813

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index dd67c7cf6287..3b493e081468 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-05-06 Thread Arthur Zamarin
commit: 1f4d9fcca9bc04a00ee95c1a628a564fbc2a2c49
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 11:04:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 11:04:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4d9fcc

dev-python/notebook-shim: Stabilize 0.2.2-r1 hppa, #904813

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

 dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
index cf2c5725419f..0d742cb77968 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 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="


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

2023-05-06 Thread Arthur Zamarin
commit: 2bfd9f04042fc93f9e5123c04bfb30d33cf9bc1e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 10:37:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 10:37:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfd9f04

dev-python/notebook: Stabilize 6.5.4 sparc, #904813

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index 66f95f8f9b0f..dd67c7cf6287 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-05-06 Thread Arthur Zamarin
commit: 7abac6d4aaf3935f392a025fe8f2d12091ff3571
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 10:37:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 10:37:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abac6d4

dev-python/notebook-shim: Stabilize 0.2.2-r1 sparc, #904813

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

 dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
index 2c0562613e64..cf2c5725419f 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 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="


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

2023-05-06 Thread Arthur Zamarin
commit: e3c0b5d1bb535bf949b8ce15900b348d580ac45f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 10:30:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 10:31:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c0b5d1

dev-python/notebook-shim: Stabilize 0.2.2-r1 amd64, #904813

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

 dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
index 2e0b29642602..2c0562613e64 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 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="


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

2023-05-06 Thread Arthur Zamarin
commit: 86e36791c976f8b606dfd4b0453b2c8d03d893c9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 10:30:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 10:31:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e36791

dev-python/notebook: Stabilize 6.5.4 amd64, #904813

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index bda458abadb6..66f95f8f9b0f 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-05-06 Thread Arthur Zamarin
commit: 689739cea13a215b8bcf44291bfc518eb00551a1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 10:29:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 10:29:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689739ce

dev-python/notebook-shim: Stabilize 0.2.2-r1 arm64, #904813

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

 dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
index 8a8dfa1c3974..2e0b29642602 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 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="


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

2023-05-06 Thread Arthur Zamarin
commit: 6ec9d1f0ffe0f2c4dc6b2fb1b01171dbcd960cd4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 10:29:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 10:29:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec9d1f0

dev-python/notebook: Stabilize 6.5.4 arm64, #904813

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index 91e6ae37bf60..bda458abadb6 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-05-06 Thread Arthur Zamarin
commit: 3313721b3fee6f0ae8052fc225794b27c6959d3e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 10:19:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 10:19:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3313721b

dev-python/notebook-shim: Stabilize 0.2.2-r1 ppc, #904813

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

 dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
index cac45a4cee71..8a8dfa1c3974 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 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="


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

2023-05-06 Thread Arthur Zamarin
commit: 491f56826ae937c7fb4d9dc33381dc772dca9495
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 10:19:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 10:19:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491f5682

dev-python/notebook: Stabilize 6.5.4 ppc, #904813

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index fbc6a8176782..91e6ae37bf60 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-05-06 Thread Arthur Zamarin
commit: 2a771a26db26a75f5cf92f5421ed7cfc3221d154
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 10:13:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 10:13:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a771a26

dev-python/notebook-shim: Stabilize 0.2.2-r1 ppc64, #904813

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

 dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
index e666c85ab299..cac45a4cee71 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 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="


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

2023-05-06 Thread Arthur Zamarin
commit: 82a9b02dd8800036ec98bf53e94c0120bc9fde54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 10:13:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 10:13:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a9b02d

dev-python/notebook: Stabilize 6.5.4 ppc64, #904813

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index 12b98773f42a..fbc6a8176782 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-05-06 Thread Arthur Zamarin
commit: dd6375fd10ae4f814c5010038eacbcc9ceb01c78
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 10:03:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 10:03:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6375fd

dev-python/notebook: Stabilize 6.5.4 arm, #904813

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index 340c7bbdd8c5..12b98773f42a 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-05-06 Thread Arthur Zamarin
commit: 0e28adca6f054866f97520950ca2228d7bd630c6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 10:03:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 10:03:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e28adca

dev-python/notebook-shim: Stabilize 0.2.2-r1 arm, #904813

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

 dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
index 146916c5c88b..e666c85ab299 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 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="


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

2023-04-27 Thread Michał Górny
commit: ded486c43c30d6aa9d8645febccea608738ad8d2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 27 16:10:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 27 17:24:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded486c4

dev-python/notebook-shim: Bump to 0.2.3

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

 dev-python/notebook-shim/Manifest  |  1 +
 .../notebook-shim/notebook-shim-0.2.3.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/notebook-shim/Manifest 
b/dev-python/notebook-shim/Manifest
index e9a73821a6b4..4a62ab819254 100644
--- a/dev-python/notebook-shim/Manifest
+++ b/dev-python/notebook-shim/Manifest
@@ -1 +1,2 @@
 DIST notebook_shim-0.2.2.tar.gz 12947 BLAKE2B 
5a04944be3f8de7bd7b1c10f59d73869b7aed670c3afebf79e7780d5992f9af2929529498604c1a5c0d164467681ffa0e8924e1c9a7945e52ae353bdb710c7bc
 SHA512 
42cf9153495e4ab8230ef560d36381a5aa1d9bbd583ed140e04e9850f4a82bab06ecf36e45b88595e8686d8122c9a52eee8133a7f1b622d75d326ebf36519d30
+DIST notebook_shim-0.2.3.tar.gz 13082 BLAKE2B 
5e988605ee01a49f31bf2dcdbe86d2f8e12f3e314d962f619068c57b13ed144643db1b08d5afed7a91ddfcde82497e49fe643d9fdd1c43a9535d7468794dfe7e
 SHA512 
87114ea915ab5160b11023dddcc622aafba315fe07de21cedbed1e374ec2406eba378575e903377dbb9cc69e7449eb184cb0420513b7dc05078af0e91bc5f884

diff --git a/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild
new file mode 100644
index ..7e177997b7f2
--- /dev/null
+++ b/dev-python/notebook-shim/notebook-shim-0.2.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A shim layer for notebook traits and config"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/notebook_shim/
+   https://pypi.org/project/notebook-shim/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   =dev-python/jupyter-server-1.8[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_tornasync.plugin
+}
+
+src_install() {
+   distutils-r1_src_install
+   mv "${ED}/usr/etc" "${ED}/etc" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/notebook-shim/, dev-python/notebook_shim/, dev-python/nbclassic/, ...

2023-04-27 Thread Michał Górny
commit: 3f8badbb6b0a8724f5bc9e3e79ca033829dbf1ae
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 27 16:08:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 27 17:24:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8badbb

Rename dev-python/{notebook_shim → notebook-shim}

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

 dev-python/nbclassic/nbclassic-0.5.5.ebuild | 2 +-
 dev-python/{notebook_shim => notebook-shim}/Manifest| 0
 dev-python/{notebook_shim => notebook-shim}/metadata.xml| 0
 .../notebook-shim-0.2.2-r1.ebuild}  | 0
 profiles/updates/2Q-2023| 1 +
 5 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/nbclassic/nbclassic-0.5.5.ebuild 
b/dev-python/nbclassic/nbclassic-0.5.5.ebuild
index b9f509c8ffce..24461d5f3584 100644
--- a/dev-python/nbclassic/nbclassic-0.5.5.ebuild
+++ b/dev-python/nbclassic/nbclassic-0.5.5.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
>=dev-python/nbconvert-5[${PYTHON_USEDEP}]
dev-python/nbformat[${PYTHON_USEDEP}]
>=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
-   >=dev-python/notebook_shim-0.1.0[${PYTHON_USEDEP}]
+   >=dev-python/notebook-shim-0.1.0[${PYTHON_USEDEP}]
dev-python/prometheus_client[${PYTHON_USEDEP}]
>=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
>=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]

diff --git a/dev-python/notebook_shim/Manifest 
b/dev-python/notebook-shim/Manifest
similarity index 100%
rename from dev-python/notebook_shim/Manifest
rename to dev-python/notebook-shim/Manifest

diff --git a/dev-python/notebook_shim/metadata.xml 
b/dev-python/notebook-shim/metadata.xml
similarity index 100%
rename from dev-python/notebook_shim/metadata.xml
rename to dev-python/notebook-shim/metadata.xml

diff --git a/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild 
b/dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild
similarity index 100%
rename from dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild
rename to dev-python/notebook-shim/notebook-shim-0.2.2-r1.ebuild

diff --git a/profiles/updates/2Q-2023 b/profiles/updates/2Q-2023
index d1ae246d4b88..7b64cac63e1a 100644
--- a/profiles/updates/2Q-2023
+++ b/profiles/updates/2Q-2023
@@ -4,3 +4,4 @@ move dev-python/jupyter_client dev-python/jupyter-client
 move dev-python/importlib_resources dev-python/importlib-resources
 move dev-python/importlib_metadata dev-python/importlib-metadata
 move dev-python/python-keyutils dev-python/keyutils
+move dev-python/notebook_shim dev-python/notebook-shim



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

2023-04-16 Thread WANG Xuerui
commit: c46ca856b9fcfa1226aec2fee37cecdb779f8dcf
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri Apr 14 06:32:25 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Apr 16 12:03:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46ca856

dev-python/notebook: keyword 6.5.4 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index 04f18eefa54e..340c7bbdd8c5 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-04-14 Thread Sam James
commit: 016497aaff46feddf2ee10c7b75d4ed3e3177b35
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 22:29:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 22:29:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016497aa

dev-python/notebook: Keyword 6.5.4 hppa, #904298

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index 125ed530d995..04f18eefa54e 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 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-libs/mathjax-2.7.4



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

2023-04-14 Thread Sam James
commit: ffc605579faa9c440cada313508fd8b4280b17f0
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 21:01:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 21:01:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc60557

dev-python/notebook: Keyword 6.5.4 sparc, #904298

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index 606b68b18497..125ed530d995 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-04-14 Thread Sam James
commit: 1e5effde85552e6bc61277f531be3f169355fae6
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 20:42:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 20:43:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5effde

dev-python/notebook: Keyword 6.5.4 s390, #904298

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index c1696e9794a9..606b68b18497 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-04-14 Thread Sam James
commit: 46409e667b0e5375f1bba107cdfe43f2305419cd
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 20:24:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 20:24:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46409e66

dev-python/notebook: Keyword 6.5.4 ppc, #904298

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index 9ced064e5b98..c1696e9794a9 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-04-14 Thread Sam James
commit: b00395d23e67486dce7115d41ad1a197dbd4e2c9
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 20:06:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 20:06:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00395d2

dev-python/notebook: Keyword 6.5.4 arm, #900178

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index d19fdc13c909..9ced064e5b98 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-04-13 Thread Sam James
commit: cae2d591905adfaddebe6e0baff75985ee8ede3e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 04:17:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 04:17:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae2d591

dev-python/notebook: Keyword 6.5.4 x86, #900178

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index aa24ce8dad5b..7d989381f5cd 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-04-13 Thread Sam James
commit: 1832720e640ce0ea5eae81df2baaa29bdfe270cd
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 04:05:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 04:05:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1832720e

dev-python/notebook: keyword 6.5.4 for ~arm64

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

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

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
index 57319b60138b..aa24ce8dad5b 100644
--- a/dev-python/notebook/notebook-6.5.4.ebuild
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-04-07 Thread Sam James
commit: b97215508a31536f2e333613f1101e1d1559687e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  7 06:37:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  7 06:37:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9721550

dev-python/notebook: add 6.5.4

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-6.5.4.ebuild | 81 +++
 2 files changed, 82 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 168ecebc9f12..068f64e45128 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1,3 @@
 DIST notebook-6.4.12.tar.gz 14389641 BLAKE2B 
1cda6a1eb1f4e7ccce964153bdce8de243588ffd4abcc5ab6687ba0ea347d68c5dd239c2af5bf93809409d850747db28df72be5c2ec03bfd06b725976ae1c599
 SHA512 
1314cfebe97ddada61e1013fdfd606bed08908c06b58e59f2fda6e63c43a1158eeed6a93a5cddbb609ecad0347bf80ee3a74747104fd29942629734c1ea749f0
 DIST notebook-6.5.3.tar.gz 5785846 BLAKE2B 
90b028816ad906057708612c82d4c257616e28e2f335dfa26990888b04f6c2372dd1f579b28534ec0ed3c5a160e3c44c35f173b312e3d395db0fd3f01860dab6
 SHA512 
27177908960ca2e4c83bc5f4502250e02a885daed5f9ad67694502794f140e9e66f0cb24568a3903600c8f5cbae6d626fd7bfd362e23cc523bb42c210f5d2c70
+DIST notebook-6.5.4.tar.gz 5785832 BLAKE2B 
28845c51c244d08b12e6a2853d3407a2af9e351f1501db8e76ff4f069e656d9bf27c3d2893b38f3f2bb51cedf38658219be3843a3397a588046d55bf445d3222
 SHA512 
72bf4efa4d553a6265c72e188ad0ee085accbbc05b0af182531c892303149d83f38f6d410f1bcb2c835071f713cb4267d58324b982b4087caabf9b46b8d77cfa

diff --git a/dev-python/notebook/notebook-6.5.4.ebuild 
b/dev-python/notebook/notebook-6.5.4.ebuild
new file mode 100644
index ..57319b60138b
--- /dev/null
+++ b/dev-python/notebook/notebook-6.5.4.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="https://jupyter.org;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-libs/mathjax-2.7.4
+   dev-python/argon2-cffi[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-4.6.1[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
+   >=dev-python/nbclassic-0.4.7[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
+   dev-python/prometheus_client[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
+   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.1[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   >=dev-python/jupyter_packaging-0.9[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   )
+"
+
+PDEPEND=">=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # trash doesn't seem to work for us
+   
notebook/services/contents/tests/test_contents_api.py::APITest::test_checkpoints_follow_file
+   
notebook/services/contents/tests/test_contents_api.py::APITest::test_delete
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_dirs
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_non_empty_dir
+   
notebook/services/contents/tests/test_manager.py::TestContentsManager::test_delete
+   
notebook/services/contents/tests/test_manager.py::TestContentsManagerNoAtomic::test_delete
+   # TODO
+   
notebook/services/kernels/tests/test_kernels_api.py::KernelAPITest::test_connections
+   
notebook/services/kernels/tests/test_kernels_api.py::AsyncKernelAPITest::test_connections
+   
notebook/services/kernels/tests/test_kernels_api.py::KernelCullingTest::test_culling
+   
notebook/services/nbconvert/tests/test_nbconvert_api.py::APITest::test_list_formats
+)
+
+EPYTEST_IGNORE=(
+   # selenium tests require geckodriver
+   notebook/tests/selenium
+)
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+  

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

2023-03-10 Thread Yixun Lan
commit: 131d1d307a26ead91c7be14b33c30847b43838f0
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Mar 11 06:36:09 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Mar 11 06:36:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131d1d30

dev-python/notebook: Keyword 6.5.3 riscv, #900178

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/notebook/notebook-6.5.3.ebuild 
b/dev-python/notebook/notebook-6.5.3.ebuild
index d269b1600a3e..e8251d1989a2 100644
--- a/dev-python/notebook/notebook-6.5.3.ebuild
+++ b/dev-python/notebook/notebook-6.5.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://jupyter.org;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 RDEPEND="
>=dev-libs/mathjax-2.7.4



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

2023-03-07 Thread Andrew Ammerlaan
commit: 051bd25d56fb6a0c6ea57129cb95657398e3387b
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Mar  7 13:44:50 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Mar  7 13:45:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051bd25d

dev-python/notebook: add 6.5.3

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-6.5.3.ebuild | 81 +++
 2 files changed, 82 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 4c79e22125b8..168ecebc9f12 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1 +1,2 @@
 DIST notebook-6.4.12.tar.gz 14389641 BLAKE2B 
1cda6a1eb1f4e7ccce964153bdce8de243588ffd4abcc5ab6687ba0ea347d68c5dd239c2af5bf93809409d850747db28df72be5c2ec03bfd06b725976ae1c599
 SHA512 
1314cfebe97ddada61e1013fdfd606bed08908c06b58e59f2fda6e63c43a1158eeed6a93a5cddbb609ecad0347bf80ee3a74747104fd29942629734c1ea749f0
+DIST notebook-6.5.3.tar.gz 5785846 BLAKE2B 
90b028816ad906057708612c82d4c257616e28e2f335dfa26990888b04f6c2372dd1f579b28534ec0ed3c5a160e3c44c35f173b312e3d395db0fd3f01860dab6
 SHA512 
27177908960ca2e4c83bc5f4502250e02a885daed5f9ad67694502794f140e9e66f0cb24568a3903600c8f5cbae6d626fd7bfd362e23cc523bb42c210f5d2c70

diff --git a/dev-python/notebook/notebook-6.5.3.ebuild 
b/dev-python/notebook/notebook-6.5.3.ebuild
new file mode 100644
index ..d269b1600a3e
--- /dev/null
+++ b/dev-python/notebook/notebook-6.5.3.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="https://jupyter.org;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-libs/mathjax-2.7.4
+   dev-python/argon2-cffi[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
+   >=dev-python/nbclassic-0.4.7[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
+   dev-python/prometheus_client[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
+   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.1[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   >=dev-python/jupyter_packaging-0.9[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nbval[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   )
+"
+
+PDEPEND=">=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # trash doesn't seem to work for us
+   
notebook/services/contents/tests/test_contents_api.py::APITest::test_checkpoints_follow_file
+   
notebook/services/contents/tests/test_contents_api.py::APITest::test_delete
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_dirs
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_non_empty_dir
+   
notebook/services/contents/tests/test_manager.py::TestContentsManager::test_delete
+   
notebook/services/contents/tests/test_manager.py::TestContentsManagerNoAtomic::test_delete
+   # TODO
+   
notebook/services/kernels/tests/test_kernels_api.py::KernelAPITest::test_connections
+   
notebook/services/kernels/tests/test_kernels_api.py::AsyncKernelAPITest::test_connections
+   
notebook/services/kernels/tests/test_kernels_api.py::KernelCullingTest::test_culling
+   
notebook/services/nbconvert/tests/test_nbconvert_api.py::APITest::test_list_formats
+)
+
+EPYTEST_IGNORE=(
+   # selenium tests require geckodriver
+   notebook/tests/selenium
+)
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2022-10-27 Thread Andrew Ammerlaan
commit: 102e354d1754368fe4c17f94d68f834074f85235
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:46:50 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102e354d

dev-python/notebook: enable py3.11

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

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

diff --git a/dev-python/notebook/notebook-6.4.12.ebuild 
b/dev-python/notebook/notebook-6.4.12.ebuild
index d18523f960a5..1a3b01c6e9da 100644
--- a/dev-python/notebook/notebook-6.4.12.ebuild
+++ b/dev-python/notebook/notebook-6.4.12.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 xdg-utils



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

2022-10-10 Thread Andrew Ammerlaan
commit: 3c8a1b0571b239eacbb953f51a7b8075a465c975
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Oct 10 18:24:03 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Oct 10 18:24:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8a1b05

dev-python/notebook: break circular dependency

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

 dev-python/notebook/notebook-6.4.12.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/notebook/notebook-6.4.12.ebuild 
b/dev-python/notebook/notebook-6.4.12.ebuild
index 98ff3257518f..d18523f960a5 100644
--- a/dev-python/notebook/notebook-6.4.12.ebuild
+++ b/dev-python/notebook/notebook-6.4.12.ebuild
@@ -29,7 +29,6 @@ RDEPEND="
>=dev-python/pyzmq-17[${PYTHON_USEDEP}]
>=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
dev-python/nbformat[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]
>=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
dev-python/ipykernel[${PYTHON_USEDEP}]
>=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
@@ -43,6 +42,8 @@ BDEPEND="
)
 "
 
+PDEPEND=">=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]"
+
 PATCHES=(
"${FILESDIR}"/notebook-6.4.11-no-mathjax.patch
 )



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

2022-07-10 Thread Michał Górny
commit: 59739489bb557da573a552c628ecc48117e71ca6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 10 19:08:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 10 19:09:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59739489

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest   |  1 -
 dev-python/notebook/notebook-6.4.11.ebuild | 97 --
 2 files changed, 98 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index d82aa2ccd91a..4c79e22125b8 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1 @@
-DIST notebook-6.4.11.tar.gz 14373938 BLAKE2B 
3f6aa2f86c205dec6b66a8eb3a6d3509f8ba0f80d17f7123bfbede41b7ff6d986271a8eeb32916fdf71c56105b0571192c71740836d34baf88b52a35ea0c4a59
 SHA512 
beabc84e3d528b0786363c705062717378e73aa824ffe6ce8706f6ed765744f40f651bd4e0910d6a0302990f9efcabea1af51c6894106c49869761bcf217084a
 DIST notebook-6.4.12.tar.gz 14389641 BLAKE2B 
1cda6a1eb1f4e7ccce964153bdce8de243588ffd4abcc5ab6687ba0ea347d68c5dd239c2af5bf93809409d850747db28df72be5c2ec03bfd06b725976ae1c599
 SHA512 
1314cfebe97ddada61e1013fdfd606bed08908c06b58e59f2fda6e63c43a1158eeed6a93a5cddbb609ecad0347bf80ee3a74747104fd29942629734c1ea749f0

diff --git a/dev-python/notebook/notebook-6.4.11.ebuild 
b/dev-python/notebook/notebook-6.4.11.ebuild
deleted file mode 100644
index 3de25560fa62..
--- a/dev-python/notebook/notebook-6.4.11.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="https://jupyter.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-libs/mathjax-2.4
-   dev-python/argon2-cffi[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
-   >=www-servers/tornado-6.0[${PYTHON_USEDEP}]
-   dev-python/ipython_genutils[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
-   dev-python/nbformat[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
-   dev-python/prometheus_client[${PYTHON_USEDEP}]"
-
-BDEPEND="
-   >=dev-python/jupyter_packaging-0.9[${PYTHON_USEDEP}]
-   test? (
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/notebook-6.4.11-no-mathjax.patch
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # disable bundled mathjax
-   sed -i 's/^.*MathJax.*$//' bower.json || die
-
-   distutils-r1_python_prepare_all
-}
-
-EPYTEST_DESELECT=(
-   # trash doesn't seem to work for us
-   
notebook/services/contents/tests/test_contents_api.py::APITest::test_checkpoints_follow_file
-   
notebook/services/contents/tests/test_contents_api.py::APITest::test_delete
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_dirs
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_non_empty_dir
-   
notebook/services/contents/tests/test_manager.py::TestContentsManager::test_delete
-   
notebook/services/contents/tests/test_manager.py::TestContentsManagerNoAtomic::test_delete
-   # TODO
-   
notebook/services/kernels/tests/test_kernels_api.py::KernelAPITest::test_connections
-   
notebook/services/kernels/tests/test_kernels_api.py::AsyncKernelAPITest::test_connections
-   
notebook/services/kernels/tests/test_kernels_api.py::KernelCullingTest::test_culling
-   
notebook/services/nbconvert/tests/test_nbconvert_api.py::APITest::test_list_formats
-)
-
-EPYTEST_IGNORE=(
-   # selenium tests require geckodriver
-   notebook/tests/selenium
-)
-
-python_install() {
-   distutils-r1_python_install
-
-   ln -sf \
-   "${EPREFIX}/usr/share/mathjax" \
-   

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

2022-07-10 Thread Arthur Zamarin
commit: 4451066836db5d6f469a6252dbcfa49a2202498d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 10 18:04:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 10 18:04:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44510668

dev-python/notebook: Stabilize 6.4.12 ALLARCHES, #857357

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

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

diff --git a/dev-python/notebook/notebook-6.4.12.ebuild 
b/dev-python/notebook/notebook-6.4.12.ebuild
index 05106aece83b..3de25560fa62 100644
--- a/dev-python/notebook/notebook-6.4.12.ebuild
+++ b/dev-python/notebook/notebook-6.4.12.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

2022-06-07 Thread Michał Górny
commit: a26f30ffad1fcaa8f8585215f82784fb0be33fc3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  8 04:46:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  8 05:34:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26f30ff

dev-python/notebook: Bump to 6.4.12

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

 dev-python/notebook/Manifest   |  1 +
 dev-python/notebook/notebook-6.4.12.ebuild | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index b84b022b1b03..d82aa2ccd91a 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1 +1,2 @@
 DIST notebook-6.4.11.tar.gz 14373938 BLAKE2B 
3f6aa2f86c205dec6b66a8eb3a6d3509f8ba0f80d17f7123bfbede41b7ff6d986271a8eeb32916fdf71c56105b0571192c71740836d34baf88b52a35ea0c4a59
 SHA512 
beabc84e3d528b0786363c705062717378e73aa824ffe6ce8706f6ed765744f40f651bd4e0910d6a0302990f9efcabea1af51c6894106c49869761bcf217084a
+DIST notebook-6.4.12.tar.gz 14389641 BLAKE2B 
1cda6a1eb1f4e7ccce964153bdce8de243588ffd4abcc5ab6687ba0ea347d68c5dd239c2af5bf93809409d850747db28df72be5c2ec03bfd06b725976ae1c599
 SHA512 
1314cfebe97ddada61e1013fdfd606bed08908c06b58e59f2fda6e63c43a1158eeed6a93a5cddbb609ecad0347bf80ee3a74747104fd29942629734c1ea749f0

diff --git a/dev-python/notebook/notebook-6.4.12.ebuild 
b/dev-python/notebook/notebook-6.4.12.ebuild
new file mode 100644
index ..05106aece83b
--- /dev/null
+++ b/dev-python/notebook/notebook-6.4.12.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="https://jupyter.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/mathjax-2.4
+   dev-python/argon2-cffi[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
+   >=www-servers/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
+   dev-python/prometheus_client[${PYTHON_USEDEP}]"
+
+BDEPEND="
+   >=dev-python/jupyter_packaging-0.9[${PYTHON_USEDEP}]
+   test? (
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/notebook-6.4.11-no-mathjax.patch
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # disable bundled mathjax
+   sed -i 's/^.*MathJax.*$//' bower.json || die
+
+   distutils-r1_python_prepare_all
+}
+
+EPYTEST_DESELECT=(
+   # trash doesn't seem to work for us
+   
notebook/services/contents/tests/test_contents_api.py::APITest::test_checkpoints_follow_file
+   
notebook/services/contents/tests/test_contents_api.py::APITest::test_delete
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_dirs
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_non_empty_dir
+   
notebook/services/contents/tests/test_manager.py::TestContentsManager::test_delete
+   
notebook/services/contents/tests/test_manager.py::TestContentsManagerNoAtomic::test_delete
+   # TODO
+   
notebook/services/kernels/tests/test_kernels_api.py::KernelAPITest::test_connections
+   
notebook/services/kernels/tests/test_kernels_api.py::AsyncKernelAPITest::test_connections
+   
notebook/services/kernels/tests/test_kernels_api.py::KernelCullingTest::test_culling
+   
notebook/services/nbconvert/tests/test_nbconvert_api.py::APITest::test_list_formats
+)
+
+EPYTEST_IGNORE=(
+   # selenium tests require geckodriver
+   notebook/tests/selenium
+)
+
+python_install() {
+   distutils-r1_python_install
+
+   ln -sf \
+   "${EPREFIX}/usr/share/mathjax" \
+   

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

2022-05-21 Thread Michał Górny
commit: 9f03e1860ceeec6d49cd432d483245fec7920839
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 21 19:15:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 21 19:22:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f03e186

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest   |  1 -
 .../notebook/files/notebook-5.7.0-no-mathjax.patch | 44 --
 dev-python/notebook/notebook-6.4.10.ebuild | 97 --
 3 files changed, 142 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 99a3ce24e3ef..b84b022b1b03 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1 @@
-DIST notebook-6.4.10.tar.gz 14357395 BLAKE2B 
32415b7d303b18c380ea6bab398246307a2b218ad52cdeb9a08db6f2f5f100515f36407358de094144f8da558762f7acf62505edbd9cf9e757fad1ac299f2431
 SHA512 
78a186c9907006d1fec1cea99e4c0f4181f673bf4dd383ed934cd2eb491cfd247db240fcec6a35a2967fe12b121863bbfaad0c4a8270618d03cd746f4688743b
 DIST notebook-6.4.11.tar.gz 14373938 BLAKE2B 
3f6aa2f86c205dec6b66a8eb3a6d3509f8ba0f80d17f7123bfbede41b7ff6d986271a8eeb32916fdf71c56105b0571192c71740836d34baf88b52a35ea0c4a59
 SHA512 
beabc84e3d528b0786363c705062717378e73aa824ffe6ce8706f6ed765744f40f651bd4e0910d6a0302990f9efcabea1af51c6894106c49869761bcf217084a

diff --git a/dev-python/notebook/files/notebook-5.7.0-no-mathjax.patch 
b/dev-python/notebook/files/notebook-5.7.0-no-mathjax.patch
deleted file mode 100644
index f9ce5c3a9e39..
--- a/dev-python/notebook/files/notebook-5.7.0-no-mathjax.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Disable bundled mathjax.
-
-Patch by Marius Brehler.
 notebook-5.7.0.orig/setupbase.py
-+++ notebook-5.7.0/setupbase.py
-@@ -169,38 +169,6 @@ def find_package_data():
- if f.endswith(('.js', '.css')):
- static_data.append(pjoin(parent, f))
- 
--# Trim mathjax
--mj = lambda *path: pjoin(components, 'MathJax', *path)
--static_data.extend([
--mj('MathJax.js'),
--mj('config', 'TeX-AMS-MML_HTMLorMML-full.js'),
--mj('config', 'Safe.js'),
--])
--
--trees = []
--mj_out = mj('jax', 'output')
--
--if os.path.exists(mj_out):
--for output in os.listdir(mj_out):
--path = pjoin(mj_out, output)
--static_data.append(pjoin(path, '*.js'))
--autoload = pjoin(path, 'autoload')
--if os.path.isdir(autoload):
--trees.append(autoload)
--
--for tree in trees + [
--mj('localization'), # limit to en?
--mj('fonts', 'HTML-CSS', 'STIX-Web', 'woff'),
--mj('extensions'),
--mj('jax', 'input', 'TeX'),
--mj('jax', 'output', 'HTML-CSS', 'fonts', 'STIX-Web'),
--mj('jax', 'output', 'SVG', 'fonts', 'STIX-Web'),
--mj('jax', 'element', 'mml'),
--]:
--for parent, dirs, files in os.walk(tree):
--for f in files:
--static_data.append(pjoin(parent, f))
--
- os.chdir(os.path.join('tests',))
- js_tests = glob('*.js') + glob('*/*.js')
- 

diff --git a/dev-python/notebook/notebook-6.4.10.ebuild 
b/dev-python/notebook/notebook-6.4.10.ebuild
deleted file mode 100644
index de98e834153c..
--- a/dev-python/notebook/notebook-6.4.10.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="https://jupyter.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-libs/mathjax-2.4
-   dev-python/argon2-cffi[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
-   >=www-servers/tornado-6.0[${PYTHON_USEDEP}]
-   dev-python/ipython_genutils[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
-   dev-python/nbformat[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
-   dev-python/prometheus_client[${PYTHON_USEDEP}]"
-
-BDEPEND="
-   >=dev-python/jupyter_packaging-0.9[${PYTHON_USEDEP}]
-   test? (
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-  

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

2022-05-21 Thread Jakov Smolić
commit: a4f8d2065edb52220dc5cf03db3274f135272cf8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat May 21 18:09:19 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat May 21 18:09:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f8d206

dev-python/notebook: Stabilize 6.4.11 ALLARCHES, #846716

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

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

diff --git a/dev-python/notebook/notebook-6.4.11.ebuild 
b/dev-python/notebook/notebook-6.4.11.ebuild
index 05106aece83b..3de25560fa62 100644
--- a/dev-python/notebook/notebook-6.4.11.ebuild
+++ b/dev-python/notebook/notebook-6.4.11.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

2022-04-20 Thread Michał Górny
commit: 1ffa78e22e80a7c71c379cf5cbcc2987e4ac2f98
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 20 07:41:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 20 07:47:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ffa78e2

dev-python/notebook: Bump to 6.4.11

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

 dev-python/notebook/Manifest   |  1 +
 .../files/notebook-6.4.11-no-mathjax.patch | 42 ++
 dev-python/notebook/notebook-6.4.11.ebuild | 97 ++
 3 files changed, 140 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 0030ef2ebd60..99a3ce24e3ef 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1 +1,2 @@
 DIST notebook-6.4.10.tar.gz 14357395 BLAKE2B 
32415b7d303b18c380ea6bab398246307a2b218ad52cdeb9a08db6f2f5f100515f36407358de094144f8da558762f7acf62505edbd9cf9e757fad1ac299f2431
 SHA512 
78a186c9907006d1fec1cea99e4c0f4181f673bf4dd383ed934cd2eb491cfd247db240fcec6a35a2967fe12b121863bbfaad0c4a8270618d03cd746f4688743b
+DIST notebook-6.4.11.tar.gz 14373938 BLAKE2B 
3f6aa2f86c205dec6b66a8eb3a6d3509f8ba0f80d17f7123bfbede41b7ff6d986271a8eeb32916fdf71c56105b0571192c71740836d34baf88b52a35ea0c4a59
 SHA512 
beabc84e3d528b0786363c705062717378e73aa824ffe6ce8706f6ed765744f40f651bd4e0910d6a0302990f9efcabea1af51c6894106c49869761bcf217084a

diff --git a/dev-python/notebook/files/notebook-6.4.11-no-mathjax.patch 
b/dev-python/notebook/files/notebook-6.4.11-no-mathjax.patch
new file mode 100644
index ..85d326b9dfde
--- /dev/null
+++ b/dev-python/notebook/files/notebook-6.4.11-no-mathjax.patch
@@ -0,0 +1,42 @@
+diff -dupr notebook-6.4.11.orig/setupbase.py notebook-6.4.11/setupbase.py
+--- notebook-6.4.11.orig/setupbase.py  2022-04-20 09:37:45.964925905 +0200
 notebook-6.4.11/setupbase.py   2022-04-20 09:40:32.624674341 +0200
+@@ -167,38 +167,6 @@ def find_package_data():
+ if f.endswith(('.js', '.css')):
+ static_data.append(pjoin(parent, f))
+ 
+-# Trim mathjax
+-mj = lambda *path: pjoin(components, 'MathJax', *path)
+-static_data.extend([
+-mj('MathJax.js'),
+-mj('config', 'TeX-AMS-MML_HTMLorMML-full.js'),
+-mj('config', 'Safe.js'),
+-])
+-
+-trees = []
+-mj_out = mj('jax', 'output')
+-
+-if os.path.exists(mj_out):
+-for output in os.listdir(mj_out):
+-path = pjoin(mj_out, output)
+-static_data.append(pjoin(path, '*.js'))
+-autoload = pjoin(path, 'autoload')
+-if os.path.isdir(autoload):
+-trees.append(autoload)
+-
+-for tree in trees + [
+-mj('localization'), # limit to en?
+-mj('fonts', 'HTML-CSS', 'STIX-Web', 'woff'),
+-mj('extensions'),
+-mj('jax', 'input', 'TeX'),
+-mj('jax', 'output', 'HTML-CSS', 'fonts', 'STIX-Web'),
+-mj('jax', 'output', 'SVG', 'fonts', 'STIX-Web'),
+-mj('jax', 'element', 'mml'),
+-]:
+-for parent, dirs, files in os.walk(tree):
+-for f in files:
+-static_data.append(pjoin(parent, f))
+-
+ os.chdir(os.path.join('tests',))
+ js_tests = glob('*.js') + glob('*/*.js')
+ 

diff --git a/dev-python/notebook/notebook-6.4.11.ebuild 
b/dev-python/notebook/notebook-6.4.11.ebuild
new file mode 100644
index ..05106aece83b
--- /dev/null
+++ b/dev-python/notebook/notebook-6.4.11.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="https://jupyter.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/mathjax-2.4
+   dev-python/argon2-cffi[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
+   >=www-servers/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
+   dev-python/prometheus_client[${PYTHON_USEDEP}]"
+
+BDEPEND="
+   >=dev-python/jupyter_packaging-0.9[${PYTHON_USEDEP}]
+   test? (
+   

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

2022-04-16 Thread Arthur Zamarin
commit: 42906bd23d862b73daaa6e727587b40888ac938a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 16 08:10:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 16 08:10:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42906bd2

dev-python/notebook: Stabilize 6.4.10 arm, #838511

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

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

diff --git a/dev-python/notebook/notebook-6.4.10.ebuild 
b/dev-python/notebook/notebook-6.4.10.ebuild
index 8572d5106ebd..de98e834153c 100644
--- a/dev-python/notebook/notebook-6.4.10.ebuild
+++ b/dev-python/notebook/notebook-6.4.10.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

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

dev-python/notebook: Stabilize 6.4.10 arm64, #838511

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

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

diff --git a/dev-python/notebook/notebook-6.4.10.ebuild 
b/dev-python/notebook/notebook-6.4.10.ebuild
index c88fc0c7752d..8572d5106ebd 100644
--- a/dev-python/notebook/notebook-6.4.10.ebuild
+++ b/dev-python/notebook/notebook-6.4.10.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 ~arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

2022-04-15 Thread Arthur Zamarin
commit: 9365046bcbd4b5a6ad21506083bb5409072346e0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 15 15:06:00 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 15 15:06:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9365046b

dev-python/notebook: drop 6.4.8, 6.4.9

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

 dev-python/notebook/Manifest  |  2 -
 dev-python/notebook/notebook-6.4.8.ebuild | 97 ---
 dev-python/notebook/notebook-6.4.9.ebuild | 97 ---
 3 files changed, 196 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 5edc67b44fe2..0030ef2ebd60 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,3 +1 @@
 DIST notebook-6.4.10.tar.gz 14357395 BLAKE2B 
32415b7d303b18c380ea6bab398246307a2b218ad52cdeb9a08db6f2f5f100515f36407358de094144f8da558762f7acf62505edbd9cf9e757fad1ac299f2431
 SHA512 
78a186c9907006d1fec1cea99e4c0f4181f673bf4dd383ed934cd2eb491cfd247db240fcec6a35a2967fe12b121863bbfaad0c4a8270618d03cd746f4688743b
-DIST notebook-6.4.8.tar.gz 14347639 BLAKE2B 
c2201562f0d672f16d6ae2388a443fcd87e81ae7de78c3a42acef82ff3e78c8e94e2be61e6156f622a9339138a2f14edef5057a3e601a7c15c8793f56d1071e2
 SHA512 
0e87aa155635ae536eb5a152c46cadbf85907a5af2ca15d063e718ff566ac6b76f4ce0f06f8adacae3be05ea970f1059d793e3121be855efd6c9072e9aa51719
-DIST notebook-6.4.9.tar.gz 14348373 BLAKE2B 
3a89c1765d4866e148f104fb0b5a9c6303576589e30547a3cf152824b57bcff3a543ac370f2e76bd35c5198c99edf23f8e80cdd7a76b06f14107051ab77c08db
 SHA512 
21c7ce0ae48ae17da27397b5c0d0579ad11a2525decf96288977d8d56a232a0e6cca05cff3e3bd4633b4abbf7f57d82b4fb36b8fccf9159f74f9cf2bbf023ff8

diff --git a/dev-python/notebook/notebook-6.4.8.ebuild 
b/dev-python/notebook/notebook-6.4.8.ebuild
deleted file mode 100644
index c88fc0c7752d..
--- a/dev-python/notebook/notebook-6.4.8.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="https://jupyter.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-libs/mathjax-2.4
-   dev-python/argon2-cffi[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
-   >=www-servers/tornado-6.0[${PYTHON_USEDEP}]
-   dev-python/ipython_genutils[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
-   dev-python/nbformat[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
-   dev-python/prometheus_client[${PYTHON_USEDEP}]"
-
-BDEPEND="
-   >=dev-python/jupyter_packaging-0.9[${PYTHON_USEDEP}]
-   test? (
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}"-5.7.0-no-mathjax.patch
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # disable bundled mathjax
-   sed -i 's/^.*MathJax.*$//' bower.json || die
-
-   distutils-r1_python_prepare_all
-}
-
-EPYTEST_DESELECT=(
-   # trash doesn't seem to work for us
-   
notebook/services/contents/tests/test_contents_api.py::APITest::test_checkpoints_follow_file
-   
notebook/services/contents/tests/test_contents_api.py::APITest::test_delete
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_dirs
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_non_empty_dir
-   
notebook/services/contents/tests/test_manager.py::TestContentsManager::test_delete
-   
notebook/services/contents/tests/test_manager.py::TestContentsManagerNoAtomic::test_delete
-   # TODO
-   
notebook/services/kernels/tests/test_kernels_api.py::KernelAPITest::test_connections
-   
notebook/services/kernels/tests/test_kernels_api.py::AsyncKernelAPITest::test_connections
-   

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

2022-04-15 Thread Arthur Zamarin
commit: e8779724bc2b1772b7367f23f9a8de5118628529
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 15 15:04:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 15 15:04:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8779724

dev-python/notebook: Stabilize 6.4.10 ALLARCHES, #834263

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

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

diff --git a/dev-python/notebook/notebook-6.4.10.ebuild 
b/dev-python/notebook/notebook-6.4.10.ebuild
index cab6ce6c14ec..c88fc0c7752d 100644
--- a/dev-python/notebook/notebook-6.4.10.ebuild
+++ b/dev-python/notebook/notebook-6.4.10.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

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

dev-python/notebook: Stabilize 6.4.8 ppc64, #834263

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

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

diff --git a/dev-python/notebook/notebook-6.4.8.ebuild 
b/dev-python/notebook/notebook-6.4.8.ebuild
index a0517ed5f5ac..c88fc0c7752d 100644
--- a/dev-python/notebook/notebook-6.4.8.ebuild
+++ b/dev-python/notebook/notebook-6.4.8.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

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

dev-python/notebook: Stabilize 6.4.8 sparc, #834263

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

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

diff --git a/dev-python/notebook/notebook-6.4.8.ebuild 
b/dev-python/notebook/notebook-6.4.8.ebuild
index 695cd13e22db..a0517ed5f5ac 100644
--- a/dev-python/notebook/notebook-6.4.8.ebuild
+++ b/dev-python/notebook/notebook-6.4.8.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

2022-03-15 Thread Michał Górny
commit: 4c5961ea3a65f363a1b80c295f12dc2515406bbd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 15 17:53:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 15 18:24:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5961ea

dev-python/notebook: Bump to 6.4.10

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

 dev-python/notebook/Manifest   |  1 +
 dev-python/notebook/notebook-6.4.10.ebuild | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 91712c93c65e..5edc67b44fe2 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1,3 @@
+DIST notebook-6.4.10.tar.gz 14357395 BLAKE2B 
32415b7d303b18c380ea6bab398246307a2b218ad52cdeb9a08db6f2f5f100515f36407358de094144f8da558762f7acf62505edbd9cf9e757fad1ac299f2431
 SHA512 
78a186c9907006d1fec1cea99e4c0f4181f673bf4dd383ed934cd2eb491cfd247db240fcec6a35a2967fe12b121863bbfaad0c4a8270618d03cd746f4688743b
 DIST notebook-6.4.8.tar.gz 14347639 BLAKE2B 
c2201562f0d672f16d6ae2388a443fcd87e81ae7de78c3a42acef82ff3e78c8e94e2be61e6156f622a9339138a2f14edef5057a3e601a7c15c8793f56d1071e2
 SHA512 
0e87aa155635ae536eb5a152c46cadbf85907a5af2ca15d063e718ff566ac6b76f4ce0f06f8adacae3be05ea970f1059d793e3121be855efd6c9072e9aa51719
 DIST notebook-6.4.9.tar.gz 14348373 BLAKE2B 
3a89c1765d4866e148f104fb0b5a9c6303576589e30547a3cf152824b57bcff3a543ac370f2e76bd35c5198c99edf23f8e80cdd7a76b06f14107051ab77c08db
 SHA512 
21c7ce0ae48ae17da27397b5c0d0579ad11a2525decf96288977d8d56a232a0e6cca05cff3e3bd4633b4abbf7f57d82b4fb36b8fccf9159f74f9cf2bbf023ff8

diff --git a/dev-python/notebook/notebook-6.4.10.ebuild 
b/dev-python/notebook/notebook-6.4.10.ebuild
new file mode 100644
index ..cab6ce6c14ec
--- /dev/null
+++ b/dev-python/notebook/notebook-6.4.10.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="https://jupyter.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/mathjax-2.4
+   dev-python/argon2-cffi[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
+   >=www-servers/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
+   dev-python/prometheus_client[${PYTHON_USEDEP}]"
+
+BDEPEND="
+   >=dev-python/jupyter_packaging-0.9[${PYTHON_USEDEP}]
+   test? (
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}"-5.7.0-no-mathjax.patch
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # disable bundled mathjax
+   sed -i 's/^.*MathJax.*$//' bower.json || die
+
+   distutils-r1_python_prepare_all
+}
+
+EPYTEST_DESELECT=(
+   # trash doesn't seem to work for us
+   
notebook/services/contents/tests/test_contents_api.py::APITest::test_checkpoints_follow_file
+   
notebook/services/contents/tests/test_contents_api.py::APITest::test_delete
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_dirs
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_non_empty_dir
+   
notebook/services/contents/tests/test_manager.py::TestContentsManager::test_delete
+   
notebook/services/contents/tests/test_manager.py::TestContentsManagerNoAtomic::test_delete
+   # TODO
+   
notebook/services/kernels/tests/test_kernels_api.py::KernelAPITest::test_connections
+   
notebook/services/kernels/tests/test_kernels_api.py::AsyncKernelAPITest::test_connections
+   
notebook/services/kernels/tests/test_kernels_api.py::KernelCullingTest::test_culling
+   

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

2022-03-14 Thread Michał Górny
commit: bb58426accf1976a14f4cf6f58f42793d3a4c37d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 14 15:42:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 14 17:04:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb58426a

dev-python/notebook: Bump to 6.4.9

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-6.4.9.ebuild | 97 +++
 2 files changed, 98 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 3550849f0100..91712c93c65e 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1 +1,2 @@
 DIST notebook-6.4.8.tar.gz 14347639 BLAKE2B 
c2201562f0d672f16d6ae2388a443fcd87e81ae7de78c3a42acef82ff3e78c8e94e2be61e6156f622a9339138a2f14edef5057a3e601a7c15c8793f56d1071e2
 SHA512 
0e87aa155635ae536eb5a152c46cadbf85907a5af2ca15d063e718ff566ac6b76f4ce0f06f8adacae3be05ea970f1059d793e3121be855efd6c9072e9aa51719
+DIST notebook-6.4.9.tar.gz 14348373 BLAKE2B 
3a89c1765d4866e148f104fb0b5a9c6303576589e30547a3cf152824b57bcff3a543ac370f2e76bd35c5198c99edf23f8e80cdd7a76b06f14107051ab77c08db
 SHA512 
21c7ce0ae48ae17da27397b5c0d0579ad11a2525decf96288977d8d56a232a0e6cca05cff3e3bd4633b4abbf7f57d82b4fb36b8fccf9159f74f9cf2bbf023ff8

diff --git a/dev-python/notebook/notebook-6.4.9.ebuild 
b/dev-python/notebook/notebook-6.4.9.ebuild
new file mode 100644
index ..cab6ce6c14ec
--- /dev/null
+++ b/dev-python/notebook/notebook-6.4.9.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="https://jupyter.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/mathjax-2.4
+   dev-python/argon2-cffi[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
+   >=www-servers/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
+   dev-python/prometheus_client[${PYTHON_USEDEP}]"
+
+BDEPEND="
+   >=dev-python/jupyter_packaging-0.9[${PYTHON_USEDEP}]
+   test? (
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}"-5.7.0-no-mathjax.patch
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # disable bundled mathjax
+   sed -i 's/^.*MathJax.*$//' bower.json || die
+
+   distutils-r1_python_prepare_all
+}
+
+EPYTEST_DESELECT=(
+   # trash doesn't seem to work for us
+   
notebook/services/contents/tests/test_contents_api.py::APITest::test_checkpoints_follow_file
+   
notebook/services/contents/tests/test_contents_api.py::APITest::test_delete
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_dirs
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_non_empty_dir
+   
notebook/services/contents/tests/test_manager.py::TestContentsManager::test_delete
+   
notebook/services/contents/tests/test_manager.py::TestContentsManagerNoAtomic::test_delete
+   # TODO
+   
notebook/services/kernels/tests/test_kernels_api.py::KernelAPITest::test_connections
+   
notebook/services/kernels/tests/test_kernels_api.py::AsyncKernelAPITest::test_connections
+   
notebook/services/kernels/tests/test_kernels_api.py::KernelCullingTest::test_culling
+   
notebook/services/nbconvert/tests/test_nbconvert_api.py::APITest::test_list_formats
+)
+
+EPYTEST_IGNORE=(
+   # selenium tests require geckodriver
+   notebook/tests/selenium
+)
+
+python_install() {
+   distutils-r1_python_install
+
+   ln -sf \
+   "${EPREFIX}/usr/share/mathjax" \
+   

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

2022-02-21 Thread Michał Górny
commit: 7be0916ef2eed3d6b195114be3e51b5ced5dfab2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 20 23:07:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 21 08:19:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be0916e

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest  |   2 -
 dev-python/notebook/notebook-6.4.6.ebuild | 101 --
 dev-python/notebook/notebook-6.4.7.ebuild | 101 --
 3 files changed, 204 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 6e36f5df8ce9..3550849f0100 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,3 +1 @@
-DIST notebook-6.4.6.tar.gz 14342345 BLAKE2B 
cc9d5968d05d9f75f60f02adfb5ef35f39e4a5de027356af73c6dfb1f3aebc271e5b3bc639eb8605748abd30d43bfaab662d41b3b764c91cc545c2d1848881f4
 SHA512 
92b10bdc041bc0f3af1b42ad219abda37402e0fa4ea16ddcfd2ffc450cc7f49ce1d770cb477160c3fa58c387f85d22ca3f4e4c6507a5cbf7a92bc5268baf661e
-DIST notebook-6.4.7.tar.gz 14347832 BLAKE2B 
3430aed18e2748005a98ba8e369d3aeda1925098ea1cb59fd6c5b4fc559a9f3ad41dc3fa655a7cce05a6be7fb44c6fe1b2a6e676a7e3933a658bc2f86a603efc
 SHA512 
8a546360948bde566f6853ad63b38f6fbbdd5cfe8bb6b74379e3feae9aeb0f71c1bd7f1e90798cd95c0203e696d73e2797bdb73160106ae4b9ec661f65b860a0
 DIST notebook-6.4.8.tar.gz 14347639 BLAKE2B 
c2201562f0d672f16d6ae2388a443fcd87e81ae7de78c3a42acef82ff3e78c8e94e2be61e6156f622a9339138a2f14edef5057a3e601a7c15c8793f56d1071e2
 SHA512 
0e87aa155635ae536eb5a152c46cadbf85907a5af2ca15d063e718ff566ac6b76f4ce0f06f8adacae3be05ea970f1059d793e3121be855efd6c9072e9aa51719

diff --git a/dev-python/notebook/notebook-6.4.6.ebuild 
b/dev-python/notebook/notebook-6.4.6.ebuild
deleted file mode 100644
index d6fca6cccb36..
--- a/dev-python/notebook/notebook-6.4.6.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="https://jupyter.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/mathjax-2.4
-   dev-python/argon2-cffi[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
-   >=www-servers/tornado-6.0[${PYTHON_USEDEP}]
-   dev-python/ipython_genutils[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
-   dev-python/nbformat[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
-   dev-python/prometheus_client[${PYTHON_USEDEP}]"
-
-# sphinx 2+ seems to have a problem with its github plugin. temporarily adding
-# a version constraint.
-BDEPEND="
-   test? (
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}"-5.7.0-no-mathjax.patch
-)
-
-distutils_enable_tests --install pytest
-
-python_prepare_all() {
-   # disable bundled mathjax
-   sed -i 's/^.*MathJax.*$//' bower.json || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   local deselect=(
-   # trash doesn't seem to work for us
-   
notebook/services/contents/tests/test_contents_api.py::APITest::test_checkpoints_follow_file
-   
notebook/services/contents/tests/test_contents_api.py::APITest::test_delete
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_dirs
-   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_non_empty_dir
-   
notebook/services/contents/tests/test_manager.py::TestContentsManager::test_delete
-   
notebook/services/contents/tests/test_manager.py::TestContentsManagerNoAtomic::test_delete
-   # TODO
-   
notebook/services/kernels/tests/test_kernels_api.py::KernelAPITest::test_connections
-   

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

2022-02-20 Thread Sam James
commit: 91c4cb44d7a54055efc7ca9d7d36ef27831e1698
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Feb 20 14:43:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 20 20:33:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c4cb44

dev-python/notebook: stable 6.4.8 for hppa, bug #833219

Package-Manager: Portage-3.0.30, 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/notebook/notebook-6.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/notebook/notebook-6.4.8.ebuild 
b/dev-python/notebook/notebook-6.4.8.ebuild
index 1bd23486f80b..695cd13e22db 100644
--- a/dev-python/notebook/notebook-6.4.8.ebuild
+++ b/dev-python/notebook/notebook-6.4.8.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

2022-02-16 Thread Arthur Zamarin
commit: 63191c6797246788f1b68f88567b68ff1dabb666
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Feb 16 20:00:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb 16 20:00:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63191c67

dev-python/notebook: Stabilize 6.4.8 ppc, #833219

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

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

diff --git a/dev-python/notebook/notebook-6.4.8.ebuild 
b/dev-python/notebook/notebook-6.4.8.ebuild
index 5a1427f43957..1bd23486f80b 100644
--- a/dev-python/notebook/notebook-6.4.8.ebuild
+++ b/dev-python/notebook/notebook-6.4.8.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



  1   2   3   >