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

* gnu/packages/python-xyz.scm (python-langdetect)[build-system]: Use
pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.
[propagated-inputs]: Remove python-six.

Change-Id: I5e5057d6804ef5fec4c0be8dfd8d4b4ddc24ae88
This commit is contained in:
Vinicius Monego 2025-06-26 10:48:49 -03:00
parent 1b726d78b8
commit a48fc57a3a
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -17958,9 +17958,8 @@ primary use case is APIs defined before keyword-only parameters existed.")
(uri (pypi-uri "langdetect" version)) (uri (pypi-uri "langdetect" version))
(sha256 (sha256
(base32 "1805svvb7xjm4sf1j7b6nc3409x37pd1xmabfwwjf1ldkzwgxhfb")))) (base32 "1805svvb7xjm4sf1j7b6nc3409x37pd1xmabfwwjf1ldkzwgxhfb"))))
(build-system python-build-system) (build-system pyproject-build-system)
(propagated-inputs (native-inputs (list python-pytest python-setuptools python-wheel))
(list python-six))
(home-page "https://github.com/Mimino666/langdetect") (home-page "https://github.com/Mimino666/langdetect")
(synopsis "Language detection library") (synopsis "Language detection library")
(description (description