[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/222: gnu: python-jupyter-server-mathjax: Update to 0.2.6.
From: |
guix-commits |
Subject: |
99/222: gnu: python-jupyter-server-mathjax: Update to 0.2.6. |
Date: |
Fri, 1 Nov 2024 10:56:31 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 4af08a508392b859a09b4bd47b38ee571170a7e7
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 5499e09bef..db7a71637b 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -679,30 +679,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
- 175/222: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., (continued)
- 175/222: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/11/01
- 180/222: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/01
- 194/222: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/01
- 201/222: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/01
- 208/222: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/01
- 209/222: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/01
- 211/222: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/01
- 214/222: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/11/01
- 218/222: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/11/01
- 113/222: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/01
- 99/222: gnu: python-jupyter-server-mathjax: Update to 0.2.6.,
guix-commits <=
- 103/222: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/01
- 222/222: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/01
- 117/222: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/01
- 125/222: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/01
- 127/222: gnu: python-pyls-black: Add missing input., guix-commits, 2024/11/01
- 143/222: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/01
- 151/222: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/01
- 153/222: gnu: python-apiron: Move to pyproject-build-system., guix-commits, 2024/11/01
- 122/222: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/01
- 128/222: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/11/01