mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python2-promise.
* gnu/packages/python-xyz.scm (python2-promise): Delete variable. (python-promise)[properties]: Delete field.
This commit is contained in:
parent
db1532e1ad
commit
d43568013e
1 changed files with 0 additions and 12 deletions
|
@ -13944,20 +13944,8 @@ concurrent.futures package from Python 3.2")
|
||||||
(synopsis "Promises/A+ implementation for Python")
|
(synopsis "Promises/A+ implementation for Python")
|
||||||
(description
|
(description
|
||||||
"Promises/A+ implementation for Python")
|
"Promises/A+ implementation for Python")
|
||||||
(properties `((python2-variant . ,(delay python2-promise))))
|
|
||||||
(license license:expat)))
|
(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
|
(define-public python-progressbar2
|
||||||
(package
|
(package
|
||||||
(name "python-progressbar2")
|
(name "python-progressbar2")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue