gnu: python-mccabe: Add missing python-toml input.
* gnu/packages/python-xyz.scm (python-mccabe)[native-inputs]: Add python-toml. [home-page]: Update home page.
This commit is contained in:
parent
be7061cea3
commit
bafe510b3e
1 changed files with 3 additions and 2 deletions
|
@ -8261,9 +8261,10 @@ PEP 8.")
|
||||||
"07w3p1qm44hgxf3vvwz84kswpsx6s7kvaibzrsx5dzm0hli1i3fx"))))
|
"07w3p1qm44hgxf3vvwz84kswpsx6s7kvaibzrsx5dzm0hli1i3fx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest-bootstrap)
|
`(("python-toml", python-toml)
|
||||||
|
("python-pytest" ,python-pytest-bootstrap)
|
||||||
("python-pytest-runner" ,python-pytest-runner)))
|
("python-pytest-runner" ,python-pytest-runner)))
|
||||||
(home-page "https://github.com/flintwork/mccabe")
|
(home-page "https://github.com/PyCQA/mccabe")
|
||||||
(synopsis "McCabe checker, plugin for flake8")
|
(synopsis "McCabe checker, plugin for flake8")
|
||||||
(description
|
(description
|
||||||
"This package provides a Flake8 plug-in to compute the McCabe cyclomatic
|
"This package provides a Flake8 plug-in to compute the McCabe cyclomatic
|
||||||
|
|
Reference in a new issue