Revision
118320
Author
stromnov@macports.org
Date
2014-03-30 11:23:42 -0700 (Sun, 30 Mar 2014)

Log Message

py-yaml: update to version 3.11

Modified Paths

Diff

Modified: trunk/dports/python/py-yaml/Portfile (118319 => 118320)


--- trunk/dports/python/py-yaml/Portfile	2014-03-30 18:20:38 UTC (rev 118319)
+++ trunk/dports/python/py-yaml/Portfile	2014-03-30 18:23:42 UTC (rev 118320)
@@ -6,8 +6,8 @@
 
 name                py-yaml
 license             MIT
-version             3.10
-revision            2
+version             3.11
+revision            0
 categories-append   devel
 platforms           darwin
 maintainers         deric lightnin akitada openmaintainer
@@ -20,11 +20,12 @@
 
 homepage            http://pyyaml.org/wiki/PyYAML
 master_sites        http://pyyaml.org/download/pyyaml/
+
 distname            PyYAML-${version}
-checksums           md5     74c94a383886519e9e7b3dd1ee540247 \
-                    sha1    476dcfbcc6f4ebf3c06186229e8e2bd7d7b20e73 \
-                    rmd160  0fe20d93030c15b0ea6dcfc8dfee0f1f0d418aeb
 
+checksums           rmd160  9515e7573c7e021190198b242a415f2b55d50938 \
+                    sha256  c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8
+
 python.versions 24 25 26 27 31 32 33 34
 python.default_version 27