[96174] trunk/dports/python/py-yaml/Portfile
lightnin at macports.org
lightnin at macports.org
Thu Aug 2 02:32:16 PDT 2012
Revision: 96174
https://trac.macports.org/changeset/96174
Author: lightnin at macports.org
Date: 2012-08-02 02:32:14 -0700 (Thu, 02 Aug 2012)
Log Message:
-----------
Bumping default_version to 27 for unified py-yaml port.
Modified Paths:
--------------
trunk/dports/python/py-yaml/Portfile
Modified: trunk/dports/python/py-yaml/Portfile
===================================================================
--- trunk/dports/python/py-yaml/Portfile 2012-08-02 09:21:36 UTC (rev 96173)
+++ trunk/dports/python/py-yaml/Portfile 2012-08-02 09:32:14 UTC (rev 96174)
@@ -5,12 +5,14 @@
PortGroup python 1.0
name py-yaml
+license MIT
version 3.10
revision 1
categories python devel
platforms darwin
-license MIT
maintainers deric lightnin akitada openmaintainer
+supported_archs noarch
+
description YAML 1.1 parser and emitter for Python
long_description PyYAML is a YAML parser and emitter for Python, which \
supports YAML 1.1, unicode input and output, low-level \
@@ -25,8 +27,11 @@
rmd160 0fe20d93030c15b0ea6dcfc8dfee0f1f0d418aeb
python.versions 24 25 26 27 31 32
-python.default_version 24
+python.default_version 27
+livecheck.url http://pyyaml.org/download/pyyaml/
+livecheck.regex PyYAML-(\[0-9+\]\.\[0-9\]+)\.tar\.gz
+
if {$subport != $name} {
if { ${python.version} > 24 } {
@@ -62,6 +67,3 @@
}
}
-
-livecheck.url http://pyyaml.org/download/pyyaml/
-livecheck.regex PyYAML-(\[0-9+\]\.\[0-9\]+)\.tar\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120802/3e2cbbd7/attachment-0001.html>
More information about the macports-changes
mailing list