[35154] trunk/dports/python

blair at macports.org blair at macports.org
Tue Mar 18 11:29:36 PDT 2008


Revision: 35154
          http://trac.macosforge.org/projects/macports/changeset/35154
Author:   blair at macports.org
Date:     2008-03-18 11:29:34 -0700 (Tue, 18 Mar 2008)

Log Message:
-----------
New Python 2.4 port for the pyprocessing 0.40 module.

Added Paths:
-----------
    trunk/dports/python/py-processing/
    trunk/dports/python/py-processing/Portfile

Added: trunk/dports/python/py-processing/Portfile
===================================================================
--- trunk/dports/python/py-processing/Portfile	                        (rev 0)
+++ trunk/dports/python/py-processing/Portfile	2008-03-18 18:29:34 UTC (rev 35154)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name			py-processing
+version			0.40
+categories		python
+platforms		darwin
+maintainers		blair
+description		Using processes which mimics the threading module
+long_description	Processing is a package for the Python language which \
+			supports the spawning of processes using the API of \
+			the standard library's threading module.  Objects can \
+			be transferred between processes using pipes or \
+			multi-producer/multi-consumer queues.  Objects can be \
+			shared between processes using a server process or \
+			(for simple data) shared memory.  Equivalents of all \
+			the synchronization primitives in threading are \
+			available.  A Pool class makes it easy to submit \
+			tasks to a pool of worker processes.
+
+homepage		http://developer.berlios.de/projects/pyprocessing
+master_sites		http://pypi.python.org/packages/source/p/processing
+distname		processing-${version}
+checksums		md5 34e05d9f531208d5d6a9dd9e2b5c276b \
+			sha1 a8ae53438643260b74ce31b2fc21be5e9a5fc1cc \
+			rmd160  163db7fc1dd336aa2b17ad5fd7d09edf1965a757
+use_zip			yes
+
+test.run		yes
+test.cmd		${python.bin} -c "'from processing.test import main; main()'"
+test.env		"PYTHONPATH=build/lib.macosx-10.3-${os.arch}-2.4"
+
+livecheck.check		regex
+livecheck.url		http://pypi.python.org/pypi/processing
+livecheck.regex		processing-(\\d+.\\d+).zip


Property changes on: trunk/dports/python/py-processing/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080318/dc9e1546/attachment.html 


More information about the macports-changes mailing list