[131051] trunk/dports/python/py-setuptools/Portfile

jmr at macports.org jmr at macports.org
Mon Jan 5 04:23:22 PST 2015


Revision: 131051
          https://trac.macports.org/changeset/131051
Author:   jmr at macports.org
Date:     2015-01-05 04:23:22 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
py-setuptools: update to 11.1, remove 24,25,31,32 subports

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

Modified: trunk/dports/python/py-setuptools/Portfile
===================================================================
--- trunk/dports/python/py-setuptools/Portfile	2015-01-05 12:22:22 UTC (rev 131050)
+++ trunk/dports/python/py-setuptools/Portfile	2015-01-05 12:23:22 UTC (rev 131051)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-setuptools
-version             11.0
+version             11.1
 categories-append   devel
 license             {PSF ZPL}
 maintainers         jmr openmaintainer
@@ -22,33 +22,19 @@
 master_sites        https://pypi.python.org/packages/source/s/setuptools/
 distname            setuptools-${version}
 
-checksums           md5    723d5e3e10cceeca37c9c2ce386656ec \
-                    rmd160 7fcec1df1e0c23d4f53c17cc1cfe46d1990f9c0f \
-                    sha256 22da6a8f95fec7560227f099f8ee83327786f08f49bc2ca73e3c19a15bc6a29b
+checksums           md5    db7471ada5a6e9680dceee34a39f0cc1 \
+                    rmd160 543e672057e160af29e5bfd5f4556cc7a64942ec \
+                    sha256 4acf2e7e110bbc465f8707f075c4da684e0d367275807d21fbcdf88a03d4dc23
 
-python.versions     24 25 26 27 31 32 33 34
+python.versions     26 27 33 34
 python.link_binaries no
-python.move_binaries no
 
 if {$subport ne $name} {
-    if {${python.version} <= 25} {
-        version     1.4.2
-        revision    0
-        distname    setuptools-${version}
-        checksums   md5    13951be6711438073fbe50843e7f141f \
-                    rmd160 b48086a2aae718fe433a8c882d2d9209aa157b0a \
-                    sha256 263986a60a83aba790a5bffc7d009ac88114ba4e908e5c90e453b3bf2155dbbd
-    }
-
     post-destroot {
        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
        xinstall -m 644 -W ${worksrcpath} CHANGES.txt \
           DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${subport}
-       if {${python.version} <= 25} {
-          delete "${destroot}${prefix}/bin/easy_install"
-       } else {
-          ln -s "${python.prefix}/bin/easy_install-${python.branch}" "${destroot}${prefix}/bin/"
-       }
+       ln -s ${python.prefix}/bin/easy_install-${python.branch} ${destroot}${prefix}/bin
     }
     livecheck.type      none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150105/120b5726/attachment.html>


More information about the macports-changes mailing list