24 lines
656 B
Makefile
24 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.12 2022/01/29 08:48:41 wiz Exp $
|
|
|
|
DISTNAME= pytest-flake8-1.0.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES+= test
|
|
PYTHON_VERSIONED_DEPENDENCIES+= flake8
|
|
|
|
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"
|