# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name py25-lint version 0.25.2 revision 1 replaced_by py25-pylint categories-append devel maintainers blair dh openmaintainer stromnov description Error (and style) checking for python long_description \ Pylint is a tool that checks for errors in python code, and tries to \ check that a given coding standard is respected by the coders. This is \ similar but nevertheless different from what pychecker_ provides, \ especially since pychecker explicitely does not bother with coding \ style. The default coding style used by pylint is close to `Guido's \ style guide`_. license GPL-2+ platforms darwin homepage http://www.logilab.org/projects/pylint/ distfiles pre-configure { ui_error "Please install py25-pylint instead." return -code error "obsolete port" } livecheck.type none