[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: python-markdown-it-py: Update to 3.0.0.
From: |
guix-commits |
Subject: |
01/07: gnu: python-markdown-it-py: Update to 3.0.0. |
Date: |
Tue, 27 Feb 2024 04:25:14 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 070bb31fbefe0817931ea5ee26ee571e973bfce2
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 e5aeeef14e..51340e4960 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5966,19 +5966,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 updated (b77f45a62c -> b5149d2704), guix-commits, 2024/02/27
- 01/07: gnu: python-markdown-it-py: Update to 3.0.0.,
guix-commits <=
- 02/07: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/02/27
- 03/07: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/02/27
- 04/07: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/02/27
- 05/07: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/02/27
- 06/07: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/02/27
- 07/07: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/02/27