Thu Jan 6 23:30:40 2022 UTC ()
py-test-mypy: disable python 2.7 version


(wiz)
diff -r1.1 -r1.2 pkgsrc/devel/py-test-mypy/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-test-mypy/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-mypy/Makefile 2022/01/05 22:20:06 1.1
+++ pkgsrc/devel/py-test-mypy/Makefile 2022/01/06 23:30:39 1.2
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: Makefile,v 1.1 2022/01/05 22:20:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2022/01/06 23:30:39 wiz Exp $
2 2
3DISTNAME= pytest-mypy-0.8.1 3DISTNAME= pytest-mypy-0.8.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-mypy/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-mypy/}
7 7
8MAINTAINER= kamelderouiche@yahoo.com 8MAINTAINER= kamelderouiche@yahoo.com
9HOMEPAGE= https://github.com/dbader/pytest-mypy 9HOMEPAGE= https://github.com/dbader/pytest-mypy
10COMMENT= Mypy static type checker plugin for Pytest 10COMMENT= Mypy static type checker plugin for Pytest
11LICENSE= mit 11LICENSE= mit
12 12
13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
14DEPENDS+= ${PYPKGPREFIX}-filelock>=3.0.12:../../devel/py-filelock 14DEPENDS+= ${PYPKGPREFIX}-filelock>=3.0.12:../../devel/py-filelock
15DEPENDS+= ${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test 15DEPENDS+= ${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test
16DEPENDS+= ${PYPKGPREFIX}-mypy>=0.782:../../lang/py-mypy 16DEPENDS+= ${PYPKGPREFIX}-mypy>=0.782:../../lang/py-mypy
17 17
18USE_LANGUAGES= # none 18USE_LANGUAGES= # none
19 19
 20PYTHON_VERSIONS_INCOMPATIBLE= 27
 21
20.include "../../lang/python/egg.mk" 22.include "../../lang/python/egg.mk"
21.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"