mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: Remove python2-radon.
* gnu/packages/python-xyz.scm (python2-radon): Delete variable.
This commit is contained in:
parent
34f6230b88
commit
3fbcab1e38
1 changed files with 0 additions and 9 deletions
|
@ -20481,17 +20481,8 @@ (define-public python-radon
|
||||||
@item Halstead metrics (all of them)
|
@item Halstead metrics (all of them)
|
||||||
@item the Maintainability Index (a Visual Studio metric)
|
@item the Maintainability Index (a Visual Studio metric)
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(properties `((python2-variant . ,(delay python2-radon))))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-radon
|
|
||||||
(let ((base (package-with-python2 (strip-python2-variant python-radon))))
|
|
||||||
(package/inherit base
|
|
||||||
(propagated-inputs
|
|
||||||
`(("python-configparser" ,python2-configparser)
|
|
||||||
("python-future" ,python2-future)
|
|
||||||
,@(package-propagated-inputs base))))))
|
|
||||||
|
|
||||||
(define-public python-sure
|
(define-public python-sure
|
||||||
(package
|
(package
|
||||||
(name "python-sure")
|
(name "python-sure")
|
||||||
|
|
Loading…
Reference in a new issue