gnu: Add python-rope.
* gnu/packages/python-xyz.scm (python-rope): New variable. Co-authored-by: Brett Gilio <brettg@posteo.net>
This commit is contained in:
parent
afb2971506
commit
2c880ef4e5
|
@ -8859,6 +8859,16 @@ and parameters in Python 2 source code. These refactorings can also be applied
|
|||
to occurrences in strings and comments.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public python-rope
|
||||
(package
|
||||
(inherit python2-rope)
|
||||
(name "python-rope")
|
||||
(arguments `(#:python ,python-wrapper
|
||||
;; XXX: Only partial python3 support, results in some failing
|
||||
;; tests: <https://github.com/python-rope/rope/issues/247>.
|
||||
#:tests? #f))
|
||||
(properties `((python2-variant . ,(delay python2-rope))))))
|
||||
|
||||
(define-public python-py3status
|
||||
(package
|
||||
(name "python-py3status")
|
||||
|
|
Loading…
Reference in New Issue