[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/361: gnu: Add python-jupyter-events.
From: |
guix-commits |
Subject: |
96/361: gnu: Add python-jupyter-events. |
Date: |
Fri, 22 Nov 2024 06:00:19 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 675d3beee9b89174e6c20576613d364cf3b92ace
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 22:25:38 2024 +0200
gnu: Add python-jupyter-events.
* gnu/packages/jupyter.scm (python-jupyter-events): New variable.
Change-Id: I50ff10d4c18aba4a5ef6d65af9c1fe98ca938917
---
gnu/packages/jupyter.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 2ea66acc56..b8f416117d 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -408,6 +408,43 @@ JupyterLab. It is a separate project in order to
accommodate creating
JupyterLab-like applications from a more limited scope.")
(license license:bsd-3)))
+(define-public python-jupyter-events
+ (package
+ (name "python-jupyter-events")
+ (version "0.10.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "jupyter_events" version))
+ (sha256
+ (base32 "08jyhj16drl3hg594gr677bc5q991lpd4khlhb3jx26csclq42v7"))))
+ (build-system pyproject-build-system)
+ (arguments
+ ;; This passes the whole command line to shutil.which, instead of just
+ ;; the executable.
+ (list #:test-flags '(list "--ignore=tests/test_cli.py")))
+ (propagated-inputs (list python-jsonschema
+ python-json-logger
+ python-pyyaml
+ python-referencing
+ python-rich
+ python-rfc3339-validator
+ python-rfc3986-validator
+ python-traitlets))
+ (native-inputs (list python-click
+ python-hatchling
+ python-pytest
+ python-pytest-asyncio
+ python-pytest-console-scripts))
+ (home-page "https://pypi.org/project/jupyter-events/")
+ (synopsis "Jupyter Event System library")
+ (description "Jupyter Events enables Jupyter Python
+Applications (e.g. Jupyter Server, JupyterLab Server, JupyterHub, etc.) to
+emit events—structured data describing things happening inside the
+application. Other software (e.g. client applications like JupyterLab) can
+listen and respond to these events.")
+ (license license:bsd-3)))
+
(define-public python-jupyter-packaging
(package
(name "python-jupyter-packaging")
- 89/361: gnu: python-nbformat: Update to 5.10.4., (continued)
- 89/361: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/22
- 111/361: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/22
- 211/361: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/22
- 215/361: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/11/22
- 165/361: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/11/22
- 172/361: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/22
- 175/361: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/11/22
- 183/361: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/11/22
- 191/361: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/22
- 78/361: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/11/22
- 96/361: gnu: Add python-jupyter-events.,
guix-commits <=
- 88/361: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/11/22
- 93/361: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/22
- 97/361: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/22
- 102/361: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/11/22
- 100/361: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 101/361: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/11/22
- 106/361: gnu: Add python-pathable., guix-commits, 2024/11/22
- 103/361: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/22
- 105/361: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/22
- 110/361: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/22