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

jmr at macports.org jmr at macports.org
Mon Mar 10 19:25:05 PDT 2014


Revision: 117758
          https://trac.macports.org/changeset/117758
Author:   jmr at macports.org
Date:     2014-03-10 19:25:05 -0700 (Mon, 10 Mar 2014)
Log Message:
-----------
py-setuptools: update to 3.1

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

Modified: trunk/dports/python/py-setuptools/Portfile
===================================================================
--- trunk/dports/python/py-setuptools/Portfile	2014-03-11 01:49:14 UTC (rev 117757)
+++ trunk/dports/python/py-setuptools/Portfile	2014-03-11 02:25:05 UTC (rev 117758)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-setuptools
-version             2.2
+version             3.1
 categories-append   devel
 license             {PSF ZPL}
 maintainers         jmr openmaintainer
@@ -22,9 +22,9 @@
 master_sites        https://pypi.python.org/packages/source/s/setuptools/
 distname            setuptools-${version}
 
-checksums           md5    04a7664538957b832710653fd7d5b4e6 \
-                    rmd160 78a65349bee45d01ca0ba41706b5a5a02e3d37eb \
-                    sha256 6fb1f21dea64e323e7ad2531a6795eeb6f5e17a85189dee61a86baca60b18984
+checksums           md5    425c2fa9329fc000e8c5ff947df001c3 \
+                    rmd160 5b00edd276a22969621c8dc00536217ea8ccf22e \
+                    sha256 4438165bfc261552d85abc226f78c04597df40441f517d878aa3d9b8159341ea
 
 python.versions     24 25 26 27 31 32 33 34
 python.default_version 27
@@ -42,7 +42,7 @@
 
     post-destroot {
        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
-       xinstall -m 644 -W ${worksrcpath} CHANGES.txt CONTRIBUTORS.txt \
+       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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140310/ec8b2156/attachment.html>


More information about the macports-changes mailing list