gnu: python-codespell: Improve package style.

* gnu/packages/python-xyz.scm (python-codespell):
  [arguments]: Remove uneeded field.

Change-Id: I0d265e9c606730e8208376a7e0970d1c7a7d7a50
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Nicolas Graves 2024-05-10 00:53:00 +02:00 committed by Sharlatan Hellseher
parent 910d1e5d07
commit 497c186a05
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -20801,17 +20801,6 @@ checking library.")
python-tomli python-tomli
python-setuptools python-setuptools
python-wheel)) python-wheel))
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda* (#:key outputs tests? #:allow-other-keys)
(when tests?
;; Make installed executable available for running the tests.
(setenv "PATH"
(string-append (assoc-ref outputs "out") "/bin"
":" (getenv "PATH")))
(invoke "pytest" "-vv")))))))
(home-page "https://github.com/codespell-project/codespell/") (home-page "https://github.com/codespell-project/codespell/")
(synopsis "Spellchecker for code") (synopsis "Spellchecker for code")
(description "Codespell fixes common misspellings in text files. (description "Codespell fixes common misspellings in text files.