14805f2a20
Upstream changes: 0.3.1 - 2015-06-14 Include test_mccabe.py in releases. Always coerce the max_complexity value from Flake8’s entry-point to an integer.
14 lines
430 B
Makefile
14 lines
430 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/08/23 11:15:03 wen Exp $
|
|
|
|
DISTNAME= mccabe-0.3.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/m/mccabe/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/mccabe/
|
|
COMMENT= Mccabe plugin for the Python program checker flake8
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|