785e1250f3
1.0.3 - Don't use long deprecated functions from pytest, broke with pytest 4.1.0 - Fix typo that caused some tests to not run as expected - Run Travis CI tests against Python 3.7, and fix some issues with current tox
22 lines
625 B
Makefile
22 lines
625 B
Makefile
# $NetBSD: Makefile,v 1.6 2019/01/15 10:27:33 adam Exp $
|
|
|
|
DISTNAME= pytest-flake8-1.0.3
|
|
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
|
|
DEPENDS+= ${PYPKGPREFIX}-test>=3.5:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|