18efe3ca85
All tests now pass.
19 lines
588 B
Makefile
19 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.13 2022/02/23 11:41:27 wiz Exp $
|
|
|
|
DISTNAME= mccabe-0.7.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
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
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesmith-[0-9]*:../../devel/py-hypothesmith
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|