Ticket #37323: Portfile-py-coverage.diff

File Portfile-py-coverage.diff, 856 bytes (added by larryv (Lawrence Velázquez), 11 years ago)

add py33 subport to py-coverage

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

    diff --git a/trunk/dports/python/py-coverage/Portfile b/trunk/dports/python/py-coverage/Portfile
    a b  
    66
    77name                py-coverage
    88version             3.5.3
    9 python.versions     25 26 27 31 32
    109categories-append   devel
    1110maintainers         gmail.com:larry.velazquez openmaintainer
    1211license             BSD
     
    2625checksums           rmd160  32cefafbfc0fca5b4a132c205861b8d620eb7614 \
    2726                    sha256  60c6e95979d71175eb8acb7ca2def14c72794de418fd9222011f68283eb3cc02
    2827
     28python.versions     25 26 27 31 32 33
     29
    2930if {${subport} != ${name}} {
    3031    depends_lib-append  port:py${python.version}-distribute
    3132