Skip to content

Commit

Permalink
devel/py-pytest-mypy-plugins: Update to 3.1.2
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/typeddjango/pytest-mypy-plugins/releases
  • Loading branch information
sunpoet committed Apr 5, 2024
1 parent 812d182 commit 5fd2d3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions devel/py-pytest-mypy-plugins/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pytest-mypy-plugins
PORTVERSION= 3.1.1
PORTVERSION= 3.1.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,6 +11,8 @@ WWW= https://github.com/typeddjango/pytest-mypy-plugins
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \
Expand All @@ -22,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}tomlkit>=0.11:textproc/py-tomlkit@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/py-pytest-mypy-plugins/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1710712482
SHA256 (pytest-mypy-plugins-3.1.1.tar.gz) = 968dbfafb7cce247571f53cfe6e4e7d947ab2f6424082a097a98d546c1669be0
SIZE (pytest-mypy-plugins-3.1.1.tar.gz) = 35712
TIMESTAMP = 1712084508
SHA256 (pytest-mypy-plugins-3.1.2.tar.gz) = 14fa9b00e59713a6fdb88fcf04e8139b9467e117b98d61fc12038c60afb7febe
SIZE (pytest-mypy-plugins-3.1.2.tar.gz) = 26202

0 comments on commit 5fd2d3f

Please sign in to comment.