me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-promise.

* gnu/packages/python-xyz.scm (python2-promise): Delete variable.
(python-promise)[properties]: Delete field.
master
Maxim Cournoyer 2022-03-11 20:55:54 -05:00
parent db1532e1ad
commit d43568013e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 12 deletions

View File

@ -13944,20 +13944,8 @@ concurrent.futures package from Python 3.2")
(synopsis "Promises/A+ implementation for Python")
(description
"Promises/A+ implementation for Python")
(properties `((python2-variant . ,(delay python2-promise))))
(license license:expat)))
(define-public python2-promise
(let ((promise (package-with-python2
(strip-python2-variant python-promise))))
(package/inherit promise
(arguments (substitute-keyword-arguments (package-arguments promise)
((#:tests? _) #t)))
(native-inputs
`(("python2-futures" ,python2-futures)
("python2-pytest" ,python2-pytest)
,@(package-native-inputs promise))))))
(define-public python-progressbar2
(package
(name "python-progressbar2")