[84690] trunk/dports/lang/py-htmldocs/Portfile

eborisch at macports.org eborisch at macports.org
Thu Sep 29 10:37:50 PDT 2011


Revision: 84690
          http://trac.macports.org/changeset/84690
Author:   eborisch at macports.org
Date:     2011-09-29 10:37:50 -0700 (Thu, 29 Sep 2011)
Log Message:
-----------
py-htmldocs: Add 31 and 32 flavors.

Modified Paths:
--------------
    trunk/dports/lang/py-htmldocs/Portfile

Modified: trunk/dports/lang/py-htmldocs/Portfile
===================================================================
--- trunk/dports/lang/py-htmldocs/Portfile	2011-09-29 17:36:50 UTC (rev 84689)
+++ trunk/dports/lang/py-htmldocs/Portfile	2011-09-29 17:37:50 UTC (rev 84690)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 name                py-htmldocs
 PortGroup           python 1.0
-python.versions     25 26 27
+python.versions     25 26 27 31 32
 python.default_version 27
 version             1.0
 revision            1
@@ -19,6 +19,12 @@
 if {${python.version} == 27} {
     version             2.7.2
 }
+if {${python.version} == 31} {
+    version             3.1.4
+}
+if {${python.version} == 32} {
+    version             3.2.2
+}
 
 categories          lang
 platforms           darwin
@@ -49,16 +55,30 @@
         distname            html-${version}
         set extractname     Python-Docs-2.5.4
     }
+
     if {${python.version} == 26} {
         checksums           md5     a2fc12049840d5c66262c546cdf241fd \
                             sha1    8cf151a4fd80f6a636d2292d340cd20858a58132 \
                             rmd160  f8ac90c6e97888f1bb0f0207994c0c05d27b83ac
     }
+
     if {${python.version} == 27} {
         checksums           md5     40f0bd51b221662cae14fb0c6b6f622b \
                             sha1    0886850a5bcf3e14e903cd33d51d1a8b664cfe36 \
                             rmd160  d898264a2f0da8be8722396d25149c987e3614f8
     }
+    
+    if {${python.version} == 31} {
+        checksums           md5     0a4a56361005966cc38d1068dfd52a54 \
+                            sha1    1167eee9909fb37db471402afac96dfaf3563233 \
+                            rmd160  dedaece20647681bb3d9e062751b44b78782eb1e
+    }
+    
+    if {${python.version} == 32} {
+        checksums           md5     55af06e320f35920ea9fed1f143e1286 \
+                            sha1    8c44d19d5f1cafc7cece9e2069f88601fdd73722 \
+                            rmd160  5c2bd261318aa12cbfc4ac80d9c2317e31cad6d3
+    }
 
     build {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110929/10b0929a/attachment.html>


More information about the macports-changes mailing list