# -*- 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
description python source code checker for finding bugs
long_description PyChecker is a tool for finding bugs in python \
source code. It finds problems that are typically \
caught by a compiler for less dynamic languages, \
like C and C++. It is similar to lint. Because \
of the dynamic nature of python, some warnings may \
be incorrect. However, spurious warnings should be \
homepage http://pychecker.sourceforge.net/
master_sites sourceforge:pychecker
distname pychecker-${version}
checksums rmd160 7c401f3d2025dec1438c623b161359ef9721d0bf \
sha256 44fb26668f74aca3738f02d072813762a37ce1242f50dbff573720fa2e953279 \
if {${name} ne ${subport}} {
patchfiles patch-setup.py.diff
reinplace "s|PYTHONLIB|${python.pkgd}|g" ${worksrcpath}/setup.py
reinplace "s|0.8.18|${version}|g" ${worksrcpath}/pychecker/Config.py
xinstall -m 0644 -W ${worksrcpath} ChangeLog COPYRIGHT KNOWN_BUGS \
NEWS MAINTAINERS README TODO VERSION pycheckrc \
${destroot}${prefix}/share/doc/${subport}