~ruther/guix-local

a48fc57a3ad8db35d3d5c024314570252498bfee — Vinicius Monego a year ago 1b726d7
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
1 files changed, 2 insertions(+), 3 deletions(-)

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