# -*- 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: Portfile 96731 2012-08-17 23:17:31Z ryandesign@macports.org $

PortSystem          1.0

name                py-lint
version             0.21.1
revision            3
replaced_by         py24-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 py24-pylint instead."
    return -code error "obsolete port"
}

livecheck.type      none
