gnu: Remove python2-promise.
* gnu/packages/python-xyz.scm (python2-promise): Delete variable. (python-promise)[properties]: Delete field.master
parent
db1532e1ad
commit
d43568013e
|
@ -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")
|
||||
|
|
Reference in New Issue