[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6.
From: |
guix-commits |
Subject: |
99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6. |
Date: |
Thu, 21 Nov 2024 06:28:58 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 1ac93cf750a0f8e9612cb24b3449cdf6faedbd39
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
- 360/361: gnu: python-dirty-equals: Update to 0.8.0., (continued)
- 360/361: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/21
- 89/361: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/21
- 54/361: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/21
- 68/361: gnu: Add python-isoduration., guix-commits, 2024/11/21
- 224/361: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/21
- 234/361: gnu: python-jsonpickle: Adjust inputs., guix-commits, 2024/11/21
- 330/361: gnu: meson-python: Update to 0.17.1., guix-commits, 2024/11/21
- 356/361: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/21
- 358/361: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/21
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/21
- 99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6.,
guix-commits <=
- 243/361: gnu: python-twine: Adjust inputs., guix-commits, 2024/11/21
- 225/361: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/21
- 239/361: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/21
- 244/361: gnu: python-notebook: Disable more failing tests., guix-commits, 2024/11/21
- 248/361: gnu: Add python-pytest-html., guix-commits, 2024/11/21
- 250/361: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/21
- 263/361: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/21
- 261/361: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/21
- 268/361: gnu: python-yt: Remove relax-requirements phase., guix-commits, 2024/11/21
- 273/361: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/21