Ticket #37316: Portfile-py-pyopencl.diff

File Portfile-py-pyopencl.diff, 794 bytes (added by larryv (Lawrence Velázquez), 12 years ago)

add py3x subports

  • trunk/dports/python/py-pyopencl/Portfile

    diff --git a/trunk/dports/python/py-pyopencl/Portfile b/trunk/dports/python/py-pyopencl/Portfile
    a b  
    77name                py-pyopencl
    88version             2012.1
    99revision            0
    10 python.versions     26 27
    11 python.default_version  27
    1210categories-append   science
    1311license             MIT
    1412platforms           darwin
     
    3634
    3735compiler.blacklist  clang
    3836
     37# Skipping 31 because there's no py31-mako
     38python.versions     26 27 32 33
     39
    3940if {${subport} != ${name}} {
    4041    depends_build-append \
    4142                        port:py${python.version}-distribute \