pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-mypy-plugins



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar  3 07:49:26 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-mypy-plugins: Makefile PLIST distinfo

Log Message:
py-test-mypy-plugins: updated to 3.1.0

3.1.0

Features

Add mypy@1.8.0 support


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-mypy-plugins/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-mypy-plugins/PLIST \
    pkgsrc/devel/py-test-mypy-plugins/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test-mypy-plugins/Makefile
diff -u pkgsrc/devel/py-test-mypy-plugins/Makefile:1.2 pkgsrc/devel/py-test-mypy-plugins/Makefile:1.3
--- pkgsrc/devel/py-test-mypy-plugins/Makefile:1.2      Fri Aug  4 09:49:45 2023
+++ pkgsrc/devel/py-test-mypy-plugins/Makefile  Sun Mar  3 07:49:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/08/04 09:49:45 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/03/03 07:49:26 adam Exp $
 
-DISTNAME=      pytest-mypy-plugins-3.0.0
+DISTNAME=      pytest-mypy-plugins-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-mypy-plugins/}
@@ -10,8 +10,11 @@ HOMEPAGE=    https://github.com/TypedDjango
 COMMENT=       Pytest plugin for writing cmd for mypy plugins
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
 DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
 DEPENDS+=      ${PYPKGPREFIX}-mypy>=1.3:../../lang/py-mypy
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-regex-[0-9]*:../../textproc/py-regex
@@ -29,5 +32,5 @@ SUBST_MESSAGE.cmd=    Fixing command name.
 SUBST_FILES.cmd=       pytest_mypy_plugins/item.py
 SUBST_SED.cmd=         -e 's,"mypy","mypy-${PYVERSSUFFIX}",g'
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-mypy-plugins/PLIST
diff -u pkgsrc/devel/py-test-mypy-plugins/PLIST:1.1 pkgsrc/devel/py-test-mypy-plugins/PLIST:1.2
--- pkgsrc/devel/py-test-mypy-plugins/PLIST:1.1 Fri Aug  4 09:33:44 2023
+++ pkgsrc/devel/py-test-mypy-plugins/PLIST     Sun Mar  3 07:49:26 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2023/08/04 09:33:44 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/03/03 07:49:26 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pytest_mypy_plugins/__init__.py
 ${PYSITELIB}/pytest_mypy_plugins/__init__.pyc
 ${PYSITELIB}/pytest_mypy_plugins/__init__.pyo
@@ -18,6 +18,7 @@ ${PYSITELIB}/pytest_mypy_plugins/item.py
 ${PYSITELIB}/pytest_mypy_plugins/item.pyc
 ${PYSITELIB}/pytest_mypy_plugins/item.pyo
 ${PYSITELIB}/pytest_mypy_plugins/py.typed
+${PYSITELIB}/pytest_mypy_plugins/schema.json
 ${PYSITELIB}/pytest_mypy_plugins/utils.py
 ${PYSITELIB}/pytest_mypy_plugins/utils.pyc
 ${PYSITELIB}/pytest_mypy_plugins/utils.pyo
Index: pkgsrc/devel/py-test-mypy-plugins/distinfo
diff -u pkgsrc/devel/py-test-mypy-plugins/distinfo:1.1 pkgsrc/devel/py-test-mypy-plugins/distinfo:1.2
--- pkgsrc/devel/py-test-mypy-plugins/distinfo:1.1      Fri Aug  4 09:33:44 2023
+++ pkgsrc/devel/py-test-mypy-plugins/distinfo  Sun Mar  3 07:49:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/08/04 09:33:44 adam Exp $
+$NetBSD: distinfo,v 1.2 2024/03/03 07:49:26 adam Exp $
 
-BLAKE2s (pytest-mypy-plugins-3.0.0.tar.gz) = b62b0d06c18e8a4f16f666d5abae8eff516ad75610051efdcb470f7604dfab11
-SHA512 (pytest-mypy-plugins-3.0.0.tar.gz) = 2d57ab834bd934a5ea037f2e2db73e7dfc6f7cac0e45a7ea48369afb9d509e34997eed1c98d92fe11a2c09e4d9a743cfc0593a74ead1375472dc5756b7a9a9d4
-Size (pytest-mypy-plugins-3.0.0.tar.gz) = 31524 bytes
+BLAKE2s (pytest-mypy-plugins-3.1.0.tar.gz) = c16285b7995dcb1822bc855c47471dca200c02e697beb546b9479d2dc0c5aad6
+SHA512 (pytest-mypy-plugins-3.1.0.tar.gz) = e3a5d6c8bcc4a7325c03295eac4bd29ba9facabb84ee0610cf8e38fc8a7e5da075943038b18c4e1d8540a3269f7bac61ae8cc0840f43f9fc7a6a9e871ddafb97
+Size (pytest-mypy-plugins-3.1.0.tar.gz) = 25909 bytes



Home | Main Index | Thread Index | Old Index