From patchwork Wed Aug 11 23:45:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinicius Monego X-Patchwork-Id: 32052 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 0C3FD27BC82; Thu, 12 Aug 2021 00:47:36 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id C882B27BC78 for ; Thu, 12 Aug 2021 00:47:35 +0100 (BST) Received: from localhost ([::1]:58904 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mDxwc-0007cP-Sh for patchwork@mira.cbaines.net; Wed, 11 Aug 2021 19:47:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44526) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDxwB-0006vj-Mi for guix-patches@gnu.org; Wed, 11 Aug 2021 19:47:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53666) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mDxwB-0006ei-DO for guix-patches@gnu.org; Wed, 11 Aug 2021 19:47:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mDxwB-0001Kj-Bz for guix-patches@gnu.org; Wed, 11 Aug 2021 19:47:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50018] [PATCH 18/19] gnu: Remove python2-kombu. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 11 Aug 2021 23:47:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50018 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50018@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 50018-submit@debbugs.gnu.org id=B50018.16287256174999 (code B ref 50018); Wed, 11 Aug 2021 23:47:07 +0000 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:57 +0000 Received: from localhost ([127.0.0.1]:36963 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxw1-0001IZ-Bl for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:57 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36625) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxw0-0001I9-3v for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:56 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8A23D240026 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725610; bh=hP24i4Wx/QK3HzXMtPrIvcrzU6LUuTuyVZ9H7ffBQkE=; h=From:To:Cc:Subject:Date:From; b=jpFsgVtbTPORR4WyomNIA8wy1+a1ga4s2FTnHjWSLs9j7aios4/8oS8SBMgspbUtP ulfkxZWywlRCeibfopCjLS/C/4nT7QX1A6JGbSNkqrLMG9Iy4B85Wuh20T3bmlfNj+ 6teb6nwG+tnB6FzWGwtKzStiFKg28LFyecI0xL8TX286OIMjGQ2qQrgKQSm34mbGF3 eKWkTJZTgtB7xr/k0OX0BC/lYg45ZJQMmrESC4hcTiwMR1t4I5ExYqzljnaWxumqwL AE4saf2qnUpMWjfeABkeukW82Af97c/E6nnHMISpvbatUnFMrObe15rZiBgtiBlcTi eayjXImkCKZ1Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRLK5SVCz9rxF; Thu, 12 Aug 2021 01:46:49 +0200 (CEST) From: Vinicius Monego Date: Wed, 11 Aug 2021 23:45:10 +0000 Message-Id: <20210811234511.32450-18-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python2-kombu): Remove variable. (python-kombu)[properties]: Remove. --- gnu/packages/python-xyz.scm | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a71ff206a7..ffb745f168 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13284,19 +13284,7 @@ and also provide proven and tested solutions to common messaging problems. AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security, for which the RabbitMQ messaging server is the most popular implementation.") - (license license:bsd-3) - (properties `((python2-variant . ,(delay python2-kombu)))))) - -(define-public python2-kombu - (let ((kombu (package-with-python2 - (strip-python2-variant python-kombu)))) - (package/inherit kombu - (arguments `(;; FIXME: 'TestTransport.test_del_sync' fails on python2. - ;; It works fine on the python3 variant. - #:tests? #f - ,@(package-arguments kombu))) - (native-inputs `(("python2-unittest2" ,python2-unittest2) - ,@(package-native-inputs kombu)))))) + (license license:bsd-3))) (define-public python-billiard (package