gnu: python-sphinxcontrib-jsmath: Switch to pyproject-build-system.

* gnu/packages/sphinx.scm (python-sphinxcontrib-jsmath) [buld-system]:
  Use pyproject.
  [native-inputs]: Add python-setuptools.

Change-Id: I5102c58d9f9bcf0e898bca636f84d0189c4a0625
This commit is contained in:
Sharlatan Hellseher 2025-08-05 15:33:54 +01:00
parent b4a5b3ae7f
commit 9e5c2df678
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -478,15 +478,17 @@ HTML help files.")
(package
(name "python-sphinxcontrib-jsmath")
(version "1.0.1")
(source (origin
(source
(origin
(method url-fetch)
(uri (pypi-uri "sphinxcontrib-jsmath" version))
(sha256
(base32
"1f64w19j33sp151jimibraw6qrbhd5gxy8hs3797w9478m55x4m9"))))
(build-system python-build-system)
(base32 "1f64w19j33sp151jimibraw6qrbhd5gxy8hs3797w9478m55x4m9"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? #f)) ;XXX: circular dependency on Sphinx
(native-inputs
(list python-setuptools))
(home-page "https://github.com/sphinx-doc/sphinxcontrib-jsmath")
(synopsis "Sphinx extension to render math equations")
(description