summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-03-11 20:55:54 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-03-11 23:34:49 -0500
commitd43568013e6fe7233f884238954295a4f7de05c5 (patch)
tree6bae1c3e13e4cfc0b06012daa7050d3ca28b9aa9 /gnu/packages/python-xyz.scm
parentdb1532e1adb2bc90bff43ab7cf40be602a208556 (diff)
gnu: Remove python2-promise.
* gnu/packages/python-xyz.scm (python2-promise): Delete variable. (python-promise)[properties]: Delete field.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ab73e19c4e1..ea63670d11d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13944,20 +13944,8 @@ concurrent.futures package from Python 3.2")
13944 (synopsis "Promises/A+ implementation for Python") 13944 (synopsis "Promises/A+ implementation for Python")
13945 (description 13945 (description
13946 "Promises/A+ implementation for Python") 13946 "Promises/A+ implementation for Python")
13947 (properties `((python2-variant . ,(delay python2-promise))))
13948 (license license:expat))) 13947 (license license:expat)))
13949 13948
13950(define-public python2-promise
13951 (let ((promise (package-with-python2
13952 (strip-python2-variant python-promise))))
13953 (package/inherit promise
13954 (arguments (substitute-keyword-arguments (package-arguments promise)
13955 ((#:tests? _) #t)))
13956 (native-inputs
13957 `(("python2-futures" ,python2-futures)
13958 ("python2-pytest" ,python2-pytest)
13959 ,@(package-native-inputs promise))))))
13960
13961(define-public python-progressbar2 13949(define-public python-progressbar2
13962 (package 13950 (package
13963 (name "python-progressbar2") 13951 (name "python-progressbar2")