Ticket #49116: 20151019-tox.diff

File 20151019-tox.diff, 1.4 KB (added by steenzout (Pedro Salgado), 9 years ago)
  • python/py-tox/Portfile

    diff -ur /Users/mediaforge/Documents/Projects/macports.org/trunk/dports/python/py-tox/Portfile python/py-tox/Portfile
    old new  
    66PortGroup           select 1.0
    77
    88name                py-tox
    9 version             2.0.1
     9version             2.1.1
    1010revision            1
    1111categories-append   devel
    1212maintainers         gmail.com:pedro.salgado openmaintainer
     
    2222
    2323distname            tox-${version}
    2424
    25 checksums           rmd160  4adbde0fac0419051eba1dc4bff2f579466dab2c \
    26                     sha256  69a8e0742a96f6574209b23d34c2b058972a39e2c270542f852f97b27652c30d
     25checksums           rmd160  9d526e02d4c5cfb7891112db7bb21ac06f195ed9 \
     26                    sha256  a03aa022a1f6f82cc21732af0ed48217a3c16873b98e16be22baa7cea74e1eef
    2727
    28 python.versions     27 34
     28python.versions     27 34 35
    2929
    3030if {${name} ne ${subport}} {
    3131    depends_lib-append port:py${python.version}-pluggy \
     
    4242port select --set ${select.group} [file tail ${select.file}]
    4343"
    4444    livecheck.type     none
     45
     46} else {
     47    livecheck.type      regex
     48    livecheck.url       http://pypi.python.org/pypi/tox/json
     49    livecheck.regex     {tox-(\d+(?:\.\d+)*)}
    4550}