gnu: python-markdown: Update to 3.8.2.

* gnu/packages/python-xyz.scm (python-markdown): Update to 3.8.2.
  [build-system]: Use pyproject.
  [native-inputs]: Remove python-nose; add python-setuptools.

Change-Id: I40086d36114b667f637d0725d9a315870188fc0b
This commit is contained in:
Sharlatan Hellseher 2025-07-17 21:27:47 +01:00
parent 156cef9b78
commit 38c3886e50
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -16931,17 +16931,18 @@ Python.")
(define-public python-markdown (define-public python-markdown
(package (package
(name "python-markdown") (name "python-markdown")
(version "3.3.4") (version "3.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Markdown" version)) (uri (pypi-uri "markdown" version))
(sha256 (sha256
(base32 (base32
"0jbs73nincha8fkfxx267sfxac6pl0ckszjbqbb8gk4dhs8v9d9i")))) "0ibw4didlgfffpzc807rak96df3mwqijbrhw8dkpzqhjvmq9lyr4"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-nose python-pyyaml)) (list python-pyyaml
python-setuptools))
(home-page "https://python-markdown.github.io/") (home-page "https://python-markdown.github.io/")
(synopsis "Python implementation of Markdown") (synopsis "Python implementation of Markdown")
(description (description