Skip to content
Snippets Groups Projects
Verified Commit c39f32ab authored by sunpoet's avatar sunpoet
Browse files

devel/py-pytest-mypy-plugins: Add py-pytest-mypy-plugins 1.10.1

pytest plugin for testing mypy types, stubs, and plugins.
parent 4dc064d4
No related branches found
No related tags found
No related merge requests found
......@@ -5209,6 +5209,7 @@
SUBDIR += py-pytest-mpl
SUBDIR += py-pytest-mutagen
SUBDIR += py-pytest-mypy
SUBDIR += py-pytest-mypy-plugins
SUBDIR += py-pytest-nunit
SUBDIR += py-pytest-parallel
SUBDIR += py-pytest-pep8
......
PORTNAME= pytest-mypy-plugins
PORTVERSION= 1.10.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= pytest plugin for writing tests for mypy plugins
WWW= https://github.com/typeddjango/pytest-mypy-plugins
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chevron>=0:textproc/py-chevron@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mypy>=0.970:devel/py-mypy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=6.0.0,1:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1674588054
SHA256 (pytest-mypy-plugins-1.10.1.tar.gz) = 1f258ccd784341dee93d4baaedafe715ead2a1f730c59282c45abd025612cf16
SIZE (pytest-mypy-plugins-1.10.1.tar.gz) = 17308
pytest plugin for testing mypy types, stubs, and plugins.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment