pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  5 22:20:06 UTC 2022

Added Files:
        pkgsrc/devel/py-test-mypy: DESCR Makefile PLIST distinfo log

Log Message:
devel/py-test-mypy: import py-test-mypy-0.8.1

Packaged by K.I.A.Derouiche for wip

Mypy static type checker plugin for pytest


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

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

Added files:

Index: pkgsrc/devel/py-test-mypy/DESCR
diff -u /dev/null pkgsrc/devel/py-test-mypy/DESCR:1.1
--- /dev/null   Wed Jan  5 22:20:06 2022
+++ pkgsrc/devel/py-test-mypy/DESCR     Wed Jan  5 22:20:06 2022
@@ -0,0 +1 @@
+Mypy static type checker plugin for pytest
Index: pkgsrc/devel/py-test-mypy/Makefile
diff -u /dev/null pkgsrc/devel/py-test-mypy/Makefile:1.1
--- /dev/null   Wed Jan  5 22:20:06 2022
+++ pkgsrc/devel/py-test-mypy/Makefile  Wed Jan  5 22:20:06 2022
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/01/05 22:20:06 wiz Exp $
+
+DISTNAME=      pytest-mypy-0.8.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-mypy/}
+
+MAINTAINER=    kamelderouiche%yahoo.com@localhost
+HOMEPAGE=      https://github.com/dbader/pytest-mypy
+COMMENT=       Mypy static type checker plugin for Pytest
+LICENSE=       mit
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-filelock>=3.0.12:../../devel/py-filelock
+DEPENDS+=      ${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-mypy>=0.782:../../lang/py-mypy
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-mypy/PLIST
diff -u /dev/null pkgsrc/devel/py-test-mypy/PLIST:1.1
--- /dev/null   Wed Jan  5 22:20:06 2022
+++ pkgsrc/devel/py-test-mypy/PLIST     Wed Jan  5 22:20:06 2022
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/05 22:20:06 wiz 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.py
+${PYSITELIB}/pytest_mypy.pyc
+${PYSITELIB}/pytest_mypy.pyo
Index: pkgsrc/devel/py-test-mypy/distinfo
diff -u /dev/null pkgsrc/devel/py-test-mypy/distinfo:1.1
--- /dev/null   Wed Jan  5 22:20:06 2022
+++ pkgsrc/devel/py-test-mypy/distinfo  Wed Jan  5 22:20:06 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/05 22:20:06 wiz Exp $
+
+BLAKE2s (pytest-mypy-0.8.1.tar.gz) = ea1bd9704c78d87f4d16d13844e1e5e514babc305a36a67b10abcf2d0f1d210e
+SHA512 (pytest-mypy-0.8.1.tar.gz) = edcecaad4a176054e2dd3e3390b553d6c9edc11200a94245d1917084437a1a452a99c387aee632a90276d9fcf661b79917e6ce3061acf6dff51aad4065759722
+Size (pytest-mypy-0.8.1.tar.gz) = 14282 bytes
Index: pkgsrc/devel/py-test-mypy/log
diff -u /dev/null pkgsrc/devel/py-test-mypy/log:1.1
--- /dev/null   Wed Jan  5 22:20:06 2022
+++ pkgsrc/devel/py-test-mypy/log       Wed Jan  5 22:20:06 2022
@@ -0,0 +1,6 @@
+## [0.8.1](https://github.com/dbader/pytest-mypy/milestone/16)
+* Add a partial workaround for https://github.com/pytest-dev/pytest/issues/8016.
+
+## [0.8.0](https://github.com/dbader/pytest-mypy/milestone/15)
+* Add support for Python 3.9.
+* Stop injecting `MypyStatusItem` in `pytest_collection_modifyitems` to fix `--looponfail`.



Home | Main Index | Thread Index | Old Index