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

eborisch at macports.org eborisch at macports.org
Fri Jul 18 14:03:31 PDT 2014


Revision: 122252
          https://trac.macports.org/changeset/122252
Author:   eborisch at macports.org
Date:     2014-07-18 14:03:30 -0700 (Fri, 18 Jul 2014)
Log Message:
-----------
py-htmldocs: Add py34-htmldocs.

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

Modified: trunk/dports/lang/py-htmldocs/Portfile
===================================================================
--- trunk/dports/lang/py-htmldocs/Portfile	2014-07-18 19:19:09 UTC (rev 122251)
+++ trunk/dports/lang/py-htmldocs/Portfile	2014-07-18 21:03:30 UTC (rev 122252)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 name                py-htmldocs
 PortGroup           python 1.0
-python.versions     25 26 27 31 32 33
+python.versions     25 26 27 31 32 33 34
 python.default_version 27
 version             1.0
 revision            1
@@ -13,10 +13,11 @@
 if {$subport != $name} {
     if {${python.version} == 25} { version 2.5.4 }
     if {${python.version} == 26} { version 2.6.9 }
-    if {${python.version} == 27} { version 2.7.7 }
+    if {${python.version} == 27} { version 2.7.8 }
     if {${python.version} == 31} { version 3.1.5 }
     if {${python.version} == 32} { version 3.2.5 }
     if {${python.version} == 33} { version 3.3.5 }
+    if {${python.version} == 34} { version 3.4.0 }
 }
 
 categories          lang
@@ -44,10 +45,11 @@
     depends_lib-delete  port:python${python.version}
     
     if {${python.version} == 25} {
-        distname            html-${version}
-        set extractname     Python-Docs-2.5.4
-        checksums           rmd160  78cf1d55bc50b9c4535d1519a11a0a4e1a47a12e \
-                            sha256  b73eaeaf0400e64d9bb223cfb0d09a935e8044f0ba485e5bc549b003e6df8325
+      distname            html-${version}
+      set extractname     Python-Docs-2.5.4
+      checksums \
+        rmd160  78cf1d55bc50b9c4535d1519a11a0a4e1a47a12e \
+        sha256  b73eaeaf0400e64d9bb223cfb0d09a935e8044f0ba485e5bc549b003e6df8325
     }
 
     if {${python.version} == 26} {
@@ -58,29 +60,39 @@
 
     if {${python.version} == 27} {
       checksums \
-        rmd160  cf2cac98b6e63db6abf90aa5c656922bb0655334 \
-        sha256  43b4f89df4e67f04100eec344c7b1475b34c2783a3cd22ac98d99a39ad6bca0d
+        rmd160  3165152c6fd41f97b46df379fcfc1d29f2bfaa4b \
+        sha256  e0aa9b08bf2cad4d7769e86fc7d0b05f5d0af0609c757a5c633841c5a703c73f
     }
     
     if {${python.version} == 31} {
-        checksums           rmd160  29717979d6a8b4e970a4747e101259da3e3890c1 \
-                            sha256  ff327cfaa1219d8d82fcb4f3bae3ec4ce28567982a49784004130521d282faa0
+      checksums \
+        rmd160  29717979d6a8b4e970a4747e101259da3e3890c1 \
+        sha256  ff327cfaa1219d8d82fcb4f3bae3ec4ce28567982a49784004130521d282faa0
     }
     
     if {${python.version} == 32} {
-        checksums           rmd160  1623e93d6694ec9fa421d2f7345758c85419fc46 \
-                            sha256  5a7f7f79d58cf87511aae66784ae71e3e108ca8185bd40706c4bb43e5e0348bc
+      checksums \
+        rmd160  1623e93d6694ec9fa421d2f7345758c85419fc46 \
+        sha256  5a7f7f79d58cf87511aae66784ae71e3e108ca8185bd40706c4bb43e5e0348bc
     }
 
     if {${python.version} == 33} {
-        checksums           rmd160  c6d6e31594ba1b4bc0a8fd7700bdb9a3a2efb5e3 \
-                            sha256  471067c514a33b4ae4fc35ba600130572840326252a565e39157feb2911ef733
+      checksums \
+        rmd160  c6d6e31594ba1b4bc0a8fd7700bdb9a3a2efb5e3 \
+        sha256  471067c514a33b4ae4fc35ba600130572840326252a565e39157feb2911ef733
     }
 
+    if {${python.version} == 34} {
+      checksums \
+        rmd160  b9ac2008ef48e2a1db1641453e0d42d8f7cafa9e \
+        sha256  445037818f15c4b622212db9e8182e322eb16de3959718dbd339229ed39044fc
+    }
+
     build {}
 
     destroot {
-        set  destdocdir ${destroot}${prefix}/share/doc/python${python.version}-doc
+        set  destdocdir \
+            ${destroot}${prefix}/share/doc/python${python.version}-doc
         file mkdir ${destroot}${prefix}/share/doc
         file copy ${workpath}/${extractname} ${destdocdir}
         system "chmod -R a+rX ${destdocdir}" 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140718/ac0a7433/attachment.html>


More information about the macports-changes mailing list