pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 4 09:33:44 UTC 2023
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-test-mypy-plugins: DESCR Makefile PLIST distinfo
Log Message:
py-test-mypy-plugins: added version 3.0.0
Pytest plugin for testing mypy types, stubs, and plugins.
To generate a diff of this commit:
cvs rdiff -u -r1.4036 -r1.4037 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-mypy-plugins/DESCR \
pkgsrc/devel/py-test-mypy-plugins/Makefile \
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/Makefile
diff -u pkgsrc/devel/Makefile:1.4036 pkgsrc/devel/Makefile:1.4037
--- pkgsrc/devel/Makefile:1.4036 Thu Aug 3 11:50:55 2023
+++ pkgsrc/devel/Makefile Fri Aug 4 09:33:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4036 2023/08/03 11:50:55 wen Exp $
+# $NetBSD: Makefile,v 1.4037 2023/08/04 09:33:43 adam Exp $
#
COMMENT= Development utilities
@@ -2996,6 +2996,7 @@ SUBDIR+= py-test-lazy-fixture
SUBDIR+= py-test-localserver
SUBDIR+= py-test-mock
SUBDIR+= py-test-mypy
+SUBDIR+= py-test-mypy-plugins
SUBDIR+= py-test-pylint
SUBDIR+= py-test-pythonpath
SUBDIR+= py-test-random-order
Added files:
Index: pkgsrc/devel/py-test-mypy-plugins/DESCR
diff -u /dev/null pkgsrc/devel/py-test-mypy-plugins/DESCR:1.1
--- /dev/null Fri Aug 4 09:33:44 2023
+++ pkgsrc/devel/py-test-mypy-plugins/DESCR Fri Aug 4 09:33:44 2023
@@ -0,0 +1 @@
+Pytest plugin for testing mypy types, stubs, and plugins.
Index: pkgsrc/devel/py-test-mypy-plugins/Makefile
diff -u /dev/null pkgsrc/devel/py-test-mypy-plugins/Makefile:1.1
--- /dev/null Fri Aug 4 09:33:44 2023
+++ pkgsrc/devel/py-test-mypy-plugins/Makefile Fri Aug 4 09:33:44 2023
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2023/08/04 09:33:44 adam Exp $
+
+DISTNAME= pytest-mypy-plugins-3.0.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-mypy-plugins/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/TypedDjango/pytest-mypy-plugins
+COMMENT= Pytest plugin for writing tests for mypy plugins
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
+DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-mypy>=1.3:../../lang/py-mypy
+DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-regex-[0-9]*:../../textproc/py-regex
+DEPENDS+= ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
+DEPENDS+= ${PYPKGPREFIX}-tomlkit>=0.11:../../textproc/py-tomlkit
+DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-mypy-plugins/PLIST
diff -u /dev/null pkgsrc/devel/py-test-mypy-plugins/PLIST:1.1
--- /dev/null Fri Aug 4 09:33:44 2023
+++ pkgsrc/devel/py-test-mypy-plugins/PLIST Fri Aug 4 09:33:44 2023
@@ -0,0 +1,23 @@
+@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
+${PYSITELIB}/pytest_mypy_plugins/__init__.py
+${PYSITELIB}/pytest_mypy_plugins/__init__.pyc
+${PYSITELIB}/pytest_mypy_plugins/__init__.pyo
+${PYSITELIB}/pytest_mypy_plugins/collect.py
+${PYSITELIB}/pytest_mypy_plugins/collect.pyc
+${PYSITELIB}/pytest_mypy_plugins/collect.pyo
+${PYSITELIB}/pytest_mypy_plugins/configs.py
+${PYSITELIB}/pytest_mypy_plugins/configs.pyc
+${PYSITELIB}/pytest_mypy_plugins/configs.pyo
+${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/utils.py
+${PYSITELIB}/pytest_mypy_plugins/utils.pyc
+${PYSITELIB}/pytest_mypy_plugins/utils.pyo
Index: pkgsrc/devel/py-test-mypy-plugins/distinfo
diff -u /dev/null pkgsrc/devel/py-test-mypy-plugins/distinfo:1.1
--- /dev/null Fri Aug 4 09:33:44 2023
+++ pkgsrc/devel/py-test-mypy-plugins/distinfo Fri Aug 4 09:33:44 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/04 09:33:44 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
Home |
Main Index |
Thread Index |
Old Index