Revision
83124
Author
jmr@macports.org
Date
2011-08-25 18:58:10 -0700 (Thu, 25 Aug 2011)

Log Message

py-distribute: update to 0.6.21

Modified Paths

Diff

Modified: trunk/dports/python/py-distribute/Portfile (83123 => 83124)


--- trunk/dports/python/py-distribute/Portfile	2011-08-26 01:48:25 UTC (rev 83123)
+++ trunk/dports/python/py-distribute/Portfile	2011-08-26 01:58:10 UTC (rev 83124)
@@ -5,8 +5,7 @@
 PortGroup           python 1.0
 
 name                py-distribute
-version             0.6.19
-revision            1
+version             0.6.21
 categories-append   devel
 license             {PSF ZPL}
 maintainers         jmr openmaintainer
@@ -22,9 +21,9 @@
 master_sites        http://pypi.python.org/packages/source/d/distribute/
 distname            distribute-${version}
 
-checksums           md5     45a17940eefee849d4cb8cc06d28d96f \
-                    sha1    4b9569319aa8cc283030b3d996b5d88e022c684f \
-                    rmd160  7acad7c1847ed48f286fc66387941276a39fc021
+checksums           md5     c8cfcfd42ec9ab900fb3960a3308eef2 \
+                    rmd160  3a2581ed9eb338b17f27e283bb6f6050cf62ff17 \
+                    sha256  1ed4b5895e722b06f6701f56dd227dd6aa25cbfc0c76ce0465b755ed92f52097
 
 python.versions     25 26 27 31 32
 python.default_version 27