Ticket #14261: py25-lint.Portfile.diff
File py25-lint.Portfile.diff, 1.2 KB (added by ebgssth@…, 17 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 PortGroup python25 1.0 5 5 name py25-lint 6 version 0.13.26 version 0.14.0 7 7 categories-append devel 8 maintainers nomaintainer8 maintainers trashmail.net:macports_dharland 9 9 description Error (and style) checking for python 10 10 long_description \ 11 11 Pylint is a tool that checks for errors in python code, and tries to \ … … 21 21 master_sites ftp://ftp.logilab.org/pub/pylint/ 22 22 distname pylint-${version} 23 23 24 checksums sha1 f2fae68ee9152cec461c2cadce0e72174e9c7590 24 checksums sha1 b0074cca2083792b5602f33d8e7be33a9ab4322f \ 25 md5 a6a6a1c68e56506d6fca7569f622767a 25 26 26 depends_lib-append port:py25-logilab- common27 depends_lib-append port:py25-logilab-astng 27 28 28 29 post-destroot { 29 30 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} … … 31 32 ${destroot}${prefix}/share/doc/${name} 32 33 xinstall -m 644 -W ${worksrcpath} ChangeLog README TODO \ 33 34 ${destroot}${prefix}/share/doc/${name} 35 36 # this file is also installed by py-logilab-common 34 37 file delete ${destroot}${python.pkgd}/logilab/__init__.py 35 38 } 36 39