[130605] trunk/dports/python/py-multiprocessing/Portfile

larryv at macports.org larryv at macports.org
Thu Jan 1 17:31:44 PST 2015


Revision: 130605
          https://trac.macports.org/changeset/130605
Author:   larryv at macports.org
Date:     2015-01-01 17:31:44 -0800 (Thu, 01 Jan 2015)
Log Message:
-----------
py{24,25}-multiprocessing: Replace with python27

The multiprocessing module is part of the CPython 2.7 standard library.

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

Modified: trunk/dports/python/py-multiprocessing/Portfile
===================================================================
--- trunk/dports/python/py-multiprocessing/Portfile	2015-01-02 01:31:42 UTC (rev 130604)
+++ trunk/dports/python/py-multiprocessing/Portfile	2015-01-02 01:31:44 UTC (rev 130605)
@@ -7,6 +7,7 @@
 name                py-multiprocessing
 set real_name       multiprocessing
 version             2.6.2.1
+revision            1
 python.versions     24 25
 platforms           darwin
 maintainers         nomaintainer
@@ -23,12 +24,7 @@
     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}
+depends_lib
+replaced_by         python27
+PortGroup           obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150101/8ca9b418/attachment.html>


More information about the macports-changes mailing list