[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/46: gnu: python-jupyter-server-mathjax: Update to 0.2.6.
From: |
guix-commits |
Subject: |
37/46: gnu: python-jupyter-server-mathjax: Update to 0.2.6. |
Date: |
Tue, 7 May 2024 18:34:04 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit acfa99b42ff927b82586443dc75e47c136749e37
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 22:51:13 2024 +0200
gnu: python-jupyter-server-mathjax: Update to 0.2.6.
* gnu/packages/jupyter.scm (python-jupyter-server-mathjax): Update to 0.2.6.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase.
[native-inputs]: Remove python-jupyter-server and python-pytest-tornasync;
add
python-pytest-jupyter, python-setuptools, and python-wheel.
Change-Id: Ic6cf3d39fdf786523ab69482de48e815a77949b9
---
gnu/packages/jupyter.scm | 23 ++++++++---------------
1 file changed, 8 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 570c603534..498a1b3b8f 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -678,30 +678,23 @@ for authoring custom addons.")
(define-public python-jupyter-server-mathjax
(package
(name "python-jupyter-server-mathjax")
- (version "0.2.5")
+ (version "0.2.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jupyter_server_mathjax" version))
(sha256
- (base32 "1cz7grhj9jih9mgw4xk7a4bqy1fwlb1jsawh6ykxnvpydn76rnb4"))))
- (build-system python-build-system)
+ (base32 "0hrrl969r7ir6q683hlr7a4lid9x2s35hax2hviiyv38q1nnn7mv"))))
+ (build-system pyproject-build-system)
(arguments
(list
- #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (with-directory-excursion "/tmp"
- (invoke "pytest" "-vv"
- "--pyargs" "jupyter_server_mathjax"))))))))
+ #:test-flags
+ '(list "--pyargs" "jupyter_server_mathjax")))
(propagated-inputs (list python-jupyter-server))
(native-inputs
- (list python-jupyter-server
- python-jupyter-packaging
- python-pytest
- python-pytest-tornasync))
+ (list python-jupyter-packaging
+ python-pytest python-pytest-jupyter
+ python-setuptools python-wheel))
(home-page "https://jupyter.org")
(synopsis "Jupyter Server extension for serving Mathjax")
(description "This package provides a Jupyter Server extension for serving
- 21/46: gnu: python-pytest-tornasync: Use Tornado 6., (continued)
- 21/46: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/05/07
- 23/46: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/05/07
- 24/46: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/05/07
- 26/46: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/05/07
- 28/46: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/05/07
- 31/46: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/05/07
- 39/46: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/05/07
- 45/46: gnu: Add python-jsonschema-path., guix-commits, 2024/05/07
- 22/46: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/05/07
- 12/46: gnu: Add python-notebook-shim., guix-commits, 2024/05/07
- 37/46: gnu: python-jupyter-server-mathjax: Update to 0.2.6.,
guix-commits <=
- 40/46: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/05/07
- 42/46: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/05/07
- 41/46: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/05/07
- 43/46: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/05/07
- 27/46: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/05/07
- 36/46: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/05/07
- 46/46: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/05/07
- 44/46: gnu: Add python-pathable., guix-commits, 2024/05/07
- 25/46: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/05/07
- 32/46: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/05/07