[88204] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Dec 21 14:22:53 PST 2011


Revision: 88204
          http://trac.macports.org/changeset/88204
Author:   singingwolfboy at macports.org
Date:     2011-12-21 14:22:53 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
New port: py-multiprocessing

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

Added: trunk/dports/python/py-multiprocessing/Portfile
===================================================================
--- trunk/dports/python/py-multiprocessing/Portfile	                        (rev 0)
+++ trunk/dports/python/py-multiprocessing/Portfile	2011-12-21 22:22:53 UTC (rev 88204)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-multiprocessing
+set real_name       multiprocessing
+version             2.6.2.1
+python.versions     24 25
+platforms           darwin
+maintainers         singingwolfboy openmaintainer
+license             BSD
+supported_archs     noarch
+
+description         backport of the Python 2.6/3.0 `multiprocessing` package
+
+long_description    \
+    `multiprocessing` is a backport of the Python 2.6/3.0 `multiprocessing` \
+    package. The multiprocessing package itself is a renamed and updated version of \
+    R Oudkerk's `pyprocessing` package. \
+    This standalone variant is intended to be compatible with Python 2.4 and 2.5, \
+    and will draw it's fixes/improvements from python-trunk.
+
+homepage            http://pypi.python.org/pypi/${real_name}
+master_sites        http://pypi.python.org/packages/source/m/${real_name}/
+distname            ${real_name}-${version}
+
+checksums           rmd160  87412f3054ae4e5c17a9aba73970d96fd192aec5 \
+                    sha256  ef3b81ad85d7de252e5491b1daac028e17f9741cbe3625032e6eaa4ad4c79900
+
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${real_name}-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/python/py-multiprocessing/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111221/4af1cd16/attachment.html>


More information about the macports-changes mailing list