From: Brett Gilio <brettg@gnu.org>
To: BonfaceKilz <bonfacemunyoki@gmail.com>
Cc: 43967@debbugs.gnu.org
Subject: [bug#43967] [PATCH v2 1/2] * gnu/packages/python-xyz (python-parallel): New package.
Date: Thu, 15 Oct 2020 21:55:23 -0500 [thread overview]
Message-ID: <87imbaev6s.fsf@debian> (raw)
In-Reply-To: <20201016013153.194524-2-bonfacemunyoki@gmail.com> (BonfaceKilz's message of "Fri, 16 Oct 2020 04:31:52 +0300")
BonfaceKilz <bonfacemunyoki@gmail.com> 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
next prev parent reply other threads:[~2020-10-16 2:56 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-12 18:22 [bug#43967] [PATCH] Add python2-parallel Bonface M. K.
2020-10-13 7:13 ` Efraim Flashner
2020-10-13 8:08 ` Bonface M. K.
2020-10-13 8:19 ` Efraim Flashner
2020-10-16 1:31 ` [bug#43967] [PATCH v2 0/2] " BonfaceKilz
2020-10-16 1:31 ` [bug#43967] [PATCH v2 1/2] * gnu/packages/python-xyz (python-parallel): New package BonfaceKilz
2020-10-16 2:55 ` Brett Gilio [this message]
2020-10-16 10:45 ` Bonface M. K.
2020-10-16 23:27 ` Brett Gilio
2020-10-16 1:31 ` [bug#43967] [PATCH v2 2/2] * gnu/packages/python-xyz (python2-parallel): " BonfaceKilz
2020-10-16 2:56 ` Brett Gilio
2020-10-16 2:02 ` [bug#43967] [PATCH v3 0/2] Add python2-parallel BonfaceKilz
2020-10-16 2:02 ` [bug#43967] [PATCH v3 1/2] * gnu/packages/python-xyz (python-parallel): New package BonfaceKilz
2020-10-16 2:02 ` [bug#43967] [PATCH v3 2/2] * gnu/packages/python-xyz (python2-parallel): " BonfaceKilz
2020-10-18 10:25 ` [bug#43967] [PATCH v4 0/1] gnu: Add python2-parallel BonfaceKilz
2020-10-18 10:29 ` BonfaceKilz
2020-10-18 10:29 ` [bug#43967] [PATCH v4 1/1] * gnu/packages/python-xyz (python-parallel): New package BonfaceKilz
2020-10-19 7:52 ` bug#43967: " Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87imbaev6s.fsf@debian \
--to=brettg@gnu.org \
--cc=43967@debbugs.gnu.org \
--cc=bonfacemunyoki@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).