Revision
100931
Author
jmr@macports.org
Date
2013-01-01 07:50:22 -0800 (Tue, 01 Jan 2013)

Log Message

py-distribute: update to 0.6.34

Modified Paths

Diff

Modified: trunk/dports/python/py-distribute/Portfile (100930 => 100931)


--- trunk/dports/python/py-distribute/Portfile	2013-01-01 15:41:40 UTC (rev 100930)
+++ trunk/dports/python/py-distribute/Portfile	2013-01-01 15:50:22 UTC (rev 100931)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-distribute
-version             0.6.33
+version             0.6.34
 categories-append   devel
 license             {PSF ZPL}
 maintainers         jmr openmaintainer
@@ -22,9 +22,9 @@
 master_sites        http://pypi.python.org/packages/source/d/distribute/
 distname            distribute-${version}
 
-checksums           md5    9bc1cf2688590ffc1e20fd153babf239 \
-                    rmd160 bdf7c96a865745d7387e1ddd776182bc1d1205b9 \
-                    sha256 52d9bf08ddd7598fea591434188577e59f06cbaa0fbd9cf31dd09b455c18433a
+checksums           md5    4576ab843a6db5100fb22a72deadf56d \
+                    rmd160 2cf3b942419a38f8ed4a10b56159c67c4d72ac4a \
+                    sha256 1a82a50f448fd963c1efade437b9ace3c47bfdd9b168fcdba7fca140df4b364e
 
 python.versions     24 25 26 27 31 32 33
 python.default_version 27