mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1b726d78b8
commit
a48fc57a3a
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue