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

eborisch at macports.org eborisch at macports.org
Mon Oct 1 06:30:05 PDT 2012


Revision: 98276
          http://trac.macports.org//changeset/98276
Author:   eborisch at macports.org
Date:     2012-10-01 06:30:05 -0700 (Mon, 01 Oct 2012)
Log Message:
-----------
py-htmldocs: AAdd python33 support. Closes #36382

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

Modified: trunk/dports/lang/py-htmldocs/Portfile
===================================================================
--- trunk/dports/lang/py-htmldocs/Portfile	2012-10-01 13:20:10 UTC (rev 98275)
+++ trunk/dports/lang/py-htmldocs/Portfile	2012-10-01 13:30:05 UTC (rev 98276)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 name                py-htmldocs
 PortGroup           python 1.0
-python.versions     25 26 27 31 32
+python.versions     25 26 27 31 32 33
 python.default_version 27
 version             1.0
 revision            1
@@ -26,6 +26,9 @@
     if {${python.version} == 32} {
         version             3.2.3
     }
+    if {${python.version} == 33} {
+        version             3.3.0
+    }
 }
 
 categories          lang
@@ -77,6 +80,11 @@
                             sha256  1dd4a63dad800fe4207498b7d1ab1f3a8d7c77073fc8c9f5a519d8079ecf1715
     }
 
+    if {${python.version} == 33} {
+        checksums           rmd160  e4628f76a2b05fb9c6ed2db405e65f351ad56a01 \
+                            sha256  810956cf73527b21b7fd84f81d717e09e7c085ba60c683ccb6ff9d88d322626f
+    }
+
     build {}
 
     destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121001/b2bc95ca/attachment.html>


More information about the macports-changes mailing list