pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/py-test-mypy-testing
Module Name: pkgsrc
Committed By: adam
Date: Thu Jan 29 14:08:22 UTC 2026
Modified Files:
pkgsrc/lang/py-test-mypy-testing: Makefile PLIST distinfo
Log Message:
py-test-mypy-testing: updated to 0.2.0
0.2.0
Modernize project using ruff and uv
Require pytest >= 8
Remove support for Python 3.7, 3.8 and 3.9. Require at least Python 3.10
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/py-test-mypy-testing/Makefile \
pkgsrc/lang/py-test-mypy-testing/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/py-test-mypy-testing/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/py-test-mypy-testing/Makefile
diff -u pkgsrc/lang/py-test-mypy-testing/Makefile:1.3 pkgsrc/lang/py-test-mypy-testing/Makefile:1.4
--- pkgsrc/lang/py-test-mypy-testing/Makefile:1.3 Wed Mar 6 18:59:00 2024
+++ pkgsrc/lang/py-test-mypy-testing/Makefile Thu Jan 29 14:08:22 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2024/03/06 18:59:00 adam Exp $
+# $NetBSD: Makefile,v 1.4 2026/01/29 14:08:22 adam Exp $
-DISTNAME= pytest-mypy-testing-0.1.3
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+DISTNAME= pytest_mypy_testing-0.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/g}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-mypy-testing/}
@@ -10,13 +10,11 @@ HOMEPAGE= https://github.com/davidfritzs
COMMENT= Pytest plugin to check mypy output
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.12:../../devel/py-flit_core
DEPENDS+= ${PYPKGPREFIX}-mypy>=1.0:../../lang/py-mypy
-DEPENDS+= ${PYPKGPREFIX}-test>=7:../../devel/py-test
+DEPENDS+= ${PYPKGPREFIX}-test>=8:../../devel/py-test
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/py-test-mypy-testing/distinfo
diff -u pkgsrc/lang/py-test-mypy-testing/distinfo:1.3 pkgsrc/lang/py-test-mypy-testing/distinfo:1.4
--- pkgsrc/lang/py-test-mypy-testing/distinfo:1.3 Wed Mar 6 18:59:00 2024
+++ pkgsrc/lang/py-test-mypy-testing/distinfo Thu Jan 29 14:08:22 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/03/06 18:59:00 adam Exp $
+$NetBSD: distinfo,v 1.4 2026/01/29 14:08:22 adam Exp $
-BLAKE2s (pytest-mypy-testing-0.1.3.tar.gz) = dae32a7acc2b22f577ce30f41eb29891d55dda5a796358b2bfd3968cec8c9fdf
-SHA512 (pytest-mypy-testing-0.1.3.tar.gz) = dde624c48b669297fcc1f4250492bd1d30ea08f74716edaa7ffb0feb7d14d1e1bbc1f0e5e82f28b87c3c44734f14168ff222e4c304fe0d3344a44de216bb8cc7
-Size (pytest-mypy-testing-0.1.3.tar.gz) = 30127 bytes
+BLAKE2s (pytest_mypy_testing-0.2.0.tar.gz) = c0c1e99092069b98ab7c0186f553252961ca700c786ec6fc819d96e00676a9c5
+SHA512 (pytest_mypy_testing-0.2.0.tar.gz) = 694160263268a182dab1ea63934e9b66c93d3b47a928235e798702ca8d6bd66fb5105ff570a3f8fbf2d81ed754db6e772d174cf13e0d3736a764fe5983d66ba4
+Size (pytest_mypy_testing-0.2.0.tar.gz) = 106280 bytes
Index: pkgsrc/lang/py-test-mypy-testing/PLIST
diff -u pkgsrc/lang/py-test-mypy-testing/PLIST:1.2 pkgsrc/lang/py-test-mypy-testing/PLIST:1.3
--- pkgsrc/lang/py-test-mypy-testing/PLIST:1.2 Tue Feb 27 08:59:27 2024
+++ pkgsrc/lang/py-test-mypy-testing/PLIST Thu Jan 29 14:08:22 2026
@@ -1,8 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2024/02/27 08:59:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/01/29 14:08:22 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSES/Apache-2.0.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSES/CC0-1.0.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSES/MIT.txt
${PYSITELIB}/pytest_mypy_testing/__init__.py
${PYSITELIB}/pytest_mypy_testing/__init__.pyc
${PYSITELIB}/pytest_mypy_testing/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index