Ticket #37298: Portfile-py-decorator.diff

File Portfile-py-decorator.diff, 1.4 KB (added by larryv (Lawrence Velázquez), 11 years ago)
  • trunk/dports/python/py-decorator/Portfile

    diff --git a/trunk/dports/python/py-decorator/Portfile b/trunk/dports/python/py-decorator/Portfile
    a b  
    55PortGroup           python 1.0
    66
    77name                py-decorator
    8 version             3.3.2
     8version             3.4.0
    99python.versions     25 26 27
    1010python.default_version  27
    1111categories          python
    1212license             BSD
    13 maintainers         nomaintainer
     13maintainers         gmail.com:larry.velazquez
    1414description         Provides a decorator factory that makes creating signature preserving decorators dead simple.
    1515long_description    ${description} By Michele Simionato.
    1616platforms           darwin
     
    1919master_sites        http://pypi.python.org/packages/source/d/decorator/
    2020distname            decorator-${version}
    2121
    22 checksums           rmd160  21c2e2feef997a42781dc17a20092b570325a121 \
    23                     sha256  c878e3c9a4015893fddcc7a145017bd54bd51cda0eb234cab6a20fa02540cb1f
     22checksums           rmd160  57b014f5fb2a1750910364882d430a85f94a8b85 \
     23                    sha256  c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783
    2424
    2525livecheck.type      regex
    2626livecheck.regex     {decorator/(\d+(?:\.\d+)*)<}