[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/222: gnu: python-markdown-it-py: Update to 3.0.0.
From: |
guix-commits |
Subject: |
21/222: gnu: python-markdown-it-py: Update to 3.0.0. |
Date: |
Fri, 1 Nov 2024 10:56:15 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 8cb1f6f2e70bf85a6ccff9ff0f8379c601a026ff
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Tue Feb 13 14:15:38 2024 +0000
gnu: python-markdown-it-py: Update to 3.0.0.
* gnu/packages/python-xyz.scm (python-markdown-it-py): Update to 3.0.0.
[propagated-inputs]: Remove python-typing-extensions; add python-commonmark,
python-linkify-it-py, python-markdown, python-mistletoe,
python-mistune, python-panflute, python-psutil, and python-pyyaml.
[native-inputs]: Remove python-flit; add python-flit-core.
Change-Id: I5dc06b163ddbec0a32a9d7c3da2c834b2e74cd74
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/python-xyz.scm | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 465ceecefe..4c640a5020 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6457,19 +6457,26 @@ given signature. It was largely inspired by
@code{python-decorator} and
(define-public python-markdown-it-py
(package
(name "python-markdown-it-py")
- (version "2.1.0")
+ (version "3.0.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "markdown-it-py" version))
(sha256
(base32
- "1nh75i72584r70alhqc479gys04s5m5g3vq601yf2njbs7z5jzng"))))
+ "1swgvyiavak0nmfb31lq5zck5chwhmyf6qb6qwpcav86zaa0mxp3"))))
(build-system pyproject-build-system)
(arguments (list #:tests? #f)) ;pypi source does not contains tests
- (native-inputs (list python-flit))
+ (native-inputs (list python-flit-core))
(propagated-inputs
- (list python-mdurl
- python-typing-extensions))
+ (list python-commonmark
+ python-linkify-it-py
+ python-markdown
+ python-mdurl
+ python-mistletoe
+ python-mistune
+ python-panflute
+ python-psutil
+ python-pyyaml))
(home-page "https://github.com/executablebooks/markdown-it-py")
(synopsis "Python port of markdown-it")
(description
- branch python-team created (now 6dadf52157), guix-commits, 2024/11/01
- 01/222: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/11/01
- 04/222: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/11/01
- 02/222: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/11/01
- 06/222: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/01
- 08/222: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/11/01
- 10/222: build-system/pyproject: Use TOML parser., guix-commits, 2024/11/01
- 11/222: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/01
- 21/222: gnu: python-markdown-it-py: Update to 3.0.0.,
guix-commits <=
- 38/222: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/01
- 42/222: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/01
- 30/222: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/01
- 40/222: gnu: java-testng: Disable one test., guix-commits, 2024/11/01
- 48/222: gnu: python-joblib: Add missing inputs., guix-commits, 2024/11/01
- 09/222: guix: toml: Add TOML parser., guix-commits, 2024/11/01
- 05/222: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/01
- 15/222: gnu: Add missing import., guix-commits, 2024/11/01
- 18/222: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/01
- 14/222: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/01