commit:     5fa4769d00bf63c400c62971ae0a8089f4aa9a45
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 04:06:15 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  4 04:16:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa4769d

dev-python/jupyter-events: Bump to 0.12.0

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

 dev-python/jupyter-events/Manifest                 |  1 +
 .../jupyter-events/jupyter-events-0.12.0.ebuild    | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/jupyter-events/Manifest 
b/dev-python/jupyter-events/Manifest
index 8b75a25da0e7..724862a36baa 100644
--- a/dev-python/jupyter-events/Manifest
+++ b/dev-python/jupyter-events/Manifest
@@ -1 +1,2 @@
 DIST jupyter_events-0.11.0.tar.gz 62039 BLAKE2B 
0a6d4598c763c59595d66e8ea30c0c056e48600a024e138258a6d0b306a002b10bf2eabaad78bb7ca1280b214660cd682737518c503437ba4921451473cb0d92
 SHA512 
a19458ca9e2b9c44af1a7b4b80259aa4f67b318a5bf6ca7a9b4e24c6e6923b64947b6de8f9476e354b090542bfd9af5b7db2479df0e08ff3617d7c0f32cc267e
+DIST jupyter_events-0.12.0.tar.gz 62196 BLAKE2B 
8c9c46a0c7a932a27b176abb0805b5e7aeff256ec6e3e1b76e8608fb8bd0eda6729608be2d9a28e76c37c6c8f62ecdcb1be497ccf57c5b93679d900b298fb9ea
 SHA512 
8f105e4bc8aae65170127bc2d9a0f49ace7bff23e93e99219a41444d83501e32a0dc9b637de5b7a7d085f192f775d4197ec0d1e3bf0a0fc9c15787c82978f42c

diff --git a/dev-python/jupyter-events/jupyter-events-0.12.0.ebuild 
b/dev-python/jupyter-events/jupyter-events-0.12.0.ebuild
new file mode 100644
index 000000000000..af0b30b608d0
--- /dev/null
+++ b/dev-python/jupyter-events/jupyter-events-0.12.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter Event System library"
+HOMEPAGE="
+       https://jupyter.org/
+       https://github.com/jupyter/jupyter_events/
+       https://pypi.org/project/jupyter-events/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+# jsonschema[format-nongpl] deps are always on in our ebuild
+RDEPEND="
+       >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
+       dev-python/packaging[${PYTHON_USEDEP}]
+       >=dev-python/python-json-logger-2.0.4[${PYTHON_USEDEP}]
+       >=dev-python/pyyaml-5.3[${PYTHON_USEDEP}]
+       dev-python/referencing[${PYTHON_USEDEP}]
+       >=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               dev-python/click[${PYTHON_USEDEP}]
+               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+               dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
+               dev-python/rich[${PYTHON_USEDEP}]
+       )
+"
+
+# TODO: package jupyterlite-sphinx
+# distutils_enable_sphinx docs
+distutils_enable_tests pytest

Reply via email to