mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
b4a5b3ae7f
commit
9e5c2df678
1 changed files with 9 additions and 7 deletions
|
@ -478,15 +478,17 @@ HTML help files.")
|
||||||
(package
|
(package
|
||||||
(name "python-sphinxcontrib-jsmath")
|
(name "python-sphinxcontrib-jsmath")
|
||||||
(version "1.0.1")
|
(version "1.0.1")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sphinxcontrib-jsmath" version))
|
(uri (pypi-uri "sphinxcontrib-jsmath" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1f64w19j33sp151jimibraw6qrbhd5gxy8hs3797w9478m55x4m9"))))
|
||||||
"1f64w19j33sp151jimibraw6qrbhd5gxy8hs3797w9478m55x4m9"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;XXX: circular dependency on Sphinx
|
`(#:tests? #f)) ;XXX: circular dependency on Sphinx
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools))
|
||||||
(home-page "https://github.com/sphinx-doc/sphinxcontrib-jsmath")
|
(home-page "https://github.com/sphinx-doc/sphinxcontrib-jsmath")
|
||||||
(synopsis "Sphinx extension to render math equations")
|
(synopsis "Sphinx extension to render math equations")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue