[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50018] [PATCH v4 12/12] gnu: Remove python2-billiard.
From: |
Vinicius Monego |
Subject: |
[bug#50018] [PATCH v4 12/12] gnu: Remove python2-billiard. |
Date: |
Sun, 19 Dec 2021 00:29:17 +0000 |
* gnu/packages/python-xyz.scm (python2-billiard): Remove variable.
(python-billiard)[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 5887eb9c26..309bfd5161 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14010,16 +14010,7 @@ RabbitMQ messaging server is the most popular
implementation.")
multiprocessing package itself is a renamed and updated version of R Oudkerk's
pyprocessing package. This standalone variant is intended to be compatible
with
Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.")
- (license license:bsd-3)
- (properties `((python2-variant . ,(delay python2-billiard))))))
-
-(define-public python2-billiard
- (let ((billiard (package-with-python2
- (strip-python2-variant python-billiard))))
- (package/inherit billiard
- (native-inputs `(("python2-unittest2" ,python2-unittest2)
- ("python2-mock" ,python2-mock)
- ,@(package-native-inputs billiard))))))
+ (license license:bsd-3)))
(define-public python-celery
(package
--
2.30.2
- [bug#50018] [PATCH v4 04/12] gnu: Add python-pytest-rerunfailures., (continued)
- [bug#50018] [PATCH v4 04/12] gnu: Add python-pytest-rerunfailures., Vinicius Monego, 2021/12/18
- [bug#50018] [PATCH v4 02/12] gnu: Add python-click-didyoumean., Vinicius Monego, 2021/12/18
- [bug#50018] [PATCH v4 03/12] gnu: Add python-pytest-subtests., Vinicius Monego, 2021/12/18
- [bug#50018] [PATCH v4 06/12] gnu: python-billiard: Update to 3.6.4.0., Vinicius Monego, 2021/12/18
- [bug#50018] [PATCH v4 08/12] gnu: python-celery: Enable tests., Vinicius Monego, 2021/12/18
- [bug#50018] [PATCH v4 07/12] gnu: python-celery: Update to 5., Vinicius Monego, 2021/12/18
- [bug#50018] [PATCH v4 05/12] gnu: Add python-pytest-celery., Vinicius Monego, 2021/12/18
- [bug#50018] [PATCH v4 11/12] gnu: Remove python2-amqp., Vinicius Monego, 2021/12/18
- [bug#50018] [PATCH v4 09/12] gnu: Remove python2-celery., Vinicius Monego, 2021/12/18
- [bug#50018] [PATCH v4 10/12] gnu: Remove python2-kombu., Vinicius Monego, 2021/12/18
- [bug#50018] [PATCH v4 12/12] gnu: Remove python2-billiard.,
Vinicius Monego <=