Ticket #14261: py25-lint.Portfile.diff

File py25-lint.Portfile.diff, 1.2 KB (added by ebgssth@…, 16 years ago)

patch for py25-lint

  • Portfile

     
    33PortSystem 1.0
    44PortGroup python25 1.0
    55name                            py25-lint
    6 version         0.13.2
     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 f2fae68ee9152cec461c2cadce0e72174e9c7590
     24checksums                       sha1 b0074cca2083792b5602f33d8e7be33a9ab4322f \
     25                                        md5 a6a6a1c68e56506d6fca7569f622767a
    2526
    26 depends_lib-append      port:py25-logilab-common
     27depends_lib-append      port:py25-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