gnu: python-radon: Update to 5.1.0.
* gnu/packages/python-xyz.scm (python-radon): Update to 5.1.0. [propagated-inputs]: Remove python-flake8-polyfill.
parent
0aa4311790
commit
e326552698
|
@ -19033,14 +19033,14 @@ while only declaring the test-specific fields.")
|
||||||
(define-public python-radon
|
(define-public python-radon
|
||||||
(package
|
(package
|
||||||
(name "python-radon")
|
(name "python-radon")
|
||||||
(version "4.1.0")
|
(version "5.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "radon" version))
|
(uri (pypi-uri "radon" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vfxxzbnz5lxfvp0yxp35g6c8qqnnbhi4dm7shkm1d3d4192q22n"))))
|
"1vmf56zsf3paa1jadjcjghiv2kxwiismyayq42ggnqpqwm98f7fb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
@ -19054,10 +19054,8 @@ while only declaring the test-specific fields.")
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "python" "radon/tests/run.py"))))))
|
(invoke "python" "radon/tests/run.py"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs (list python-colorama python-mando))
|
||||||
(list python-colorama python-flake8-polyfill python-mando))
|
(native-inputs (list python-pytest python-pytest-mock))
|
||||||
(native-inputs
|
|
||||||
(list python-pytest python-pytest-mock))
|
|
||||||
(home-page "https://radon.readthedocs.org/")
|
(home-page "https://radon.readthedocs.org/")
|
||||||
(synopsis "Code Metrics in Python")
|
(synopsis "Code Metrics in Python")
|
||||||
(description "Radon is a Python tool which computes various code metrics.
|
(description "Radon is a Python tool which computes various code metrics.
|
||||||
|
|
Reference in New Issue