6bb548eeca
Ned's script to check McCabe complexity. This module provides a plugin for flake8, the Python code checker. This package contains the last version supporting Python 2.
19 lines
535 B
Makefile
19 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.1 2022/01/31 11:53:48 wiz Exp $
|
|
|
|
DISTNAME= mccabe-0.6.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=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
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|