mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
910d1e5d07
commit
497c186a05
1 changed files with 0 additions and 11 deletions
|
@ -20801,17 +20801,6 @@ checking library.")
|
|||
python-tomli
|
||||
python-setuptools
|
||||
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/")
|
||||
(synopsis "Spellchecker for code")
|
||||
(description "Codespell fixes common misspellings in text files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue