[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/474: gnu: python-markdown-it-py: Update to 3.0.0.
From: |
guix-commits |
Subject: |
21/474: gnu: python-markdown-it-py: Update to 3.0.0. |
Date: |
Sat, 30 Nov 2024 18:19:40 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 01cc54d1ae56f682049de5a3f85fae254ad88036
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 b23e622bfb..6c3c26c1a4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6461,19 +6461,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
- 16/474: gnu: Add missing import (again)., (continued)
- 16/474: gnu: Add missing import (again)., guix-commits, 2024/11/30
- 18/474: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/30
- 20/474: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/11/30
- 30/474: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/30
- 32/474: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/30
- 19/474: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/30
- 29/474: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/30
- 11/474: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/30
- 14/474: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/30
- 17/474: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/30
- 21/474: gnu: python-markdown-it-py: Update to 3.0.0.,
guix-commits <=
- 22/474: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/30
- 23/474: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/30
- 24/474: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/30
- 35/474: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/30
- 25/474: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/30
- 34/474: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/30
- 36/474: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/11/30
- 40/474: gnu: java-testng: Disable one test., guix-commits, 2024/11/30
- 54/474: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/30
- 58/474: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/30