Skip to content
Snippets Groups Projects
Unverified Commit 2c880ef4 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: Add python-rope.


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

Co-authored-by: default avatarBrett Gilio <brettg@posteo.net>
parent afb29715
No related branches found
No related tags found
No related merge requests found
......@@ -8859,6 +8859,16 @@ (define-public python2-rope
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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment