Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22476
Modified Files:
parallel-py.info
Log Message:
Update from tracker.
https://sourceforge.net/tracker/index.php?func=detail&aid=2305740&group_id=17203&atid=414256
Tested on 10.5.5/Intel
Index: parallel-py.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/parallel-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- parallel-py.info 1 Jul 2007 20:31:58 -0000 1.2
+++ parallel-py.info 7 Dec 2008 18:47:51 -0000 1.3
@@ -1,10 +1,10 @@
Info2: <<
Package: parallel-py%type_pkg[python]
-Version: 1.4.3
+Version: 1.5.6
Revision: 1
-Type: python (2.3 2.4 2.5)
+Type: python (2.4 2.5 2.6)
Source: http://www.parallelpython.com/downloads/pp/pp-%v.tar.bz2
-Source-MD5: b1c714500ce6f2a3929d5719be71b2fe
+Source-MD5: 6f21056847d304d564ad728d3745f6a4
Depends: python%type_pkg[python]
CompileScript: <<
@@ -12,17 +12,27 @@
<<
InstallScript: <<
python%type_raw[python] setup.py install --prefix %p --root %d
+ mv %i/bin/ppserver.py %i/bin/ppserver%type_raw[python]
+ mkdir -p %i/share/man/man1/
+ cp ppserver.1 %i/share/man/man1/ppserver-py%type_pkg[python].1
+<<
+PostInstScript: <<
+ update-alternatives --install %p/bin/ppserver ppserver
%p/bin/ppserver%type_raw[python] %type_pkg[python] --slave
%p/share/man/man1/ppserver.1 ppserver.1
%p/share/man/man1/ppserver-py%type_pkg[python].1
+<<
+PreRmScript: <<
+ if [ $1 != "upgrade" ]; then
+ update-alternatives --remove ppserver %p/bin/ppserver%type_raw[python]
+ fi
<<
DocFiles: README PKG-INFO
Description: Simple parallel processing for Python
DescDetail: <<
-parallel-python 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.
-parallel-python is an open source and cross-platform module written in pure
-python.
+parallel-python is a pure Python module which that provides a
+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 integrates with other Python
+software.
Features:
* Parallel execution of python code on SMP and clusters
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs