pkgsrc-wip/py-flakes/Makefile
Kamel Ibn Aziz Derouiche f7a00faf66 Import py25-flakes-0.2.1 as wip/py-flakes.
Pyflakes is similar to PyChecker in scope, but differs in that it does
not execute the modules to check them. This is both safer and faster,
although it does not perform as many checks. Unlike PyLint, Pyflakes
checks only for logical errors in programs; it does not perform any
checks on style
2009-06-17 23:18:37 +00:00

21 lines
519 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/06/17 23:18:37 jihbed Exp $
#
DISTNAME= pyflakes-0.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= http://launchpad.net/pyflakes/main/0.2.1/+download/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= https://launchpad.net/pyflakes
COMMENT= Passive checker of Python programs
LICENSE= LICENSE
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
USE_LANGUAGES= # none
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"