gnu: python-pylatexenc: Use pyproject-build-system.

* gnu/packages/python-xyz.scm (python-pylatexenc)[source]: Remove
file-name.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.

Change-Id: I96994cef50b30e4616d02d70b47ffd6bcd5c80ed
This commit is contained in:
Vinicius Monego 2025-06-25 19:27:54 -03:00
parent eb0c03e82c
commit 7d57257b09
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -4116,14 +4116,14 @@ approximate nearest neighbor search with Python bindings.")
(package (package
(name "python-pylatexenc") (name "python-pylatexenc")
(version "2.10") (version "2.10")
(source (origin (source
(method url-fetch) (origin
(uri (pypi-uri "pylatexenc" version)) (method url-fetch)
(file-name (string-append name "-" version ".tar.gz")) (uri (pypi-uri "pylatexenc" version))
(sha256 (sha256
(base32 (base32 "1ls09z47b5md71gkxcj7fd87ynpvv2walgp2w6z31p26xf2gvn1x"))))
"1ls09z47b5md71gkxcj7fd87ynpvv2walgp2w6z31p26xf2gvn1x")))) (build-system pyproject-build-system)
(build-system python-build-system) (native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/phfaist/pylatexenc") (home-page "https://github.com/phfaist/pylatexenc")
(synopsis "LaTeX parser for Unicode/LaTeX conversion") (synopsis "LaTeX parser for Unicode/LaTeX conversion")
(description (description