[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50018] [PATCH v3 21/21] gnu: Remove python2-amqp.
From: |
Vinicius Monego |
Subject: |
[bug#50018] [PATCH v3 21/21] gnu: Remove python2-amqp. |
Date: |
Thu, 16 Sep 2021 16:21:12 +0000 |
* gnu/packages/python-xyz.scm (python2-amqp): Remove variable.
(python-amqp)[properties]: Remove.
---
gnu/packages/python-xyz.scm | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 37c5a48bb0..6c0d9b8114 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13365,18 +13365,7 @@ and provides a uniform API regardless of which JSON
implementation is used.")
"This is a fork of amqplib which was originally written by Barry Pederson.
It is maintained by the Celery project, and used by kombu as a pure python
alternative when librabbitmq is not available.")
- (license license:lgpl2.1+)
- (properties `((python2-variant . ,(delay python2-amqp))))))
-
-(define-public python2-amqp
- (let ((amqp (package-with-python2
- (strip-python2-variant python-amqp))))
- (package/inherit amqp
- (arguments `(;; Tries to run coverage tests with nose-cover3, which seems
- ;; unmaintained. Weirdly, does not do this on the python 3
- ;; version?
- #:tests? #f
- ,@(package-arguments amqp))))))
+ (license license:lgpl2.1+)))
(define-public python-txamqp
(package
--
2.30.2
- [bug#50018] [PATCH v3 04/21] gnu: python-cfn-lint: Respect #:tests?., (continued)
- [bug#50018] [PATCH v3 04/21] gnu: python-cfn-lint: Respect #:tests?., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 10/21] gnu: python-moto: Update to 2.2.7., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 09/21] gnu: python-aws-sam-translator: Change source for tests., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 16/21] gnu: Add python-pytest-celery., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 14/21] gnu: python-amqp: Update to 5.0.6., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 19/21] gnu: Remove python2-celery., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 08/21] gnu: awscli: Update to 1.20.42., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 06/21] gnu: python-s3transfer: Update to 0.5.0., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 12/21] gnu: python-vine: Update to 5.0.0., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 21/21] gnu: Remove python2-amqp.,
Vinicius Monego <=
- [bug#50018] [PATCH v3 17/21] gnu: python-celery: Update to 5.1.2., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 07/21] gnu: python-boto3: Update to 1.18.42., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 11/21] gnu: python-moto: Respect #:tests?., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 13/21] gnu: Add python-pytest-rerunfailures., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 18/21] gnu: python-celery: Enable tests., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 15/21] gnu: python-kombu: Update to 5.1.0., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 20/21] gnu: Remove python2-kombu., Vinicius Monego, 2021/09/16