repo/gentoo:master commit in: dev-python/jupyter-builder/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786169235.472a9e28607ae9abb0ef2b71fbb89eb6e4f7b24b.mgorny@gentoo> |
commit: 472a9e28607ae9abb0ef2b71fbb89eb6e4f7b24b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 05:28:28 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 06:07:15 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472a9e28
dev-python/jupyter-builder: Bump to 1.2.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyter-builder/Manifest | 1 +
.../jupyter-builder/jupyter-builder-1.2.2.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/jupyter-builder/Manifest b/dev-python/jupyter-builder/Manifest
index 65c477ff3b10..0471f696ed44 100644
--- a/dev-python/jupyter-builder/Manifest
+++ b/dev-python/jupyter-builder/Manifest
@@ -1 +1,2 @@
DIST jupyter_builder-1.2.1.tar.gz 977454 BLAKE2B 1632a2ea0c17009a92152807069e68bc66aa978a65fcc4eeac6feb34c87f6041cd88cc5d80a6216dca48c0d5b200c92eda1eb2d6784eb4e19c09f5df3df16bfe SHA512 d1a19b66052cc0b8dc326515c7723a20d03bf9d921ae9350558596d4fb217d9d2bf55fb9695a648fd15bbf7dd002ae54f37bb9f1ad72b36bc3a86c060739e152
+DIST jupyter_builder-1.2.2.tar.gz 981074 BLAKE2B 6303dda06315ccc1d68c7b92be3490aabd9173e6e00ae4296b7606cc3fc955df4d6fd1ef4bf36bbf23e1a31ccb5f6afc1ca09fd588294a8e5b6150bd45167e74 SHA512 9d09f558c5e623dbcdfc74e7b4afadfa35249fb02e8ebb21f743266c6bcb7330f0ff6bf94a7dfc18899bf21e4be7f6b9fe4a85cc6116870f07b5e56d60a1dd9a
diff --git a/dev-python/jupyter-builder/jupyter-builder-1.2.2.ebuild b/dev-python/jupyter-builder/jupyter-builder-1.2.2.ebuild
new file mode 100644
index 000000000000..9675c29f475d
--- /dev/null
+++ b/dev-python/jupyter-builder/jupyter-builder-1.2.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{12..15} )
+
+inherit distutils-r1 pypi xdg
+
+DESCRIPTION="JupyterLab build tools"
+HOMEPAGE="
+ https://jupyter.org/
+ https://github.com/jupyterlab/jupyter-builder
+ https://pypi.org/project/jupyter-builder/
+"
+
+LICENSE="BSD MIT ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+
+RDEPEND="
+ !<dev-python/jupyterlab-4.6.0
+ dev-python/jupyter-core[${PYTHON_USEDEP}]
+ dev-python/traitlets[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? (
+ dev-python/jinja2-time[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_IGNORE=(
+ # TODO: package copier
+ tests/test_tpl.py
+)
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest