From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6De5OgwMiV9eGQAA0tVLHw (envelope-from ) for ; Fri, 16 Oct 2020 02:57:16 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id mO6SNgwMiV/qLgAAbx9fmQ (envelope-from ) for ; Fri, 16 Oct 2020 02:57:16 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 485E09402BD for ; Fri, 16 Oct 2020 02:57:09 +0000 (UTC) Received: from localhost ([::1]:43032 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTFvY-0004Kw-8x for larch@yhetil.org; Thu, 15 Oct 2020 22:57:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36854) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTFvS-0004Kp-9E for guix-patches@gnu.org; Thu, 15 Oct 2020 22:57:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45588) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kTFvR-0006wD-VY for guix-patches@gnu.org; Thu, 15 Oct 2020 22:57:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kTFvR-0007LS-Ti for guix-patches@gnu.org; Thu, 15 Oct 2020 22:57:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43967] [PATCH v2 2/2] * gnu/packages/python-xyz (python2-parallel): New package. Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 16 Oct 2020 02:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43967 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: BonfaceKilz Cc: 43967@debbugs.gnu.org Received: via spool by 43967-submit@debbugs.gnu.org id=B43967.160281699528190 (code B ref 43967); Fri, 16 Oct 2020 02:57:01 +0000 Received: (at 43967) by debbugs.gnu.org; 16 Oct 2020 02:56:35 +0000 Received: from localhost ([127.0.0.1]:57129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTFuw-0007KX-UN for submit@debbugs.gnu.org; Thu, 15 Oct 2020 22:56:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTFut-0007K8-VA for 43967@debbugs.gnu.org; Thu, 15 Oct 2020 22:56:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37755) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTFuo-0006hH-KY; Thu, 15 Oct 2020 22:56:22 -0400 Received: from [2605:6000:1a0d:48fb::f6e] (port=48260 helo=debian) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kTFun-0004XP-QB; Thu, 15 Oct 2020 22:56:22 -0400 From: Brett Gilio References: <20201016013153.194524-1-bonfacemunyoki@gmail.com> <20201016013153.194524-3-bonfacemunyoki@gmail.com> Date: Thu, 15 Oct 2020 21:56:20 -0500 In-Reply-To: <20201016013153.194524-3-bonfacemunyoki@gmail.com> (BonfaceKilz's message of "Fri, 16 Oct 2020 04:31:53 +0300") Message-ID: <87eelyev57.fsf@debian> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: rDsgTiWbC1WM BonfaceKilz writes: > --- > gnu/packages/python-xyz.scm | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index 51bee25f66..89320e32d1 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -22362,3 +22362,6 @@ heterogeneous and multi-platform clusters (including clusters running other > application with variable CPU loads). Visit http://www.parallelpython.com for > further information.") > (license license:bsd-3))) > + > +(define-public python2-parallel > + (package-with-python2 python-parallel)) I believe we are not currently taking new python2 packages since it has hit EOL, the exception is for situations where there is a strong dependency that can not be resolved without it. I might be mistaken. -- Brett M. Gilio brettg@gnu.org https://brettgilio.com/ E82A C026 95D6 FF02 43CA 1E5C F6C5 2DD1 BA27 CB87