Tue Feb 8 09:12:48 2022 UTC ()
py-test-mypy: updated to 0.9.1

0.9.1
* Add support for pytest 7.

0.9.0
* Drop support for pytest<4.6.
* Add --mypy-config-file.


(adam)
diff -r1.2 -r1.3 pkgsrc/devel/py-test-mypy/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-test-mypy/distinfo

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

--- pkgsrc/devel/py-test-mypy/Makefile 2022/01/06 23:30:39 1.2
+++ pkgsrc/devel/py-test-mypy/Makefile 2022/02/08 09:12:48 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2022/01/06 23:30:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2022/02/08 09:12:48 adam Exp $
2 2
3DISTNAME= pytest-mypy-0.8.1 3DISTNAME= pytest-mypy-0.9.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

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

--- pkgsrc/devel/py-test-mypy/distinfo 2022/01/05 22:20:06 1.1
+++ pkgsrc/devel/py-test-mypy/distinfo 2022/02/08 09:12:48 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2022/01/05 22:20:06 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2022/02/08 09:12:48 adam Exp $
2 2
3BLAKE2s (pytest-mypy-0.8.1.tar.gz) = ea1bd9704c78d87f4d16d13844e1e5e514babc305a36a67b10abcf2d0f1d210e 3BLAKE2s (pytest-mypy-0.9.1.tar.gz) = 394ca7b248b4d4d33c4b3e54a60de8beab8eaf51297e50198413037d3342537c
4SHA512 (pytest-mypy-0.8.1.tar.gz) = edcecaad4a176054e2dd3e3390b553d6c9edc11200a94245d1917084437a1a452a99c387aee632a90276d9fcf661b79917e6ce3061acf6dff51aad4065759722 4SHA512 (pytest-mypy-0.9.1.tar.gz) = 85f794ac61520734cb4f651fd8d469238b5523b1a8202cdac14dbc6f96fe1b2de163cf966e368e820347997b8595325ebe8cf7516ae4393d0142310f425e59e4
5Size (pytest-mypy-0.8.1.tar.gz) = 14282 bytes 5Size (pytest-mypy-0.9.1.tar.gz) = 14459 bytes