Changeset 98276


Ignore:
Timestamp:
Oct 1, 2012, 1:30:05 PM (12 years ago)
Author:
eborisch@…
Message:

py-htmldocs: AAdd python33 support. Closes #36382

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/py-htmldocs/Portfile

    r92506 r98276  
    55name                py-htmldocs
    66PortGroup           python 1.0
    7 python.versions     25 26 27 31 32
     7python.versions     25 26 27 31 32 33
    88python.default_version 27
    99version             1.0
     
    2626    if {${python.version} == 32} {
    2727        version             3.2.3
     28    }
     29    if {${python.version} == 33} {
     30        version             3.3.0
    2831    }
    2932}
     
    7881    }
    7982
     83    if {${python.version} == 33} {
     84        checksums           rmd160  e4628f76a2b05fb9c6ed2db405e65f351ad56a01 \
     85                            sha256  810956cf73527b21b7fd84f81d717e09e7c085ba60c683ccb6ff9d88d322626f
     86    }
     87
    8088    build {}
    8189
Note: See TracChangeset for help on using the changeset viewer.