Revision
148869
Author
jmr@macports.org
Date
2016-05-20 13:02:28 -0700 (Fri, 20 May 2016)

Log Message

py-setuptools: update to 21.1.0

Modified Paths

Diff

Modified: trunk/dports/python/py-setuptools/Portfile (148868 => 148869)


--- trunk/dports/python/py-setuptools/Portfile	2016-05-20 19:58:49 UTC (rev 148868)
+++ trunk/dports/python/py-setuptools/Portfile	2016-05-20 20:02:28 UTC (rev 148869)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-setuptools
-version             20.10.1
+version             21.1.0
 categories-append   devel
 license             {PSF ZPL}
 maintainers         jmr openmaintainer
@@ -19,13 +19,12 @@
 supported_archs     noarch
 
 homepage            https://pypi.python.org/pypi/setuptools/
-#master_sites        pypi:s/setuptools/
-master_sites        https://pypi.io/packages/source/s/setuptools/
+master_sites        pypi:s/setuptools/
 distname            setuptools-${version}
 
-checksums           md5    cc3f063d05e3bff4d3fa07a5a1017c3b \
-                    rmd160 bfc239104936ef3b4f284584c6397dd5cfe9b3ad \
-                    sha256 3e59c885f09ed0d631816468e431b347b5103339e77a21cbf56df6283319b5dd
+checksums           md5    8fd8bdbf05c286063e1052be20a5bd98 \
+                    rmd160 0476abd918ad76951163df5dbf3f1ed6ed790052 \
+                    sha256 eb5c7dd48fc9c76b4f10c016de834b7f6e09caabc7dff22ed26a70a4a12f394d
 
 python.versions     26 27 33 34 35
 python.link_binaries no
@@ -33,7 +32,7 @@
 if {$subport ne $name} {
     post-destroot {
        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
-       xinstall -m 644 -W ${worksrcpath} README.rst \
+       xinstall -m 644 -W ${worksrcpath} CHANGES.rst README.rst \
           ${destroot}${prefix}/share/doc/${subport}
        ln -s ${python.prefix}/bin/easy_install-${python.branch} ${destroot}${prefix}/bin
     }