Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0e6aa002c7e522f3db6fd0745d741e8255ebb31c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0e6aa002c7e522f3db6fd0745d741e8255ebb31c)
  • Date: Mon, 9 Jun 2008 04:05:12 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 7 +++++--
python-pypi/pp/DEPENDS | 1 +
python-pypi/pp/DETAILS | 18 ++++++++++++++++++
python-pypi/pp/HISTORY | 2 ++
4 files changed, 26 insertions(+), 2 deletions(-)

New commits:
commit 0e6aa002c7e522f3db6fd0745d741e8255ebb31c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pp: new spell, parallel and distributed programming for Python

diff --git a/ChangeLog b/ChangeLog
index f8fcd72..a318a62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,18 @@
+2008-06-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pp: new spell, parallel and distributed programming for
Python
+
2008-06-09 Ladislav Hagara <hgr AT vabo.cz>
* utils/latrace: new spell, a glibc 2.4+ LD_AUDIT frontend

2008-06-07 Treeve Jelbert <treeve AT sourcemage.org>
- * graphics/lensfun: new spell, tool to manipulate photos,
+ * graphics/lensfun: new spell, tool to manipulate photos,
based on the camera lens used to take them
* kde4/kdeplasmoids4: new spell

2008-06-05 Arjan Bouter <abouter AT sourcemage.org>
* windowmanagers/waimea: removed instead of normal deprecation to
avoid removing a working windowmanager someone might be using.
-
+
2008-06-04 Ladislav Hagara <hgr AT vabo.cz>
* shell-term-fm/pypty: new spell, a tty logger
* video/cheese: new spell, taking pictures and videos from a webcam
diff --git a/python-pypi/pp/DEPENDS b/python-pypi/pp/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/pp/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/pp/DETAILS b/python-pypi/pp/DETAILS
new file mode 100755
index 0000000..984b96a
--- /dev/null
+++ b/python-pypi/pp/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=pp
+ VERSION=1.5.4
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://www.parallelpython.com/downloads/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:bcbe86cab45dfe6998506e9cc82f48b9a050a7066da763b330f72ff0b21c1d49c121454a692ef8aa7b6a4ed8aec6d12d51db8e84be26db059e155ccbd4245c22
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.parallelpython.com/
+ LICENSE[0]=BSD
+ ENTERED=20080609
+ SHORT="parallel and distributed programming for Python"
+cat << EOF
+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).
+EOF
diff --git a/python-pypi/pp/HISTORY b/python-pypi/pp/HISTORY
new file mode 100644
index 0000000..8edcec2
--- /dev/null
+++ b/python-pypi/pp/HISTORY
@@ -0,0 +1,2 @@
+2008-06-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0e6aa002c7e522f3db6fd0745d741e8255ebb31c), Vlad Glagolev, 06/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page