unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43967] [PATCH] Add python2-parallel
@ 2020-10-12 18:22 Bonface M. K.
  2020-10-13  7:13 ` Efraim Flashner
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Bonface M. K. @ 2020-10-12 18:22 UTC (permalink / raw)
  To: 43967


[-- Attachment #1.1: Type: text/plain, Size: 242 bytes --]

Hi all.

Find attached a patch that adds
python2-parallel. Any feedback is welcome.

-- 
Bonface M. K. (https://www.bonfacemunyoki.com)
Chief Emacs Mchochezi / Twitter: @BonfaceKilz
GPG key = D4F09EB110177E03C28E2FE1F5BBAE1E0392253F

[-- Attachment #1.2: 0001-gnu-Add-python2-parallel.patch --]
[-- Type: text/x-patch, Size: 2457 bytes --]

From 23d1ac31023d9c3bc1d35fba868d203a2d1d22ea Mon Sep 17 00:00:00 2001
From: BonfaceKilz <bonfacemunyoki@gmail.com>
Date: Mon, 12 Oct 2020 21:04:01 +0300
Subject: [PATCH] gnu: Add python2-parallel.

* gnu/packages/python-xyz (python2-parallel): New package.
---
 gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 56c7bb84ab..e149328e35 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -85,6 +85,7 @@
 ;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
 ;;; Copyright © 2020 Hendursaga <hendursaga@yahoo.com>
 ;;; Copyright © 2020 Malte Frank Gerdes <malte.f.gerdes@gmail.com>
+;;; Copyright © 2020 Kilyungi Bonface Munyoki <bonfacemunyoki@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -22218,3 +22219,34 @@ NestedText is both simple and natural.  Only a small number of concepts and rule
 be kept in mind when creating it.  It is easily created, modified, or viewed with
 a text editor and easily understood and used by both programmers and non-programmers.")
     (license license:expat))) ; MIT license
+
+(define-public python2-parallel
+  (package
+    (name "python2-parallel")
+    (version "1.6.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://www.parallelpython.com/downloads/pp/pp-"
+             version ".zip"))
+       (sha256
+        (base32
+         "15fhpr6kv4j45f9i55mwi5smzskm0pfwwagya7wq3wwlfaz9pj5c"))))
+    (native-inputs
+     `(("unzip" ,unzip)))
+    (build-system python-build-system)
+    (arguments
+     `(#:python ,python-2
+       ; Package has no tests
+       #: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)))
-- 
2.28.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-10-19  8:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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).