[146055] trunk/dports/python

petr at macports.org petr at macports.org
Thu Feb 25 17:24:38 PST 2016


Revision: 146055
          https://trac.macports.org/changeset/146055
Author:   petr at macports.org
Date:     2016-02-25 17:24:37 -0800 (Thu, 25 Feb 2016)
Log Message:
-----------
py-multiprocessing: remove obsolete port, was replaced by python27 for more than one year, see r146052

Revision Links:
--------------
    https://trac.macports.org/changeset/146052

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

Removed Paths:
-------------
    trunk/dports/python/py-multiprocessing/

Modified: trunk/dports/python/py-argparse/Portfile
===================================================================
--- trunk/dports/python/py-argparse/Portfile	2016-02-26 01:18:37 UTC (rev 146054)
+++ trunk/dports/python/py-argparse/Portfile	2016-02-26 01:24:37 UTC (rev 146055)
@@ -6,7 +6,8 @@
 
 name                py-argparse
 version             1.2.1
-revision            0
+revision            1
+
 categories-append   devel
 license             PSF
 platforms           darwin
@@ -14,8 +15,8 @@
 
 maintainers         nomaintainer
 
-description         Python command-line parsing library
-long_description    ${description} backported from Python 2.7
+description         stub for obsolete py26-argparse
+long_description    ${description}
 
 homepage            http://code.google.com/p/argparse/
 master_sites        googlecode:argparse
@@ -27,17 +28,7 @@
 python.versions     26
 
 if {${name} ne ${subport}} {
-    if {${subport} ne "py26-argparse"} {
-        version     1.2.1
-        revision    1
-        depends_lib
-        replaced_by [expr {$subport eq "py31-argparse" ? "python34" : "python27"}]
-        PortGroup   obsolete 1.0
-    } else {
-        depends_build-append    port:py${python.version}-setuptools
-    }
+    depends_lib
+    replaced_by     python27
+    PortGroup       obsolete 1.0
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "argparse-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160225/f5503d3a/attachment.html>


More information about the macports-changes mailing list