From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id EMx6MMwLiV/KFwAA0tVLHw (envelope-from ) for ; Fri, 16 Oct 2020 02:56:12 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id QPdLLMwLiV/EbQAA1q6Kng (envelope-from ) for ; Fri, 16 Oct 2020 02:56:12 +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 49CC8940466 for ; Fri, 16 Oct 2020 02:56:10 +0000 (UTC) Received: from localhost ([::1]:42794 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTFua-0004Cz-5s for larch@yhetil.org; Thu, 15 Oct 2020 22:56:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36428) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTFuU-0004Ct-TG for guix-patches@gnu.org; Thu, 15 Oct 2020 22:56:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45578) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kTFuU-0006Zp-It for guix-patches@gnu.org; Thu, 15 Oct 2020 22:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kTFuU-0007JV-IB for guix-patches@gnu.org; Thu, 15 Oct 2020 22:56:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43967] [PATCH v2 1/2] * gnu/packages/python-xyz (python-parallel): New package. Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 16 Oct 2020 02:56:02 +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.160281693728082 (code B ref 43967); Fri, 16 Oct 2020 02:56:02 +0000 Received: (at 43967) by debbugs.gnu.org; 16 Oct 2020 02:55:37 +0000 Received: from localhost ([127.0.0.1]:57124 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTFu5-0007Is-HT for submit@debbugs.gnu.org; Thu, 15 Oct 2020 22:55:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTFu3-0007Ie-JL for 43967@debbugs.gnu.org; Thu, 15 Oct 2020 22:55:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37741) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTFty-0006HR-9e; Thu, 15 Oct 2020 22:55:30 -0400 Received: from [2605:6000:1a0d:48fb::f6e] (port=48258 helo=debian) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kTFtu-0004LV-5F; Thu, 15 Oct 2020 22:55:28 -0400 From: Brett Gilio References: <20201016013153.194524-1-bonfacemunyoki@gmail.com> <20201016013153.194524-2-bonfacemunyoki@gmail.com> Date: Thu, 15 Oct 2020 21:55:23 -0500 In-Reply-To: <20201016013153.194524-2-bonfacemunyoki@gmail.com> (BonfaceKilz's message of "Fri, 16 Oct 2020 04:31:52 +0300") Message-ID: <87imbaev6s.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: DfZFt3/sX10W BonfaceKilz writes: > +(define-public python-parallel > + (package > + (name "python-parallel") > + (version "1.6.4.4") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "https://www.parallelpython.com/downloads/pp/pp-" > + version ".zip")) > + (sha256 > + (base32 > + "1mzk4yabxj6r149fswhis18hd8dnag5sj8i4wb06450zq3pi8dh7")))) > + (native-inputs > + `(("unzip" ,unzip))) > + (build-system python-build-system) > + (arguments > + `(#:tests? #f)) > + (home-page "https://www.parallelpython.com") > + (synopsis "Parallel and distributed programming for Python") > + (description "Parallel Python module (PP) provides an easy and efficient > +way to create parallel-enabled applications for SMP computers and clusters. > +PP module features cross-platform portability and dynamic load balancing. > +Thus application written with PP will parallelize efficiently even on > +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))) This looks fine. However, in the description, I think the last sentence is not needed. Additionally, in the description "Thus application" should read "Thus applications" (noting the ultimate s). -- Brett M. Gilio brettg@gnu.org https://brettgilio.com/ E82A C026 95D6 FF02 43CA 1E5C F6C5 2DD1 BA27 CB87