Wed Mar 6 18:59:00 2024 UTC (81d)
py-test-mypy-testing: updated to 0.1.3

v0.1.3 (2024-03-05)

Replace usage of deprecated path argument to pytest hook pytest_collect_file() with usage of the file_path argument introduced in pytest 7


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

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

--- pkgsrc/lang/py-test-mypy-testing/Makefile 2024/02/27 08:59:27 1.2
+++ pkgsrc/lang/py-test-mypy-testing/Makefile 2024/03/06 18:59:00 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2024/02/27 08:59:27 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2024/03/06 18:59:00 adam Exp $
2 2
3DISTNAME= pytest-mypy-testing-0.1.2 3DISTNAME= pytest-mypy-testing-0.1.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= lang python 5CATEGORIES= lang python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-mypy-testing/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-mypy-testing/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/davidfritzsche/pytest-mypy-testing 9HOMEPAGE= https://github.com/davidfritzsche/pytest-mypy-testing
10COMMENT= Pytest plugin to check mypy output 10COMMENT= Pytest plugin to check mypy output
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core 13TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
14DEPENDS+= ${PYPKGPREFIX}-mypy>=1.0:../../lang/py-mypy 14DEPENDS+= ${PYPKGPREFIX}-mypy>=1.0:../../lang/py-mypy
15DEPENDS+= ${PYPKGPREFIX}-test>=7:../../devel/py-test 15DEPENDS+= ${PYPKGPREFIX}-test>=7:../../devel/py-test
16 16

cvs diff -r1.2 -r1.3 pkgsrc/lang/py-test-mypy-testing/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/py-test-mypy-testing/distinfo 2024/02/27 08:59:27 1.2
+++ pkgsrc/lang/py-test-mypy-testing/distinfo 2024/03/06 18:59:00 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2024/02/27 08:59:27 adam Exp $ 1$NetBSD: distinfo,v 1.3 2024/03/06 18:59:00 adam Exp $
2 2
3BLAKE2s (pytest-mypy-testing-0.1.2.tar.gz) = 38bfc019f593518bd22371ff3968e65888940bbe9dc9c438dd8dda64ae2ebf86 3BLAKE2s (pytest-mypy-testing-0.1.3.tar.gz) = dae32a7acc2b22f577ce30f41eb29891d55dda5a796358b2bfd3968cec8c9fdf
4SHA512 (pytest-mypy-testing-0.1.2.tar.gz) = 3183557930abd8c7b2594ecdea04b69d40ccabb563336023c2a825f30da0c4c5be5e6e0f1e8f6192454294332033dd58a9a076a7f3365aa66b9126e84d9a197d 4SHA512 (pytest-mypy-testing-0.1.3.tar.gz) = dde624c48b669297fcc1f4250492bd1d30ea08f74716edaa7ffb0feb7d14d1e1bbc1f0e5e82f28b87c3c44734f14168ff222e4c304fe0d3344a44de216bb8cc7
5Size (pytest-mypy-testing-0.1.2.tar.gz) = 30104 bytes 5Size (pytest-mypy-testing-0.1.3.tar.gz) = 30127 bytes