4daed90aaa
0.9.1 * Add support for pytest 7. 0.9.0 * Drop support for pytest<4.6. * Add --mypy-config-file.
23 lines
744 B
Makefile
23 lines
744 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/02/08 09:12:48 adam Exp $
|
|
|
|
DISTNAME= pytest-mypy-0.9.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-mypy/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= https://github.com/dbader/pytest-mypy
|
|
COMMENT= Mypy static type checker plugin for Pytest
|
|
LICENSE= mit
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
|
DEPENDS+= ${PYPKGPREFIX}-filelock>=3.0.12:../../devel/py-filelock
|
|
DEPENDS+= ${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test
|
|
DEPENDS+= ${PYPKGPREFIX}-mypy>=0.782:../../lang/py-mypy
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|