gnu: python-mdx-gh-links: Update to 0.4.

* gnu/packages/python-xyz.scm (python-mdx-gh-links): Update to 0.4.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: I98370aabb14c2465f0fed4399d57e87b3f7b0f69
This commit is contained in:
Sharlatan Hellseher 2025-09-20 21:13:22 +01:00
parent bcf17b7e00
commit 540d5afe91
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3187,15 +3187,16 @@ ports.")
(define-public python-mdx-gh-links
(package
(name "python-mdx-gh-links")
(version "0.2")
(version "0.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mdx_gh_links" version))
(sha256
(base32 "167k1jbp3jifxbnlpi6wy0z1skam7gqv2sixb5bhggb2vypqvysr"))))
(build-system python-build-system)
(base32 "11inr9azx6c174yfikysbw0mx7mpjm03qdqr1am2a510mg1amma1"))))
(build-system pyproject-build-system)
(arguments (list #:tests? #f)) ;tests connect github
(native-inputs (list python-setuptools))
(propagated-inputs (list python-markdown))
(home-page "https://github.com/Python-Markdown/github-links/")
(synopsis "Python-Markdown extension adding support for shorthand links")