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

2024-08-03 Thread Michał Górny
commit: 40e4a251cd1c7d2a1eb5fb7f4e9ad6b64813c928
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  3 08:46:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  3 08:46:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e4a251

dev-python/jupyterlab-server: Remove old

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

 dev-python/jupyterlab-server/Manifest  |  1 -
 .../jupyterlab-server-2.27.2.ebuild| 64 --
 2 files changed, 65 deletions(-)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index f80976699e63..1dbcd50e97ee 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,2 +1 @@
-DIST jupyterlab_server-2.27.2.tar.gz 75817 BLAKE2B 
fff1e7e274d500c8a0dc9c7c7edd6630c9587b758ad40184917e9bf3d32ba95d0e4b3b8ea5b47a359100e09779f846f97bf197d0094d148c8431c9fc8c839329
 SHA512 
621e1d4816301fc7c9276b5c2a2448803f79c43775cd9559399a38c9c24020ccaa2adf680cf769f769f87dbcc185bc28753c9f5130e08429b9866f32ce32dc8c
 DIST jupyterlab_server-2.27.3.tar.gz 76173 BLAKE2B 
628947c066f432148e52726439743379f36c78da29d0b7596402f3ea619bc8c03a36017c130cf4700c1659a6e2ba25c28b02aaf529fc071291252dbbee3615fc
 SHA512 
b4d2e91da8c92896958bb2adcb844d8a48f1b8df1ab8c3ff81511d0f3488c27f70f67c9f8731181fbc27836652e805efa869123ccb4d59d1098cd283a4fbcd10

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.27.2.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.27.2.ebuild
deleted file mode 100644
index 7183b9ba07be..
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.27.2.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} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   

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

2024-08-03 Thread Michał Górny
commit: 0e5aab7013ac38d5a11498e5e213840729287fc0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  3 08:45:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  3 08:45:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5aab70

dev-python/jupyterlab-server: Stabilize 2.27.3 ALLARCHES, #937178

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

 dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild
index 0b24f00e45da..ed3bbf45c01d 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild
@@ -17,7 +17,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/Babel-2.10[${PYTHON_USEDEP}]



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

2024-07-17 Thread Michał Górny
commit: 6b0c0e28322276f035a8dc63a045b39ec97976b3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 17 11:05:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 17 12:35:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0c0e28

dev-python/jupyterlab-server: Enable py3.13

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

 dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild
index 065acd24571b..0b24f00e45da 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 



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

2024-07-17 Thread Michał Górny
commit: 356501932e8076eae48752bbcd57dbe8b125d393
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 17 09:50:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 17 12:35:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35650193

dev-python/jupyterlab-server: Bump to 2.27.3

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.27.3.ebuild| 64 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index da1a5f390103..f80976699e63 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1 +1,2 @@
 DIST jupyterlab_server-2.27.2.tar.gz 75817 BLAKE2B 
fff1e7e274d500c8a0dc9c7c7edd6630c9587b758ad40184917e9bf3d32ba95d0e4b3b8ea5b47a359100e09779f846f97bf197d0094d148c8431c9fc8c839329
 SHA512 
621e1d4816301fc7c9276b5c2a2448803f79c43775cd9559399a38c9c24020ccaa2adf680cf769f769f87dbcc185bc28753c9f5130e08429b9866f32ce32dc8c
+DIST jupyterlab_server-2.27.3.tar.gz 76173 BLAKE2B 
628947c066f432148e52726439743379f36c78da29d0b7596402f3ea619bc8c03a36017c130cf4700c1659a6e2ba25c28b02aaf529fc071291252dbbee3615fc
 SHA512 
b4d2e91da8c92896958bb2adcb844d8a48f1b8df1ab8c3ff81511d0f3488c27f70f67c9f8731181fbc27836652e805efa869123ccb4d59d1098cd283a4fbcd10

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild
new file mode 100644
index ..065acd24571b
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.27.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} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   

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

2024-06-08 Thread Michał Górny
commit: bc25af6ca503e1591592429b2d10493089973a33
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  8 08:55:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  8 09:02:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc25af6c

dev-python/jupyterlab-server: Remove old

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

 dev-python/jupyterlab-server/Manifest  |  1 -
 .../jupyterlab-server-2.27.1.ebuild| 66 --
 2 files changed, 67 deletions(-)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 5036bf500ff2..da1a5f390103 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,2 +1 @@
-DIST jupyterlab_server-2.27.1.tar.gz 75524 BLAKE2B 
d25457954984d66ddcb52330d9a224d8e7bf85fdda7d20957a5949c95ea8d1dad0529a5135fc636911d9eef9f8663c0ef9bca71ec88f9de12cc4924b6f5ce3a5
 SHA512 
0ddaa2f765131357d1e75509db41a15ded720257fe956acb142e3cfb46c4cff280388b0507dead333d3c6f4cc5e6320e24be1e847c14eaf3e2f5eef0505e12c3
 DIST jupyterlab_server-2.27.2.tar.gz 75817 BLAKE2B 
fff1e7e274d500c8a0dc9c7c7edd6630c9587b758ad40184917e9bf3d32ba95d0e4b3b8ea5b47a359100e09779f846f97bf197d0094d148c8431c9fc8c839329
 SHA512 
621e1d4816301fc7c9276b5c2a2448803f79c43775cd9559399a38c9c24020ccaa2adf680cf769f769f87dbcc185bc28753c9f5130e08429b9866f32ce32dc8c

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.27.1.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.27.1.ebuild
deleted file mode 100644
index c8b6aabdf4a2..
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.27.1.ebuild
+++ /dev/null
@@ -1,66 +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} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   

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

2024-06-08 Thread Arthur Zamarin
commit: 11ea197ab03290e8cb4dc2d232c97344af741520
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  8 07:17:09 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  8 07:17:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ea197a

dev-python/jupyterlab-server: Stabilize 2.27.2 ALLARCHES, #933795

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

 dev-python/jupyterlab-server/jupyterlab-server-2.27.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.27.2.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.27.2.ebuild
index 065acd24571b..7183b9ba07be 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.27.2.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.27.2.ebuild
@@ -17,7 +17,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/Babel-2.10[${PYTHON_USEDEP}]



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

2024-05-22 Thread Michał Górny
commit: 380ffd5739a6c95d0c5526118c85f314cef7cec6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 23 02:01:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 23 02:11:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380ffd57

dev-python/jupyterlab-server: Bump to 2.27.2

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.27.2.ebuild| 64 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index b5772d163fa1..5036bf500ff2 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1 +1,2 @@
 DIST jupyterlab_server-2.27.1.tar.gz 75524 BLAKE2B 
d25457954984d66ddcb52330d9a224d8e7bf85fdda7d20957a5949c95ea8d1dad0529a5135fc636911d9eef9f8663c0ef9bca71ec88f9de12cc4924b6f5ce3a5
 SHA512 
0ddaa2f765131357d1e75509db41a15ded720257fe956acb142e3cfb46c4cff280388b0507dead333d3c6f4cc5e6320e24be1e847c14eaf3e2f5eef0505e12c3
+DIST jupyterlab_server-2.27.2.tar.gz 75817 BLAKE2B 
fff1e7e274d500c8a0dc9c7c7edd6630c9587b758ad40184917e9bf3d32ba95d0e4b3b8ea5b47a359100e09779f846f97bf197d0094d148c8431c9fc8c839329
 SHA512 
621e1d4816301fc7c9276b5c2a2448803f79c43775cd9559399a38c9c24020ccaa2adf680cf769f769f87dbcc185bc28753c9f5130e08429b9866f32ce32dc8c

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.27.2.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.27.2.ebuild
new file mode 100644
index ..065acd24571b
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.27.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} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   

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

2024-05-08 Thread Michał Górny
commit: 14decf92b94a84a8cb27173dee731452b7c15cc4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 08:11:04 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 08:15:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14decf92

dev-python/jupyterlab-server: Remove old

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

 dev-python/jupyterlab-server/Manifest  |  1 -
 .../jupyterlab-server-2.26.0.ebuild| 66 --
 2 files changed, 67 deletions(-)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 9ed4bf2c2931..b5772d163fa1 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,2 +1 @@
-DIST jupyterlab_server-2.26.0.tar.gz 75100 BLAKE2B 
10f507cf8b6640ee4178d2850561a5d186f9b9004b2d74de7382b4c9a03494d3553e7a2397cafb45b3be60062baf0d3df3026b1f8613e5dd2a597faad0cfc9d5
 SHA512 
cb9c78ae8afed53637b441767c630666d391a7ce6a19cc5cf8bcc9c3149ef570c5aeaba204878bd4d52806a6e2b9e25f9724536f1addf084bfb15855f7700125
 DIST jupyterlab_server-2.27.1.tar.gz 75524 BLAKE2B 
d25457954984d66ddcb52330d9a224d8e7bf85fdda7d20957a5949c95ea8d1dad0529a5135fc636911d9eef9f8663c0ef9bca71ec88f9de12cc4924b6f5ce3a5
 SHA512 
0ddaa2f765131357d1e75509db41a15ded720257fe956acb142e3cfb46c4cff280388b0507dead333d3c6f4cc5e6320e24be1e847c14eaf3e2f5eef0505e12c3

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.26.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.26.0.ebuild
deleted file mode 100644
index c8b6aabdf4a2..
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.26.0.ebuild
+++ /dev/null
@@ -1,66 +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} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   

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

2024-05-08 Thread Michał Górny
commit: 12195be6ae342fc393ad1e1ba4104c8f66706837
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 07:49:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 07:49:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12195be6

dev-python/jupyterlab-server: Stabilize 2.27.1 ALLARCHES, #931538

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

 dev-python/jupyterlab-server/jupyterlab-server-2.27.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.27.1.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.27.1.ebuild
index 023800f2076e..c8b6aabdf4a2 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.27.1.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.27.1.ebuild
@@ -17,7 +17,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/Babel-2.10[${PYTHON_USEDEP}]



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

2024-04-24 Thread Michał Górny
commit: 26386e6e0e0238c9af21efd723b37515761f92e3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 24 17:04:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 24 17:15:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26386e6e

dev-python/jupyterlab-server: Remove old

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

 dev-python/jupyterlab-server/Manifest  |  2 -
 .../jupyterlab-server-2.25.4.ebuild| 66 --
 .../jupyterlab-server-2.27.0.ebuild| 66 --
 3 files changed, 134 deletions(-)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index f446fd956d42..9ed4bf2c2931 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,4 +1,2 @@
-DIST jupyterlab_server-2.25.4.tar.gz 74772 BLAKE2B 
8647840e2bb93244360db07524374f30e6831fddf6c2b89101b2a01f505470649fcc6aa31b40dc18a480628eeb791b4f7488cd91bb921796c3daad36102e535b
 SHA512 
de04d1c5de3507a2465c316686be10ff6398be2f05d9d84ff6e79c376978503bc6ff836bfca67735d85f8ef23a15d6f30ad69268a25855dc4ebc1bd5f7c2fdaf
 DIST jupyterlab_server-2.26.0.tar.gz 75100 BLAKE2B 
10f507cf8b6640ee4178d2850561a5d186f9b9004b2d74de7382b4c9a03494d3553e7a2397cafb45b3be60062baf0d3df3026b1f8613e5dd2a597faad0cfc9d5
 SHA512 
cb9c78ae8afed53637b441767c630666d391a7ce6a19cc5cf8bcc9c3149ef570c5aeaba204878bd4d52806a6e2b9e25f9724536f1addf084bfb15855f7700125
-DIST jupyterlab_server-2.27.0.tar.gz 75375 BLAKE2B 
c4b8c26d93a2af79ab4d82492172a8cdfb2049d7885c6cefda96f472d9edafc749c8d06ae194b5e4b66052a8514d0cbdbba1bcbc4b03fdf9e4cec65ab27cca8e
 SHA512 
7336434b3b9378d345f7d657f8f21c3217d4605fae93a74382bb4a71135fabb3dfc7229e388737297568f13281ba9e8f710b010a6fa9b6bc0bbc5db2dd3f3293
 DIST jupyterlab_server-2.27.1.tar.gz 75524 BLAKE2B 
d25457954984d66ddcb52330d9a224d8e7bf85fdda7d20957a5949c95ea8d1dad0529a5135fc636911d9eef9f8663c0ef9bca71ec88f9de12cc4924b6f5ce3a5
 SHA512 
0ddaa2f765131357d1e75509db41a15ded720257fe956acb142e3cfb46c4cff280388b0507dead333d3c6f4cc5e6320e24be1e847c14eaf3e2f5eef0505e12c3

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.4.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.4.ebuild
deleted file mode 100644
index c8b6aabdf4a2..
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.25.4.ebuild
+++ /dev/null
@@ -1,66 +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} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   

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

2024-04-24 Thread Sam James
commit: 53290c53e5fc78a592daaee887fe2a93370cd19a
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 24 15:30:45 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 24 15:30:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53290c53

dev-python/jupyterlab-server: Stabilize 2.26.0 ALLARCHES, #930604

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

 dev-python/jupyterlab-server/jupyterlab-server-2.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.26.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.26.0.ebuild
index 023800f2076e..c8b6aabdf4a2 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.26.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.26.0.ebuild
@@ -17,7 +17,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/Babel-2.10[${PYTHON_USEDEP}]



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

2024-04-23 Thread Michał Górny
commit: 3964dc85b1077651a991f238216dbce1fba95dda
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 23 13:56:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 23 14:02:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3964dc85

dev-python/jupyterlab-server: Bump to 2.27.1

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.27.1.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index d236d641b392..f446fd956d42 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,3 +1,4 @@
 DIST jupyterlab_server-2.25.4.tar.gz 74772 BLAKE2B 
8647840e2bb93244360db07524374f30e6831fddf6c2b89101b2a01f505470649fcc6aa31b40dc18a480628eeb791b4f7488cd91bb921796c3daad36102e535b
 SHA512 
de04d1c5de3507a2465c316686be10ff6398be2f05d9d84ff6e79c376978503bc6ff836bfca67735d85f8ef23a15d6f30ad69268a25855dc4ebc1bd5f7c2fdaf
 DIST jupyterlab_server-2.26.0.tar.gz 75100 BLAKE2B 
10f507cf8b6640ee4178d2850561a5d186f9b9004b2d74de7382b4c9a03494d3553e7a2397cafb45b3be60062baf0d3df3026b1f8613e5dd2a597faad0cfc9d5
 SHA512 
cb9c78ae8afed53637b441767c630666d391a7ce6a19cc5cf8bcc9c3149ef570c5aeaba204878bd4d52806a6e2b9e25f9724536f1addf084bfb15855f7700125
 DIST jupyterlab_server-2.27.0.tar.gz 75375 BLAKE2B 
c4b8c26d93a2af79ab4d82492172a8cdfb2049d7885c6cefda96f472d9edafc749c8d06ae194b5e4b66052a8514d0cbdbba1bcbc4b03fdf9e4cec65ab27cca8e
 SHA512 
7336434b3b9378d345f7d657f8f21c3217d4605fae93a74382bb4a71135fabb3dfc7229e388737297568f13281ba9e8f710b010a6fa9b6bc0bbc5db2dd3f3293
+DIST jupyterlab_server-2.27.1.tar.gz 75524 BLAKE2B 
d25457954984d66ddcb52330d9a224d8e7bf85fdda7d20957a5949c95ea8d1dad0529a5135fc636911d9eef9f8663c0ef9bca71ec88f9de12cc4924b6f5ce3a5
 SHA512 
0ddaa2f765131357d1e75509db41a15ded720257fe956acb142e3cfb46c4cff280388b0507dead333d3c6f4cc5e6320e24be1e847c14eaf3e2f5eef0505e12c3

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.27.1.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.27.1.ebuild
new file mode 100644
index ..023800f2076e
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.27.1.ebuild
@@ -0,0 +1,66 @@
+# 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="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   

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

2024-04-22 Thread Michał Górny
commit: 638f12075e2150a18ab7b0217af889ead936cdec
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 22 15:09:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 22 15:28:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638f1207

dev-python/jupyterlab-server: Bump to 2.27.0

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.27.0.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 3865e8c202e7..d236d641b392 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,2 +1,3 @@
 DIST jupyterlab_server-2.25.4.tar.gz 74772 BLAKE2B 
8647840e2bb93244360db07524374f30e6831fddf6c2b89101b2a01f505470649fcc6aa31b40dc18a480628eeb791b4f7488cd91bb921796c3daad36102e535b
 SHA512 
de04d1c5de3507a2465c316686be10ff6398be2f05d9d84ff6e79c376978503bc6ff836bfca67735d85f8ef23a15d6f30ad69268a25855dc4ebc1bd5f7c2fdaf
 DIST jupyterlab_server-2.26.0.tar.gz 75100 BLAKE2B 
10f507cf8b6640ee4178d2850561a5d186f9b9004b2d74de7382b4c9a03494d3553e7a2397cafb45b3be60062baf0d3df3026b1f8613e5dd2a597faad0cfc9d5
 SHA512 
cb9c78ae8afed53637b441767c630666d391a7ce6a19cc5cf8bcc9c3149ef570c5aeaba204878bd4d52806a6e2b9e25f9724536f1addf084bfb15855f7700125
+DIST jupyterlab_server-2.27.0.tar.gz 75375 BLAKE2B 
c4b8c26d93a2af79ab4d82492172a8cdfb2049d7885c6cefda96f472d9edafc749c8d06ae194b5e4b66052a8514d0cbdbba1bcbc4b03fdf9e4cec65ab27cca8e
 SHA512 
7336434b3b9378d345f7d657f8f21c3217d4605fae93a74382bb4a71135fabb3dfc7229e388737297568f13281ba9e8f710b010a6fa9b6bc0bbc5db2dd3f3293

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.27.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.27.0.ebuild
new file mode 100644
index ..023800f2076e
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.27.0.ebuild
@@ -0,0 +1,66 @@
+# 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="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   

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

2024-04-09 Thread Michał Górny
commit: 50984d548871af48cfd28a53306f6a34644c1e58
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 05:40:33 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 06:01:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50984d54

dev-python/jupyterlab-server: Bump to 2.26.0

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.26.0.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index f5843cca370d..3865e8c202e7 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1 +1,2 @@
 DIST jupyterlab_server-2.25.4.tar.gz 74772 BLAKE2B 
8647840e2bb93244360db07524374f30e6831fddf6c2b89101b2a01f505470649fcc6aa31b40dc18a480628eeb791b4f7488cd91bb921796c3daad36102e535b
 SHA512 
de04d1c5de3507a2465c316686be10ff6398be2f05d9d84ff6e79c376978503bc6ff836bfca67735d85f8ef23a15d6f30ad69268a25855dc4ebc1bd5f7c2fdaf
+DIST jupyterlab_server-2.26.0.tar.gz 75100 BLAKE2B 
10f507cf8b6640ee4178d2850561a5d186f9b9004b2d74de7382b4c9a03494d3553e7a2397cafb45b3be60062baf0d3df3026b1f8613e5dd2a597faad0cfc9d5
 SHA512 
cb9c78ae8afed53637b441767c630666d391a7ce6a19cc5cf8bcc9c3149ef570c5aeaba204878bd4d52806a6e2b9e25f9724536f1addf084bfb15855f7700125

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.26.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.26.0.ebuild
new file mode 100644
index ..023800f2076e
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.26.0.ebuild
@@ -0,0 +1,66 @@
+# 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="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   

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

2024-03-30 Thread Michał Górny
commit: 9e3e908d58d10558be14d87f1c772df750a48934
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 15:02:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 15:02:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3e908d

dev-python/jupyterlab-server: Remove old

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

 dev-python/jupyterlab-server/Manifest  |  1 -
 .../jupyterlab-server-2.25.3.ebuild| 66 --
 2 files changed, 67 deletions(-)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 99e1299ee250..f5843cca370d 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,2 +1 @@
-DIST jupyterlab_server-2.25.3.tar.gz 74625 BLAKE2B 
28fe6d85ed82b44e3968da3abe5ac2e5559b0527943eaeca3e3351610198feb00337ec6877a0a495a3a3f8c78a378dd44ce6941f2c9d5e34d655ccdf60c96dbd
 SHA512 
62c1f1d51c588a64c6dea70dc888006b026b451ccc26331183f4878c9e1cc6b6631ba63ea6402265bdf97f85343f6762d16d82b37d666a6d9d8e8833b91457d2
 DIST jupyterlab_server-2.25.4.tar.gz 74772 BLAKE2B 
8647840e2bb93244360db07524374f30e6831fddf6c2b89101b2a01f505470649fcc6aa31b40dc18a480628eeb791b4f7488cd91bb921796c3daad36102e535b
 SHA512 
de04d1c5de3507a2465c316686be10ff6398be2f05d9d84ff6e79c376978503bc6ff836bfca67735d85f8ef23a15d6f30ad69268a25855dc4ebc1bd5f7c2fdaf

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.3.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.3.ebuild
deleted file mode 100644
index c8b6aabdf4a2..
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.25.3.ebuild
+++ /dev/null
@@ -1,66 +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} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   

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

2024-03-30 Thread Michał Górny
commit: 4c75c4a4e23d39fd19c97ccec6d9f70c3172cc85
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:59:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:59:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c75c4a4

dev-python/jupyterlab-server: Stabilize 2.25.4 ALLARCHES, #928172

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

 dev-python/jupyterlab-server/jupyterlab-server-2.25.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.4.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.4.ebuild
index 023800f2076e..c8b6aabdf4a2 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.25.4.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.4.ebuild
@@ -17,7 +17,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/Babel-2.10[${PYTHON_USEDEP}]



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

2024-03-11 Thread Michał Górny
commit: 8a7a79592839440964c7fa86a46b56866d6cd336
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 12 04:53:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 12 05:08:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7a7959

dev-python/jupyterlab-server: Bump to 2.25.4

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.25.4.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 98b6ef377ba9..99e1299ee250 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1 +1,2 @@
 DIST jupyterlab_server-2.25.3.tar.gz 74625 BLAKE2B 
28fe6d85ed82b44e3968da3abe5ac2e5559b0527943eaeca3e3351610198feb00337ec6877a0a495a3a3f8c78a378dd44ce6941f2c9d5e34d655ccdf60c96dbd
 SHA512 
62c1f1d51c588a64c6dea70dc888006b026b451ccc26331183f4878c9e1cc6b6631ba63ea6402265bdf97f85343f6762d16d82b37d666a6d9d8e8833b91457d2
+DIST jupyterlab_server-2.25.4.tar.gz 74772 BLAKE2B 
8647840e2bb93244360db07524374f30e6831fddf6c2b89101b2a01f505470649fcc6aa31b40dc18a480628eeb791b4f7488cd91bb921796c3daad36102e535b
 SHA512 
de04d1c5de3507a2465c316686be10ff6398be2f05d9d84ff6e79c376978503bc6ff836bfca67735d85f8ef23a15d6f30ad69268a25855dc4ebc1bd5f7c2fdaf

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.4.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.4.ebuild
new file mode 100644
index ..023800f2076e
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.4.ebuild
@@ -0,0 +1,66 @@
+# 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="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   

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

2024-03-02 Thread Arthur Zamarin
commit: bb5b623d4578afa7a681690ad8fc5aca20edd459
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 09:51:08 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 09:51:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5b623d

dev-python/jupyterlab-server: Stabilize 2.25.3 ALLARCHES, #925973

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

 dev-python/jupyterlab-server/jupyterlab-server-2.25.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.3.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.3.ebuild
index 023800f2076e..c8b6aabdf4a2 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.25.3.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.3.ebuild
@@ -17,7 +17,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/Babel-2.10[${PYTHON_USEDEP}]



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

2024-02-14 Thread Michał Górny
commit: 94ff14077865b66394f2be05aea2ec9f7b2fe449
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 15 03:53:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 15 04:10:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ff1407

dev-python/jupyterlab-server: Bump to 2.25.3

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.25.3.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 39337298c31f..d07fa4ea1a24 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1 +1,2 @@
 DIST jupyterlab_server-2.25.2.tar.gz 74028 BLAKE2B 
6dffdea7c002fee946a8af728592ea2404f4568bdfaae1727da5c3725edb284a7ad8594efdf71a4671249a4164878288bcb4aa588a59f45fa83fbda0656db89b
 SHA512 
6270505170e7586fae8c4f7fcabaed6e2ef2068ec35bc5eb630e1b5177aab24d8e8be4755ad6dd3f97c5e3a1aa6c770f554efe92a2db5a5bfe99bf420e2b5a34
+DIST jupyterlab_server-2.25.3.tar.gz 74625 BLAKE2B 
28fe6d85ed82b44e3968da3abe5ac2e5559b0527943eaeca3e3351610198feb00337ec6877a0a495a3a3f8c78a378dd44ce6941f2c9d5e34d655ccdf60c96dbd
 SHA512 
62c1f1d51c588a64c6dea70dc888006b026b451ccc26331183f4878c9e1cc6b6631ba63ea6402265bdf97f85343f6762d16d82b37d666a6d9d8e8833b91457d2

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.3.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.3.ebuild
new file mode 100644
index ..023800f2076e
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.3.ebuild
@@ -0,0 +1,66 @@
+# 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="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   

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

2023-12-09 Thread Michał Górny
commit: fa7d15882142b6c7c32ecfd5a6b57f21d1039443
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 14:18:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 14:18:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7d1588

dev-python/jupyterlab-server: Remove old

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

 dev-python/jupyterlab-server/Manifest  |  1 -
 .../jupyterlab-server-2.25.1.ebuild| 66 --
 2 files changed, 67 deletions(-)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index ae0ef217cb91..39337298c31f 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,2 +1 @@
-DIST jupyterlab_server-2.25.1.tar.gz 73845 BLAKE2B 
a2eb8ac0d6ffe76cf8e2bc2464c9466ed098acb03ad8fd50bfcf87b461366d0a877d3e3311382c1c1f0e4046a42b8adb58ffd21ef5a5865e5a5986f20316
 SHA512 
179c3fc0f09c2456b5be8ae2d35e809df63766dd3e5b740eb9e9d5630152aa8bef6f1ad08602e0bda5860cdad0d681d771cd22eac4ea8b6fc07ad8609e83e810
 DIST jupyterlab_server-2.25.2.tar.gz 74028 BLAKE2B 
6dffdea7c002fee946a8af728592ea2404f4568bdfaae1727da5c3725edb284a7ad8594efdf71a4671249a4164878288bcb4aa588a59f45fa83fbda0656db89b
 SHA512 
6270505170e7586fae8c4f7fcabaed6e2ef2068ec35bc5eb630e1b5177aab24d8e8be4755ad6dd3f97c5e3a1aa6c770f554efe92a2db5a5bfe99bf420e2b5a34

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.1.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.1.ebuild
deleted file mode 100644
index badcc2aee93b..
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.25.1.ebuild
+++ /dev/null
@@ -1,66 +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..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   

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

2023-12-09 Thread Michał Górny
commit: af8d3b2a56e897b61b511a06e58e75ad4bfdbb4d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 14:17:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 14:17:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8d3b2a

dev-python/jupyterlab-server: Stabilize 2.25.2 ALLARCHES, #919528

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

 dev-python/jupyterlab-server/jupyterlab-server-2.25.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.2.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.2.ebuild
index e2e7854aad78..4f48d6c3e407 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.25.2.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.2.ebuild
@@ -17,7 +17,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/Babel-2.10[${PYTHON_USEDEP}]



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

2023-11-25 Thread Michał Górny
commit: 57e2ade33e2ca0c31a344e354e39e617880e09db
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 25 15:32:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 25 15:32:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e2ade3

dev-python/jupyterlab-server: Remove old

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

 dev-python/jupyterlab-server/Manifest  |  1 -
 .../jupyterlab-server-2.25.0.ebuild| 66 --
 2 files changed, 67 deletions(-)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index c251e7a3f2c4..ae0ef217cb91 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,3 +1,2 @@
-DIST jupyterlab_server-2.25.0.tar.gz 72251 BLAKE2B 
aac9191493833aea1dbd2b2b85365bab2bfbf06576c853668cc94d62b03b8cabaabc2df8c76ae57c8d76d55ddf646bdf51de00f682cc5b4b27252d5bd409bc61
 SHA512 
b97a1e5da8f30e83971be152a39c5a6553e6a589000f4848feb561b018b310f445853825215cfdb823666d73d4b117ed8914138c8a319035dac893f85951
 DIST jupyterlab_server-2.25.1.tar.gz 73845 BLAKE2B 
a2eb8ac0d6ffe76cf8e2bc2464c9466ed098acb03ad8fd50bfcf87b461366d0a877d3e3311382c1c1f0e4046a42b8adb58ffd21ef5a5865e5a5986f20316
 SHA512 
179c3fc0f09c2456b5be8ae2d35e809df63766dd3e5b740eb9e9d5630152aa8bef6f1ad08602e0bda5860cdad0d681d771cd22eac4ea8b6fc07ad8609e83e810
 DIST jupyterlab_server-2.25.2.tar.gz 74028 BLAKE2B 
6dffdea7c002fee946a8af728592ea2404f4568bdfaae1727da5c3725edb284a7ad8594efdf71a4671249a4164878288bcb4aa588a59f45fa83fbda0656db89b
 SHA512 
6270505170e7586fae8c4f7fcabaed6e2ef2068ec35bc5eb630e1b5177aab24d8e8be4755ad6dd3f97c5e3a1aa6c770f554efe92a2db5a5bfe99bf420e2b5a34

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
deleted file mode 100644
index b0f99dd0967d..
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
+++ /dev/null
@@ -1,66 +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..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   

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

2023-11-25 Thread Arthur Zamarin
commit: a6afb73979285a58dae14f8b45e4c8f941c093f4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 25 15:20:09 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 25 15:20:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6afb739

dev-python/jupyterlab-server: Stabilize 2.25.1 ALLARCHES, #918517

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

 dev-python/jupyterlab-server/jupyterlab-server-2.25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.1.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.1.ebuild
index f78ef98f9e9b..badcc2aee93b 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.25.1.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.1.ebuild
@@ -17,7 +17,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/Babel-2.10[${PYTHON_USEDEP}]



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

2023-11-20 Thread Michał Górny
commit: 544e39dfc3960c9a55e487722ba8bdc75c30fe34
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 20 15:15:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 20 15:23:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544e39df

dev-python/jupyterlab-server: Enable pypy3

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

 dev-python/jupyterlab-server/jupyterlab-server-2.25.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.2.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.2.ebuild
index f78ef98f9e9b..e2e7854aad78 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.25.2.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.2.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/jupyterlab-server/

2023-11-18 Thread Michał Górny
commit: 0d7229582dc57f24f013d76bd180ae1785c05b49
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 18 15:14:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 18 15:47:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d722958

dev-python/jupyterlab-server: Bump to 2.25.2

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.25.2.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index ecc94363f2d1..c251e7a3f2c4 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,2 +1,3 @@
 DIST jupyterlab_server-2.25.0.tar.gz 72251 BLAKE2B 
aac9191493833aea1dbd2b2b85365bab2bfbf06576c853668cc94d62b03b8cabaabc2df8c76ae57c8d76d55ddf646bdf51de00f682cc5b4b27252d5bd409bc61
 SHA512 
b97a1e5da8f30e83971be152a39c5a6553e6a589000f4848feb561b018b310f445853825215cfdb823666d73d4b117ed8914138c8a319035dac893f85951
 DIST jupyterlab_server-2.25.1.tar.gz 73845 BLAKE2B 
a2eb8ac0d6ffe76cf8e2bc2464c9466ed098acb03ad8fd50bfcf87b461366d0a877d3e3311382c1c1f0e4046a42b8adb58ffd21ef5a5865e5a5986f20316
 SHA512 
179c3fc0f09c2456b5be8ae2d35e809df63766dd3e5b740eb9e9d5630152aa8bef6f1ad08602e0bda5860cdad0d681d771cd22eac4ea8b6fc07ad8609e83e810
+DIST jupyterlab_server-2.25.2.tar.gz 74028 BLAKE2B 
6dffdea7c002fee946a8af728592ea2404f4568bdfaae1727da5c3725edb284a7ad8594efdf71a4671249a4164878288bcb4aa588a59f45fa83fbda0656db89b
 SHA512 
6270505170e7586fae8c4f7fcabaed6e2ef2068ec35bc5eb630e1b5177aab24d8e8be4755ad6dd3f97c5e3a1aa6c770f554efe92a2db5a5bfe99bf420e2b5a34

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.2.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.2.ebuild
new file mode 100644
index ..f78ef98f9e9b
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.2.ebuild
@@ -0,0 +1,66 @@
+# 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..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   

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

2023-11-08 Thread Michał Górny
commit: 51c1675b0e05adc98a0aab8311b8c59b356de0da
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov  8 14:58:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov  8 15:39:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c1675b

dev-python/jupyterlab-server: Bump to 2.25.1

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.25.1.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index a53e50918faf..ecc94363f2d1 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1 +1,2 @@
 DIST jupyterlab_server-2.25.0.tar.gz 72251 BLAKE2B 
aac9191493833aea1dbd2b2b85365bab2bfbf06576c853668cc94d62b03b8cabaabc2df8c76ae57c8d76d55ddf646bdf51de00f682cc5b4b27252d5bd409bc61
 SHA512 
b97a1e5da8f30e83971be152a39c5a6553e6a589000f4848feb561b018b310f445853825215cfdb823666d73d4b117ed8914138c8a319035dac893f85951
+DIST jupyterlab_server-2.25.1.tar.gz 73845 BLAKE2B 
a2eb8ac0d6ffe76cf8e2bc2464c9466ed098acb03ad8fd50bfcf87b461366d0a877d3e3311382c1c1f0e4046a42b8adb58ffd21ef5a5865e5a5986f20316
 SHA512 
179c3fc0f09c2456b5be8ae2d35e809df63766dd3e5b740eb9e9d5630152aa8bef6f1ad08602e0bda5860cdad0d681d771cd22eac4ea8b6fc07ad8609e83e810

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.1.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.1.ebuild
new file mode 100644
index ..f78ef98f9e9b
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.1.ebuild
@@ -0,0 +1,66 @@
+# 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..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   

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

2023-10-24 Thread Michał Górny
commit: f221a23c98464104e1d2828d4d20375c844e6d4f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 17:20:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 17:51:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f221a23c

dev-python/jupyterlab-server: Enable py3.12

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

 dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
index 71cb9e1b78a5..b0f99dd0967d 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-10-15 Thread Michał Górny
commit: 057a81ccc9218b2773779d72a83cfb1cc9b38ac8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 17:23:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 17:23:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057a81cc

dev-python/jupyterlab-server: Remove old

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

 dev-python/jupyterlab-server/Manifest  |  1 -
 .../jupyterlab-server-2.23.0.ebuild| 66 --
 2 files changed, 67 deletions(-)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index da15a1aec471..a53e50918faf 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,2 +1 @@
-DIST jupyterlab_server-2.23.0.tar.gz 71812 BLAKE2B 
4d1cd379e9864f16a463f630b2b30aa18b88c9e71ea591d396b15834b08d567b3dbd0e6de637f975d230e17987f49eac3917ce2cf951dfd493ee75e612b3b46e
 SHA512 
cb5ae1125487c79fa9d54201e0512fac9ff3f95022eafacd0bf46cb853bbeafe74eff767137ecb5559713cd8baf721f7fbc41869dde9ef28c480197a4158967a
 DIST jupyterlab_server-2.25.0.tar.gz 72251 BLAKE2B 
aac9191493833aea1dbd2b2b85365bab2bfbf06576c853668cc94d62b03b8cabaabc2df8c76ae57c8d76d55ddf646bdf51de00f682cc5b4b27252d5bd409bc61
 SHA512 
b97a1e5da8f30e83971be152a39c5a6553e6a589000f4848feb561b018b310f445853825215cfdb823666d73d4b117ed8914138c8a319035dac893f85951

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
deleted file mode 100644
index 265984ae432d..
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=hatchling
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.28[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   

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

2023-10-15 Thread Sam James
commit: 6b9752269684fbad1cc1d6daa69fe92ee052b20e
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 15 15:53:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 15 15:53:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b975226

dev-python/jupyterlab-server: Stabilize 2.25.0 ALLARCHES, #915820

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

 dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
index 47b828a0032d..71cb9e1b78a5 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
@@ -17,7 +17,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/Babel-2.10[${PYTHON_USEDEP}]



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

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

dev-python/jupyterlab-server: Stabilize 2.23.0 amd64, #915685

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

 dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
index eb6a5c8a..265984ae432d 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
@@ -17,7 +17,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/Babel-2.10[${PYTHON_USEDEP}]



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

2023-09-18 Thread Arthur Zamarin
commit: 38638ff5e4f525d627496392d56beb7e75757ed3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:47:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:47:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38638ff5

dev-python/jupyterlab-server: Stabilize 2.23.0 x86, #913773

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

 dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
index 277ee25d3666..eb6a5c8a 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
@@ -17,7 +17,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/Babel-2.10[${PYTHON_USEDEP}]



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

2023-09-13 Thread WANG Xuerui
commit: d9ae8b52943244a6839e991b78f6e1da7d123710
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Sep 14 05:25:55 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Sep 14 05:25:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ae8b52

dev-python/jupyterlab-server: keyword 2.25.0 for ~loong

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

 dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
index 236a3c1e9dec..47b828a0032d 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/Babel-2.10[${PYTHON_USEDEP}]



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

2023-09-13 Thread Michał Górny
commit: 7de20d1c61696f813af0120eb1da26dbd3090c2c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 13 15:08:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 13 15:47:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de20d1c

dev-python/jupyterlab-server: Bump to 2.25.0

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.25.0.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index da8fb93326ed..da15a1aec471 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1 +1,2 @@
 DIST jupyterlab_server-2.23.0.tar.gz 71812 BLAKE2B 
4d1cd379e9864f16a463f630b2b30aa18b88c9e71ea591d396b15834b08d567b3dbd0e6de637f975d230e17987f49eac3917ce2cf951dfd493ee75e612b3b46e
 SHA512 
cb5ae1125487c79fa9d54201e0512fac9ff3f95022eafacd0bf46cb853bbeafe74eff767137ecb5559713cd8baf721f7fbc41869dde9ef28c480197a4158967a
+DIST jupyterlab_server-2.25.0.tar.gz 72251 BLAKE2B 
aac9191493833aea1dbd2b2b85365bab2bfbf06576c853668cc94d62b03b8cabaabc2df8c76ae57c8d76d55ddf646bdf51de00f682cc5b4b27252d5bd409bc61
 SHA512 
b97a1e5da8f30e83971be152a39c5a6553e6a589000f4848feb561b018b310f445853825215cfdb823666d73d4b117ed8914138c8a319035dac893f85951

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
new file mode 100644
index ..236a3c1e9dec
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.25.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=hatchling
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   

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

2023-09-09 Thread WANG Xuerui
commit: 07c8bcc7705a72bed1cda524424154e4c4c1a540
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:57 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c8bcc7

dev-python/jupyterlab-server: keyword 2.23.0 for ~loong

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

 dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
index 56ab2f9afb55..277ee25d3666 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/Babel-2.10[${PYTHON_USEDEP}]



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

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

dev-python/jupyterlab-server: Keyword 2.23.0 riscv, #910584

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

 dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
index a6ce1bff5ee2..d0a6141564d9 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/Babel-2.10[${PYTHON_USEDEP}]



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

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

dev-python/jupyterlab-server: Keyword 2.23.0 ppc64, #910584

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

 dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
index d67ec0b7e468..a6ce1bff5ee2 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
>=dev-python/Babel-2.10[${PYTHON_USEDEP}]



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

2023-08-13 Thread Arthur Zamarin
commit: fe1f0dd0094ae0bcb127a12c879226067412648b
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=fe1f0dd0

dev-python/jupyterlab-server: Keyword 2.23.0 arm64, #910584

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

 dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
index d0b6547190d3..d67ec0b7e468 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/Babel-2.10[${PYTHON_USEDEP}]



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

2023-07-24 Thread Michał Górny
commit: dd9a06805c315f3874ddf2cc5763d46a1e4b4a7d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 10:46:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 10:46:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9a0680

dev-python/jupyterlab-server: Remove old

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

 dev-python/jupyterlab-server/Manifest  |  2 -
 .../jupyterlab-server-2.22.0.ebuild| 66 --
 .../jupyterlab-server-2.22.1.ebuild| 66 --
 3 files changed, 134 deletions(-)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 9762d7cd5325..da8fb93326ed 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,3 +1 @@
-DIST jupyterlab_server-2.22.0.tar.gz 71374 BLAKE2B 
da27d6fb6d22db4aacd4c6c7a96ca748c5ba95d6b357fb45aa3383642b23bff7b61298eb01b8a80073080248e06fae35e04b1a7e4144018e84a6b548937ad0e6
 SHA512 
96484afe03a23f4aa6492b15e64b3f874b144af371d65c94693b708f9152e2762f98f0dea2b7464f8240740f4be56b2cd61a8869ef001521bbb4748dd0fc7005
-DIST jupyterlab_server-2.22.1.tar.gz 71443 BLAKE2B 
37273cb3251f358607936bb723e4c9b7d15aa9c6c0193d9cc14b5cf2ed07a5a50d8588b42c243193e3efb30cf0e000c6ea19f725e0f2c943eaf56d3b161dcbd9
 SHA512 
01d223b59ac906b4bfd5cc46db375abe67ffd518422625cae06e08266bee908dcf34b4544ff8f12aa45c9ac00a6473e164735423a9c55290f922a0e2d930eaa9
 DIST jupyterlab_server-2.23.0.tar.gz 71812 BLAKE2B 
4d1cd379e9864f16a463f630b2b30aa18b88c9e71ea591d396b15834b08d567b3dbd0e6de637f975d230e17987f49eac3917ce2cf951dfd493ee75e612b3b46e
 SHA512 
cb5ae1125487c79fa9d54201e0512fac9ff3f95022eafacd0bf46cb853bbeafe74eff767137ecb5559713cd8baf721f7fbc41869dde9ef28c480197a4158967a

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.22.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.22.0.ebuild
deleted file mode 100644
index 57cbd7992859..
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.22.0.ebuild
+++ /dev/null
@@ -1,66 +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="Server components for JupyterLab and JupyterLab like applications"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.28[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.28[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   

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

2023-07-19 Thread Michał Górny
commit: d57bf5127b6f819085fe8feb566c7e92d00c42a4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 19 11:04:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 19 11:09:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57bf512

dev-python/jupyterlab-server: Eliminate stale python_gen_cond_dep

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

 dev-python/jupyterlab-server/jupyterlab-server-2.22.0.ebuild | 3 ---
 dev-python/jupyterlab-server/jupyterlab-server-2.22.1.ebuild | 3 ---
 dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.22.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.22.0.ebuild
index b677d553fda1..57cbd7992859 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.22.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.22.0.ebuild
@@ -28,9 +28,6 @@ RDEPEND="
>=dev-python/requests-2.28[${PYTHON_USEDEP}]
>=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
=dev-python/importlib-metadata-4.8.3[${PYTHON_USEDEP}]
-   ' 3.9)
 "
 
 BDEPEND="

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.22.1.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.22.1.ebuild
index b677d553fda1..57cbd7992859 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.22.1.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.22.1.ebuild
@@ -28,9 +28,6 @@ RDEPEND="
>=dev-python/requests-2.28[${PYTHON_USEDEP}]
>=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
=dev-python/importlib-metadata-4.8.3[${PYTHON_USEDEP}]
-   ' 3.9)
 "
 
 BDEPEND="

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
index 63248e77a9e3..3f6a59867bba 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
@@ -28,9 +28,6 @@ RDEPEND="
>=dev-python/requests-2.28[${PYTHON_USEDEP}]
>=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
=dev-python/importlib-metadata-4.8.3[${PYTHON_USEDEP}]
-   ' 3.9)
 "
 
 BDEPEND="



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

2023-06-13 Thread Michał Górny
commit: ee74a6d74574a4eddeb748a7d0b1825929c6dcfc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 13 15:48:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 13 16:26:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee74a6d7

dev-python/jupyterlab-server: Bump to 2.23.0

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.23.0.ebuild| 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 8710c881f514..9762d7cd5325 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,2 +1,3 @@
 DIST jupyterlab_server-2.22.0.tar.gz 71374 BLAKE2B 
da27d6fb6d22db4aacd4c6c7a96ca748c5ba95d6b357fb45aa3383642b23bff7b61298eb01b8a80073080248e06fae35e04b1a7e4144018e84a6b548937ad0e6
 SHA512 
96484afe03a23f4aa6492b15e64b3f874b144af371d65c94693b708f9152e2762f98f0dea2b7464f8240740f4be56b2cd61a8869ef001521bbb4748dd0fc7005
 DIST jupyterlab_server-2.22.1.tar.gz 71443 BLAKE2B 
37273cb3251f358607936bb723e4c9b7d15aa9c6c0193d9cc14b5cf2ed07a5a50d8588b42c243193e3efb30cf0e000c6ea19f725e0f2c943eaf56d3b161dcbd9
 SHA512 
01d223b59ac906b4bfd5cc46db375abe67ffd518422625cae06e08266bee908dcf34b4544ff8f12aa45c9ac00a6473e164735423a9c55290f922a0e2d930eaa9
+DIST jupyterlab_server-2.23.0.tar.gz 71812 BLAKE2B 
4d1cd379e9864f16a463f630b2b30aa18b88c9e71ea591d396b15834b08d567b3dbd0e6de637f975d230e17987f49eac3917ce2cf951dfd493ee75e612b3b46e
 SHA512 
cb5ae1125487c79fa9d54201e0512fac9ff3f95022eafacd0bf46cb853bbeafe74eff767137ecb5559713cd8baf721f7fbc41869dde9ef28c480197a4158967a

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
new file mode 100644
index ..63248e77a9e3
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=hatchling
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.28[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   =dev-python/importlib-metadata-4.8.3[${PYTHON_USEDEP}]
+   ' 3.9)
+"
+
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/jupyter-server[${PYTHON_USEDEP}]
+   =dev-python/openapi-core-0.16.1[${PYTHON_USEDEP}]
+   =dev-python/openapi-spec-validator-0.5.1[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/strict-rfc3339[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+# TODO: package autodoc_traits
+#distutils_enable_sphinx docs/source dev-python/pydata-sphinx-theme 
dev-python/myst-parser
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   tests/test_translation_api.py
+   )
+
+   EPYTEST_DESELECT=(
+   # Fails if terminal not available
+   tests/test_labapp.py::test_page_config
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_tornasync.plugin
+}



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

2023-04-13 Thread Michał Górny
commit: 62f753be1d5ae9b61546b660b305cd475a2a675b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 14 03:25:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 14 03:59:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f753be

dev-python/jupyterlab-server: Bump to 2.22.1

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.22.1.ebuild| 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 0cd9d05e5616..8710c881f514 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1 +1,2 @@
 DIST jupyterlab_server-2.22.0.tar.gz 71374 BLAKE2B 
da27d6fb6d22db4aacd4c6c7a96ca748c5ba95d6b357fb45aa3383642b23bff7b61298eb01b8a80073080248e06fae35e04b1a7e4144018e84a6b548937ad0e6
 SHA512 
96484afe03a23f4aa6492b15e64b3f874b144af371d65c94693b708f9152e2762f98f0dea2b7464f8240740f4be56b2cd61a8869ef001521bbb4748dd0fc7005
+DIST jupyterlab_server-2.22.1.tar.gz 71443 BLAKE2B 
37273cb3251f358607936bb723e4c9b7d15aa9c6c0193d9cc14b5cf2ed07a5a50d8588b42c243193e3efb30cf0e000c6ea19f725e0f2c943eaf56d3b161dcbd9
 SHA512 
01d223b59ac906b4bfd5cc46db375abe67ffd518422625cae06e08266bee908dcf34b4544ff8f12aa45c9ac00a6473e164735423a9c55290f922a0e2d930eaa9

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.22.1.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.22.1.ebuild
new file mode 100644
index ..b3b9f406c2a3
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.22.1.ebuild
@@ -0,0 +1,69 @@
+# 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="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.28[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   =dev-python/importlib_metadata-4.8.3[${PYTHON_USEDEP}]
+   ' 3.9)
+"
+
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/jupyter-server[${PYTHON_USEDEP}]
+   =dev-python/openapi-core-0.16.1[${PYTHON_USEDEP}]
+   =dev-python/openapi-spec-validator-0.5.1[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/strict-rfc3339[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+# TODO: package autodoc_traits
+#distutils_enable_sphinx docs/source dev-python/pydata-sphinx-theme 
dev-python/myst-parser
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   tests/test_translation_api.py
+   )
+
+   EPYTEST_DESELECT=(
+   # Fails if terminal not available
+   tests/test_labapp.py::test_page_config
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_tornasync.plugin
+}



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

2023-04-08 Thread Michał Górny
commit: d52007fb1f565f4898d155d7e534394bab7a9ec9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  8 06:02:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  8 06:07:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52007fb

dev-python/jupyterlab-server: Remove old

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

 dev-python/jupyterlab-server/Manifest  |  2 -
 .../jupyterlab-server-2.20.0.ebuild| 69 --
 .../jupyterlab-server-2.21.0.ebuild| 69 --
 3 files changed, 140 deletions(-)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 5e9b0e70251a..0cd9d05e5616 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,3 +1 @@
-DIST jupyterlab_server-2.20.0.tar.gz 70481 BLAKE2B 
188b8a9bd2bfc5a27ce6f8488d7768484fd71ae8bb93f28c8a49f63b1aef13551c55d7e18531830df26617883f6b780a491d3522a0dcb3ecddcc433cfb35f97b
 SHA512 
7d9a86f56686344ffc1ad11a9fc7c736a2ac0e6b8c31f8b6d8e35e5fd982454b2362073038dfc2ed3a4f03ef53e2afcaa33fc2c956b63e44c3d1ae6efa1f9251
-DIST jupyterlab_server-2.21.0.tar.gz 70965 BLAKE2B 
bb959d2c5a507ac6ad2ed719e86a68590c51df51a126f8a44195c48ccb9a295ca0930d0c106cc9f753b3032aca4002d4edadf31f24602d22bf9d3be3eabe2fdb
 SHA512 
c3180983e6db932a4f243e977aaa0d7e7daed34788ba3a51d1414c5b625008ec524e0bf96a559bd85279146f9bd02c31eb2ac3451c40edba1751ed695c7c0791
 DIST jupyterlab_server-2.22.0.tar.gz 71374 BLAKE2B 
da27d6fb6d22db4aacd4c6c7a96ca748c5ba95d6b357fb45aa3383642b23bff7b61298eb01b8a80073080248e06fae35e04b1a7e4144018e84a6b548937ad0e6
 SHA512 
96484afe03a23f4aa6492b15e64b3f874b144af371d65c94693b708f9152e2762f98f0dea2b7464f8240740f4be56b2cd61a8869ef001521bbb4748dd0fc7005

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.20.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.20.0.ebuild
deleted file mode 100644
index 680acd032366..
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.20.0.ebuild
+++ /dev/null
@@ -1,69 +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="Server components for JupyterLab and JupyterLab like applications"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.28[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   =dev-python/importlib_metadata-4.8.3[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-"
-
-BDEPEND="
-   test? (
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/jupyter-server[${PYTHON_USEDEP}]
-   =dev-python/openapi-core-0.16.1[${PYTHON_USEDEP}]
-   =dev-python/openapi-spec-validator-0.5.1[${PYTHON_USEDEP}]
-   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
-   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/strict-rfc3339[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-# TODO: package autodoc_traits
-#distutils_enable_sphinx docs/source dev-python/pydata-sphinx-theme 
dev-python/myst-parser
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   tests/test_translation_api.py
-   )
-
-   EPYTEST_DESELECT=(
-   # Fails if terminal not available
-   tests/test_labapp.py::test_page_config
-   )
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_tornasync.plugin
-}

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.21.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.21.0.ebuild
deleted file mode 100644
index 680acd032366..
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.21.0.ebuild
+++ /dev/null
@@ -1,69 +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="Server components for JupyterLab and JupyterLab like applications"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyterlab/jupyterlab_server/
-   https://pypi.org/project/jupyterlab-server/

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

2023-04-07 Thread Michał Górny
commit: 8fec64971e73bd44d328df54cdfc9b686e53d6ef
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  7 12:57:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  7 13:38:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fec6497

dev-python/jupyterlab-server: Bump to 2.22.0

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.22.0.ebuild| 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 01ef8c4e4a05..5e9b0e70251a 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1,2 +1,3 @@
 DIST jupyterlab_server-2.20.0.tar.gz 70481 BLAKE2B 
188b8a9bd2bfc5a27ce6f8488d7768484fd71ae8bb93f28c8a49f63b1aef13551c55d7e18531830df26617883f6b780a491d3522a0dcb3ecddcc433cfb35f97b
 SHA512 
7d9a86f56686344ffc1ad11a9fc7c736a2ac0e6b8c31f8b6d8e35e5fd982454b2362073038dfc2ed3a4f03ef53e2afcaa33fc2c956b63e44c3d1ae6efa1f9251
 DIST jupyterlab_server-2.21.0.tar.gz 70965 BLAKE2B 
bb959d2c5a507ac6ad2ed719e86a68590c51df51a126f8a44195c48ccb9a295ca0930d0c106cc9f753b3032aca4002d4edadf31f24602d22bf9d3be3eabe2fdb
 SHA512 
c3180983e6db932a4f243e977aaa0d7e7daed34788ba3a51d1414c5b625008ec524e0bf96a559bd85279146f9bd02c31eb2ac3451c40edba1751ed695c7c0791
+DIST jupyterlab_server-2.22.0.tar.gz 71374 BLAKE2B 
da27d6fb6d22db4aacd4c6c7a96ca748c5ba95d6b357fb45aa3383642b23bff7b61298eb01b8a80073080248e06fae35e04b1a7e4144018e84a6b548937ad0e6
 SHA512 
96484afe03a23f4aa6492b15e64b3f874b144af371d65c94693b708f9152e2762f98f0dea2b7464f8240740f4be56b2cd61a8869ef001521bbb4748dd0fc7005

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.22.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.22.0.ebuild
new file mode 100644
index ..b3b9f406c2a3
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.22.0.ebuild
@@ -0,0 +1,69 @@
+# 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="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.28[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   =dev-python/importlib_metadata-4.8.3[${PYTHON_USEDEP}]
+   ' 3.9)
+"
+
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/jupyter-server[${PYTHON_USEDEP}]
+   =dev-python/openapi-core-0.16.1[${PYTHON_USEDEP}]
+   =dev-python/openapi-spec-validator-0.5.1[${PYTHON_USEDEP}]
+   dev-python/pytest-jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/strict-rfc3339[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+# TODO: package autodoc_traits
+#distutils_enable_sphinx docs/source dev-python/pydata-sphinx-theme 
dev-python/myst-parser
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   tests/test_translation_api.py
+   )
+
+   EPYTEST_DESELECT=(
+   # Fails if terminal not available
+   tests/test_labapp.py::test_page_config
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_tornasync.plugin
+}



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

2023-03-24 Thread Arthur Zamarin
commit: aef15cead4222d91cf4956a3eac3e678c918036a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 24 19:03:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 24 19:05:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef15cea

dev-python/jupyterlab-server: add 2.21.0

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.21.0.ebuild| 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 37f7508e1ff9..01ef8c4e4a05 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1 +1,2 @@
 DIST jupyterlab_server-2.20.0.tar.gz 70481 BLAKE2B 
188b8a9bd2bfc5a27ce6f8488d7768484fd71ae8bb93f28c8a49f63b1aef13551c55d7e18531830df26617883f6b780a491d3522a0dcb3ecddcc433cfb35f97b
 SHA512 
7d9a86f56686344ffc1ad11a9fc7c736a2ac0e6b8c31f8b6d8e35e5fd982454b2362073038dfc2ed3a4f03ef53e2afcaa33fc2c956b63e44c3d1ae6efa1f9251
+DIST jupyterlab_server-2.21.0.tar.gz 70965 BLAKE2B 
bb959d2c5a507ac6ad2ed719e86a68590c51df51a126f8a44195c48ccb9a295ca0930d0c106cc9f753b3032aca4002d4edadf31f24602d22bf9d3be3eabe2fdb
 SHA512 
c3180983e6db932a4f243e977aaa0d7e7daed34788ba3a51d1414c5b625008ec524e0bf96a559bd85279146f9bd02c31eb2ac3451c40edba1751ed695c7c0791

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.21.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.21.0.ebuild
new file mode 100644
index ..c3e034e2e133
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.21.0.ebuild
@@ -0,0 +1,69 @@
+# 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="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.28[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   =dev-python/importlib_metadata-4.8.3[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/jupyter-server[${PYTHON_USEDEP}]
+   =dev-python/openapi-core-0.16.1[${PYTHON_USEDEP}]
+   =dev-python/openapi-spec-validator-0.5.1[${PYTHON_USEDEP}]
+   dev-python/pytest_jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/strict-rfc3339[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+# TODO: package autodoc_traits
+#distutils_enable_sphinx docs/source dev-python/pydata-sphinx-theme 
dev-python/myst-parser
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   tests/test_translation_api.py
+   )
+
+   EPYTEST_DESELECT=(
+   # Fails if terminal not available
+   tests/test_labapp.py::test_page_config
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_tornasync.plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab-server/, dev-python/jupyterlab/, ...

2023-03-06 Thread Michał Górny
commit: 7e696aaee6a22ed802c60c9efe104edaa451eb6d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  7 05:42:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  7 07:06:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e696aae

Rename dev-python/{jupyterlab_server → jupyterlab-server}

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

 dev-python/{jupyterlab_server => jupyterlab-server}/Manifest   | 0
 .../jupyterlab-server-2.19.0.ebuild}   | 0
 dev-python/{jupyterlab_server => jupyterlab-server}/metadata.xml   | 0
 dev-python/jupyterlab/jupyterlab-3.5.3.ebuild  | 3 +--
 dev-python/jupyterlab/jupyterlab-3.6.1-r1.ebuild   | 3 +--
 profiles/updates/1Q-2023   | 1 +
 6 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/jupyterlab_server/Manifest 
b/dev-python/jupyterlab-server/Manifest
similarity index 100%
rename from dev-python/jupyterlab_server/Manifest
rename to dev-python/jupyterlab-server/Manifest

diff --git a/dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.19.0.ebuild
similarity index 100%
rename from dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild
rename to dev-python/jupyterlab-server/jupyterlab-server-2.19.0.ebuild

diff --git a/dev-python/jupyterlab_server/metadata.xml 
b/dev-python/jupyterlab-server/metadata.xml
similarity index 100%
rename from dev-python/jupyterlab_server/metadata.xml
rename to dev-python/jupyterlab-server/metadata.xml

diff --git a/dev-python/jupyterlab/jupyterlab-3.5.3.ebuild 
b/dev-python/jupyterlab/jupyterlab-3.5.3.ebuild
index 68b423e362c1..731711541db9 100644
--- a/dev-python/jupyterlab/jupyterlab-3.5.3.ebuild
+++ b/dev-python/jupyterlab/jupyterlab-3.5.3.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
dev-python/ipython[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/jupyter_core[${PYTHON_USEDEP}]
-   >=dev-python/jupyterlab_server-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jupyterlab-server-2.10[${PYTHON_USEDEP}]
>=dev-python/jupyter_server-1.16[${PYTHON_USEDEP}]
>=dev-python/nbclassic-0.2[${PYTHON_USEDEP}]
=dev-python/jupyterlab_server-2.19[${PYTHON_USEDEP}]
+   >=dev-python/jupyterlab-server-2.19[${PYTHON_USEDEP}]
>=dev-python/jupyter_server-1.16[${PYTHON_USEDEP}]
~dev-python/jupyter_ydoc-0.2.2[${PYTHON_USEDEP}]
>=dev-python/jupyter_server_ydoc-0.6.0[${PYTHON_USEDEP}]
@@ -40,7 +40,6 @@ BDEPEND="
test? (
dev-python/check-manifest[${PYTHON_USEDEP}]
dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/jupyterlab_server[${PYTHON_USEDEP}]
dev-python/openapi-core[${PYTHON_USEDEP}]
dev-python/openapi-spec-validator[${PYTHON_USEDEP}]
dev-python/pytest-console-scripts[${PYTHON_USEDEP}]

diff --git a/profiles/updates/1Q-2023 b/profiles/updates/1Q-2023
index c71c315dc265..32f6cf0dd0ec 100644
--- a/profiles/updates/1Q-2023
+++ b/profiles/updates/1Q-2023
@@ -17,3 +17,4 @@ move sys-apps/uutils sys-apps/uutils-coreutils
 move dev-python/myst_parser dev-python/myst-parser
 move dev-python/setuptools_scm dev-python/setuptools-scm
 move dev-python/netcdf4-python dev-python/netcdf4
+move dev-python/jupyterlab_server dev-python/jupyterlab-server



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

2023-03-06 Thread Michał Górny
commit: 03c30b56d7c9d6b1a98c2a952fb0a1d1dbc44f54
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  7 05:47:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  7 07:06:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c30b56

dev-python/jupyterlab-server: Bump to 2.20.0

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

 dev-python/jupyterlab-server/Manifest  |  1 +
 .../jupyterlab-server-2.20.0.ebuild| 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index ac441b956356..4a919968f631 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1 +1,2 @@
 DIST jupyterlab_server-2.19.0.tar.gz 69979 BLAKE2B 
f44eea3aa2a19c0f2e548b33e1677a8daf4b6098bfb682f3ebae816d38c6cd24769aea35053f2a9e656e5b2bba2a032d4bd75ba976d30238fa4d27c9a1a69867
 SHA512 
058a1663ca1d6663be9de1243b178637a61e2ff156ca00163d9f30301d8527ca26235f1d3183bc2b48b6b4b82dbea595a4c7f0a989736b603851f5d78f8da078
+DIST jupyterlab_server-2.20.0.tar.gz 70481 BLAKE2B 
188b8a9bd2bfc5a27ce6f8488d7768484fd71ae8bb93f28c8a49f63b1aef13551c55d7e18531830df26617883f6b780a491d3522a0dcb3ecddcc433cfb35f97b
 SHA512 
7d9a86f56686344ffc1ad11a9fc7c736a2ac0e6b8c31f8b6d8e35e5fd982454b2362073038dfc2ed3a4f03ef53e2afcaa33fc2c956b63e44c3d1ae6efa1f9251

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.20.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.20.0.ebuild
new file mode 100644
index ..6280fed7052a
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.20.0.ebuild
@@ -0,0 +1,69 @@
+# 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="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyterlab/jupyterlab_server/
+   https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/Babel-2.10[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.28[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_server-1.21[${PYTHON_USEDEP}]
+   =dev-python/importlib_metadata-4.8.3[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/jupyter_server[${PYTHON_USEDEP}]
+   =dev-python/openapi-core-0.16.1[${PYTHON_USEDEP}]
+   =dev-python/openapi-spec-validator-0.5.1[${PYTHON_USEDEP}]
+   dev-python/pytest_jupyter[${PYTHON_USEDEP}]
+   dev-python/pytest-tornasync[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/strict-rfc3339[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+# TODO: package autodoc_traits
+#distutils_enable_sphinx docs/source dev-python/pydata-sphinx-theme 
dev-python/myst-parser
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   tests/test_translation_api.py
+   )
+
+   EPYTEST_DESELECT=(
+   # Fails if terminal not available
+   tests/test_labapp.py::test_page_config
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_tornasync.plugin
+}