99ab53d4ab
1.0.7 ----- - Implement collect() for Flake8Item; from @thomascobb - Document skipping behavior in README; from @jpyams
24 lines
662 B
Makefile
24 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.10 2021/01/09 08:35:59 adam Exp $
|
|
|
|
DISTNAME= pytest-flake8-1.0.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-flake8/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/tholo/pytest-flake8
|
|
COMMENT= Plugin plugin to check FLAKE8 requirements
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-flake8>=3.5:../../devel/py-flake8
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|