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 98d27e7c4e
commit f3b5a5ead7
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 (define-public python-mdx-gh-links
(package (package
(name "python-mdx-gh-links") (name "python-mdx-gh-links")
(version "0.2") (version "0.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "mdx_gh_links" version)) (uri (pypi-uri "mdx_gh_links" version))
(sha256 (sha256
(base32 "167k1jbp3jifxbnlpi6wy0z1skam7gqv2sixb5bhggb2vypqvysr")))) (base32 "11inr9azx6c174yfikysbw0mx7mpjm03qdqr1am2a510mg1amma1"))))
(build-system python-build-system) (build-system pyproject-build-system)
(arguments (list #:tests? #f)) ;tests connect github (arguments (list #:tests? #f)) ;tests connect github
(native-inputs (list python-setuptools))
(propagated-inputs (list python-markdown)) (propagated-inputs (list python-markdown))
(home-page "https://github.com/Python-Markdown/github-links/") (home-page "https://github.com/Python-Markdown/github-links/")
(synopsis "Python-Markdown extension adding support for shorthand links") (synopsis "Python-Markdown extension adding support for shorthand links")