[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/231: gnu: python-markdown-it-py: Update to 3.0.0.
From: |
guix-commits |
Subject: |
21/231: gnu: python-markdown-it-py: Update to 3.0.0. |
Date: |
Tue, 15 Oct 2024 17:10:47 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-old
in repository guix.
commit 160f89e8a18c0bf21b232df2d10ff725068a54b2
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 5ac2fe28cb..f9583246d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6168,19 +6168,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
- 02/231: gnu: python-imagesize: Update to 1.4.1., (continued)
- 02/231: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/10/15
- 04/231: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/10/15
- 07/231: gnu: criu: Remove temporary workaround., guix-commits, 2024/10/15
- 05/231: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/10/15
- 14/231: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/10/15
- 16/231: gnu: Add missing import (again)., guix-commits, 2024/10/15
- 11/231: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/10/15
- 12/231: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/10/15
- 13/231: doc: Document new options for pyproject-build-system., guix-commits, 2024/10/15
- 06/231: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/10/15
- 21/231: gnu: python-markdown-it-py: Update to 3.0.0.,
guix-commits <=
- 09/231: guix: toml: Add TOML parser., guix-commits, 2024/10/15
- 19/231: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/10/15
- 08/231: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/10/15
- 10/231: build-system/pyproject: Use TOML parser., guix-commits, 2024/10/15
- 22/231: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/10/15
- 23/231: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/10/15
- 24/231: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/10/15
- 26/231: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/10/15
- 27/231: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/10/15
- 28/231: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/10/15