mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
devel/py-pytest-mypy-plugins: Update to 3.1.2
- Convert to USE_PYTHON=pep517 Changes: https://github.com/typeddjango/pytest-mypy-plugins/releases
This commit is contained in:
parent
812d182bd4
commit
5fd2d3f28f
2 changed files with 7 additions and 5 deletions
|
@ -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}
|
||||
|
@ -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} \
|
||||
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue