gnu: Add python-rope.

* gnu/packages/python-xyz.scm (python-rope): New variable.

Co-authored-by: Brett Gilio <brettg@posteo.net>
master
Ludovic Courtès 2019-02-07 22:05:19 -06:00
parent afb2971506
commit 2c880ef4e5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 10 additions and 0 deletions

View File

@ -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")