* [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab_widgets/
@ 2024-05-21 9:55 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2024-05-21 9:55 UTC (permalink / raw
To: gentoo-commits
commit: f44758419fd28dfc7d32eee4aa91fff1e2a2feab
Author: Fabio Rossi <rossi.f <AT> inwind <DOT> it>
AuthorDate: Fri May 17 14:17:36 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May 21 09:55:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4475841
dev-python/jupyterlab_widgets: new package, add 3.0.10
Closes: https://bugs.gentoo.org/932031
Signed-off-by: Fabio Rossi <rossi.f <AT> inwind.it>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/jupyterlab_widgets/Manifest | 1 +
.../jupyterlab_widgets-3.0.10.ebuild | 25 ++++++++++++++++++++++
dev-python/jupyterlab_widgets/metadata.xml | 17 +++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-python/jupyterlab_widgets/Manifest b/dev-python/jupyterlab_widgets/Manifest
new file mode 100644
index 000000000000..6abad087c35f
--- /dev/null
+++ b/dev-python/jupyterlab_widgets/Manifest
@@ -0,0 +1 @@
+DIST jupyterlab_widgets-3.0.10.tar.gz 205549 BLAKE2B 7f31ffa65a6478f4007449fd9f1ea749144eda39afe21208b934fc33b2222e605a21e1cbfd61961b48c001b780eb75425444729fec931bb7fbb7f9afa290971d SHA512 a68de696b9d8c332c796242dd72d1a0cc33944373e97c826b8a971eb558565e55f4a0a59ba437e9bb9466695755193aa95ec74d69e54628931858f524c939da5
diff --git a/dev-python/jupyterlab_widgets/jupyterlab_widgets-3.0.10.ebuild b/dev-python/jupyterlab_widgets/jupyterlab_widgets-3.0.10.ebuild
new file mode 100644
index 000000000000..aba851fa4397
--- /dev/null
+++ b/dev-python/jupyterlab_widgets/jupyterlab_widgets-3.0.10.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=jupyter
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter interactive widgets for JupyterLab"
+HOMEPAGE="
+ https://ipython.org/
+ https://pypi.org/project/jupyterlab-widgets/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ >=dev-python/jupyterlab-4.1.8[${PYTHON_USEDEP}]
+ dev-python/jupyter-packaging[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/jupyterlab_widgets/metadata.xml b/dev-python/jupyterlab_widgets/metadata.xml
new file mode 100644
index 000000000000..64f57caac497
--- /dev/null
+++ b/dev-python/jupyterlab_widgets/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">jupyterlab_widgets</remote-id>
+ <remote-id type="github">jupyter-widgets/ipywidgets</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab_widgets/
@ 2024-06-05 4:58 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2024-06-05 4:58 UTC (permalink / raw
To: gentoo-commits
commit: 3380419167cdb69e7452b095580bf159b758688e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 04:54:29 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 5 04:58:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33804191
dev-python/jupyterlab_widgets: Bump to 3.0.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyterlab_widgets/Manifest | 1 +
.../jupyterlab_widgets-3.0.11.ebuild | 25 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/jupyterlab_widgets/Manifest b/dev-python/jupyterlab_widgets/Manifest
index 6abad087c35f..27ac9473953e 100644
--- a/dev-python/jupyterlab_widgets/Manifest
+++ b/dev-python/jupyterlab_widgets/Manifest
@@ -1 +1,2 @@
DIST jupyterlab_widgets-3.0.10.tar.gz 205549 BLAKE2B 7f31ffa65a6478f4007449fd9f1ea749144eda39afe21208b934fc33b2222e605a21e1cbfd61961b48c001b780eb75425444729fec931bb7fbb7f9afa290971d SHA512 a68de696b9d8c332c796242dd72d1a0cc33944373e97c826b8a971eb558565e55f4a0a59ba437e9bb9466695755193aa95ec74d69e54628931858f524c939da5
+DIST jupyterlab_widgets-3.0.11.tar.gz 203538 BLAKE2B 8208afd3dc9e8dd36a6ab77ac20d935b53a8c200401e9e423ca154e87c50379cced5ff785dc625ead7f09aaffd9af5835151a853224abce6e7c84c6ce199259e SHA512 27e8fec4817d3e37e1976c30db21f914b11dc3bb1e0aa7c584c811b3f9a54422136c7702bd32f7494851d87108182a8a9fe11686d515f4da19ee2a8f7a930755
diff --git a/dev-python/jupyterlab_widgets/jupyterlab_widgets-3.0.11.ebuild b/dev-python/jupyterlab_widgets/jupyterlab_widgets-3.0.11.ebuild
new file mode 100644
index 000000000000..aba851fa4397
--- /dev/null
+++ b/dev-python/jupyterlab_widgets/jupyterlab_widgets-3.0.11.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=jupyter
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter interactive widgets for JupyterLab"
+HOMEPAGE="
+ https://ipython.org/
+ https://pypi.org/project/jupyterlab-widgets/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ >=dev-python/jupyterlab-4.1.8[${PYTHON_USEDEP}]
+ dev-python/jupyter-packaging[${PYTHON_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-05 4:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 4:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab_widgets/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-05-21 9:55 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox