[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
115/361: gnu: python-myst-parser: Update to 3.0.1.
From: |
guix-commits |
Subject: |
115/361: gnu: python-myst-parser: Update to 3.0.1. |
Date: |
Fri, 22 Nov 2024 06:00:23 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 2111e1aa56eb766a297a46f57ec9a43f751d4d1d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 10:23:15 2024 +0200
gnu: python-myst-parser: Update to 3.0.1.
* gnu/packages/sphinx.scm (python-myst-parser): Update to 3.0.1.
[arguments]: Adjust tests; remove extra build phases.
Change-Id: I1990d2156958dc437875bf1f7f8b4defc147e58a
---
gnu/packages/sphinx.scm | 26 ++++++--------------------
1 file changed, 6 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 747c526011..c826617a9f 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -924,8 +924,7 @@ and several other projects.")
(define-public python-myst-parser
(package
(name "python-myst-parser")
- ;; The latest version (v2.0.0) require Sphinx >= v6.
- (version "0.18.1")
+ (version "3.0.1")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -934,26 +933,13 @@ and several other projects.")
(file-name (git-file-name name version))
(sha256
(base32
- "0lcz9vvy8hbp6cjmbslrlxn3pinf98jykiq8nx5lw5y0lz0mj162"))))
+ "0lac1mf9pnbmr1jcllhh0sh0y4cnmncx36g2mjbwyd6rm6akbajc"))))
(build-system pyproject-build-system)
(arguments
- ;; There are 3 test failures, seemingly due to expecting a slightly
- ;; different output from Sphinx (see:
- ;; https://github.com/executablebooks/MyST-Parser/issues/645).
- (list #:test-flags #~(list "-k" (string-append
- "not test_basic "
- "and not test_gettext_html "
- "and not test_fieldlist_extension "
- "and not test_syntax_extensions"))
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- (substitute* "pyproject.toml"
- ;; "mdit-py-plugins~=0.3.1"
- (("0.3.1") "0.4.0")
- ;; "markdown-it-py>=1.0.0,<3.0.0"
- (("3.0.0") "4.0.0")))))))
+ (list
+ #:test-flags
+ ;; "Currently only dot format is supported."
+ '(list "--ignore=tests/test_renderers/test_parse_directives.py")))
(native-inputs
(list python-beautifulsoup4
python-docutils
- 63/361: gnu: python-rich: Remove python-ipywidgets., (continued)
- 63/361: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/22
- 74/361: gnu: Add python-notebook-shim., guix-commits, 2024/11/22
- 77/361: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/22
- 65/361: gnu: Add python-referencing., guix-commits, 2024/11/22
- 87/361: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/11/22
- 90/361: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/11/22
- 83/361: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/22
- 86/361: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/22
- 98/361: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/11/22
- 112/361: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/11/22
- 115/361: gnu: python-myst-parser: Update to 3.0.1.,
guix-commits <=
- 133/361: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/11/22
- 148/361: gnu: Add xcffibgen., guix-commits, 2024/11/22
- 149/361: gnu: Add ghc-language-python., guix-commits, 2024/11/22
- 132/361: gnu: Add python-comm., guix-commits, 2024/11/22
- 152/361: gnu: qtile: Improve package style., guix-commits, 2024/11/22
- 22/361: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/22
- 17/361: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/22
- 21/361: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/22
- 57/361: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 70/361: gnu: Add python-fqdn., guix-commits, 2024/11/22