pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-mypy devel/py-test-mypy: import py-test-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cf66bd84def
branches:  trunk
changeset: 371168:3cf66bd84def
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 05 22:20:06 2022 +0000

description:
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

diffstat:

 devel/py-test-mypy/DESCR    |   1 +
 devel/py-test-mypy/Makefile |  21 +++++++++++++++++++++
 devel/py-test-mypy/PLIST    |  10 ++++++++++
 devel/py-test-mypy/distinfo |   5 +++++
 devel/py-test-mypy/log      |   6 ++++++
 5 files changed, 43 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r c3ee5f4c54db -r 3cf66bd84def devel/py-test-mypy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-mypy/DESCR  Wed Jan 05 22:20:06 2022 +0000
@@ -0,0 +1,1 @@
+Mypy static type checker plugin for pytest
diff -r c3ee5f4c54db -r 3cf66bd84def devel/py-test-mypy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-mypy/Makefile       Wed Jan 05 22:20:06 2022 +0000
@@ -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"
diff -r c3ee5f4c54db -r 3cf66bd84def devel/py-test-mypy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-mypy/PLIST  Wed Jan 05 22:20:06 2022 +0000
@@ -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
diff -r c3ee5f4c54db -r 3cf66bd84def devel/py-test-mypy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-mypy/distinfo       Wed Jan 05 22:20:06 2022 +0000
@@ -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
diff -r c3ee5f4c54db -r 3cf66bd84def devel/py-test-mypy/log
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-mypy/log    Wed Jan 05 22:20:06 2022 +0000
@@ -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