pkgsrc/devel/py-mccabe06/Makefile
wiz 6bb548eeca devel/py-mccabe06: import py27-mccabe-0.6.1nb1
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.
2022-01-31 11:53:48 +00:00

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"