[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
115/474: gnu: python-myst-parser: Update to 3.0.1.
From: |
guix-commits |
Subject: |
115/474: gnu: python-myst-parser: Update to 3.0.1. |
Date: |
Sat, 30 Nov 2024 18:20:02 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 13a7f44d50f45b482b2538375ef45ca4c3c55a0f
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
- 41/474: gnu: python-pycurl: Add missing inputs., (continued)
- 41/474: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/11/30
- 48/474: gnu: python-joblib: Add missing inputs., guix-commits, 2024/11/30
- 37/474: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/30
- 73/474: gnu: Add python-pytest-jupyter., guix-commits, 2024/11/30
- 75/474: gnu: Add python-nbclassic., guix-commits, 2024/11/30
- 103/474: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/30
- 104/474: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/30
- 106/474: gnu: Add python-pathable., guix-commits, 2024/11/30
- 108/474: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/30
- 112/474: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/11/30
- 115/474: gnu: python-myst-parser: Update to 3.0.1.,
guix-commits <=
- 109/474: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/30
- 205/474: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/30
- 344/474: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/30
- 464/474: gnu: python-pydocstyle: Update to 6.3.0., guix-commits, 2024/11/30
- 465/474: gnu: python-snowballstemmer: Update to 2.2.0., guix-commits, 2024/11/30
- 466/474: gnu: python-pylama: Update to 8.4.1., guix-commits, 2024/11/30
- 426/474: gnu: reprotest: Improve package style, guix-commits, 2024/11/30
- 469/474: gnu: python-cwcwidth: Update to 0.1.9., guix-commits, 2024/11/30
- 471/474: gnu: python-ddt: Update to 1.7.2., guix-commits, 2024/11/30
- 121/474: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/11/30