Revision
112662
Author
jmr@macports.org
Date
2013-10-29 02:15:48 -0700 (Tue, 29 Oct 2013)

Log Message

py-setuptools: update to 1.1.7

Modified Paths

Diff

Modified: trunk/dports/python/py-setuptools/Portfile (112661 => 112662)


--- trunk/dports/python/py-setuptools/Portfile	2013-10-29 03:20:05 UTC (rev 112661)
+++ trunk/dports/python/py-setuptools/Portfile	2013-10-29 09:15:48 UTC (rev 112662)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-setuptools
-version             1.1.6
+version             1.1.7
 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    ee82ea53def4480191061997409d2996 \
-                    rmd160 90af25c5ef226eba65fe2deeb4218bb64e5985de \
-                    sha256 e5a60b88138def225c29cbf13ee20f1c176f200450e286dcc7d192963a67723a
+checksums           md5    1f33594d25d574a1640ffb84667c6759 \
+                    rmd160 e58eda1ec2bcd2cdf05f7496797f30d586228564 \
+                    sha256 b35e3d7c79cfdb5b38cfc71f4b0deab4350c1176fc4bb05bfa8945504ecfb028
 
 python.versions     24 25 26 27 31 32 33
 python.default_version 27