[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50018] [PATCH v2 17/19] gnu: Remove python2-celery.
From: |
Vinicius Monego |
Subject: |
[bug#50018] [PATCH v2 17/19] gnu: Remove python2-celery. |
Date: |
Fri, 13 Aug 2021 22:45:22 +0000 |
* gnu/packages/python-xyz.scm (python2-celery): Remove variable.
(python-celery)[properties]: Remove.
---
gnu/packages/python-xyz.scm | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 772e04f5c6..b287ec1935 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13389,16 +13389,7 @@ supports scheduling as well. The execution units,
called tasks, are executed
concurrently on a single or more worker servers using multiprocessing,
Eventlet, or gevent. Tasks can execute asynchronously (in the background) or
synchronously (wait until ready).")
- (license license:bsd-3)
- (properties `((python2-variant . ,(delay python2-celery))))))
-
-(define-public python2-celery
- (let ((celery (package-with-python2
- (strip-python2-variant python-celery))))
- (package/inherit celery
- (native-inputs `(("python2-unittest2" ,python2-unittest2)
- ("python2-mock" ,python2-mock)
- ,@(package-native-inputs celery))))))
+ (license license:bsd-3)))
(define-public python-translitcodec
(package
--
2.30.2
- [bug#50018] [PATCH 12/19] gnu: python-amqp: Update to 5.0.6., (continued)
- [bug#50018] [PATCH 12/19] gnu: python-amqp: Update to 5.0.6., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 10/19] gnu: python-vine: Update to 5.0.0., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 14/19] gnu: Add python-pytest-celery., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 11/19] gnu: Add python-pytest-rerunfailures., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 17/19] gnu: Remove python2-celery., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 18/19] gnu: Remove python2-kombu., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH 19/19] gnu: Remove python2-amqp., Vinicius Monego, 2021/08/11
- [bug#50018] [PATCH v2 16/19] gnu: python-celery: Enable tests., Vinicius Monego, 2021/08/13