diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-01 17:55:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-01 17:55:36 +0800 |
commit | 1515eb687f35f028e6c9820fbce6dba9edfa2bb9 (patch) | |
tree | 93e93c889204094d9bb0a9112dc3be2fe23e5ec4 /devel/Makefile | |
parent | d8984e487d4ed216254983adac83bdd8d5abc897 (diff) | |
download | freebsd-ports-gnome-1515eb687f35f028e6c9820fbce6dba9edfa2bb9.tar.gz freebsd-ports-gnome-1515eb687f35f028e6c9820fbce6dba9edfa2bb9.tar.zst freebsd-ports-gnome-1515eb687f35f028e6c9820fbce6dba9edfa2bb9.zip |
pp is a python module which provides mechanism for parallel execution of
python code on SMP (systems with multiple processors or cores) and clusters
(computers connected via network)
It is light, easy to install and integrate with other python software.
pp is an open source and cross-platform module written in pure python
WWW: http://www.parallelpython.com/
PR: ports/109665
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 83bbeeb8c907..c5e84580d8bb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1809,6 +1809,7 @@ SUBDIR += py-plex SUBDIR += py-ply SUBDIR += py-pmock + SUBDIR += py-pp SUBDIR += py-pqueue SUBDIR += py-protocols SUBDIR += py-protocols-devel |