Ticket #14261: Portfile.diff

File Portfile.diff, 1.2 KB (added by macports_dharland@…, 16 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44PortGroup python24 1.0
    55name                            py-lint
    6 version                         0.11.0
     6version                         0.14.0
    77categories-append       devel
    8 maintainers                     nomaintainer
     8maintainers                     trashmail.net:macports_dharland
    99description                     Error (and style) checking for python
    1010long_description \
    1111        Pylint is a tool that checks for errors in python code, and tries to \
     
    2121master_sites            ftp://ftp.logilab.org/pub/pylint/
    2222distname                        pylint-${version}
    2323
    24 checksums                       sha1 6ffed5815a1f129d86703a9fd5a84e7eeae76758
     24checksums                       sha1 b0074cca2083792b5602f33d8e7be33a9ab4322f \
     25                                        md5 a6a6a1c68e56506d6fca7569f622767a
    2526
    26 depends_lib-append      port:py-logilab-common
     27depends_lib-append      port:py-logilab-astng
    2728
    2829post-destroot {
    2930        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     
    3132                ${destroot}${prefix}/share/doc/${name}
    3233        xinstall -m 644 -W ${worksrcpath} ChangeLog README TODO \
    3334                ${destroot}${prefix}/share/doc/${name}
     35
     36        # this file is also installed by py-logilab-common     
    3437        file delete ${destroot}${python.pkgd}/logilab/__init__.py
    3538}
    3639