Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 00:45:10 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5fd2d3f28f29 - main - devel/py-pytest-mypy-plugins: Update to 3.1.2
Message-ID:  <202404050045.4350jAo4001048@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5fd2d3f28f29ba1cbe24ac6c7e8c5d5178ddd9f2

commit 5fd2d3f28f29ba1cbe24ac6c7e8c5d5178ddd9f2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-05 00:39:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-05 00:39:54 +0000

    devel/py-pytest-mypy-plugins: Update to 3.1.2
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/typeddjango/pytest-mypy-plugins/releases
---
 devel/py-pytest-mypy-plugins/Makefile | 6 ++++--
 devel/py-pytest-mypy-plugins/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-pytest-mypy-plugins/Makefile b/devel/py-pytest-mypy-plugins/Makefile
index 6df907192bd2..45a3036c1e17 100644
--- a/devel/py-pytest-mypy-plugins/Makefile
+++ b/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}
@@ -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
 
diff --git a/devel/py-pytest-mypy-plugins/distinfo b/devel/py-pytest-mypy-plugins/distinfo
index 913ddc1f9ef6..dee09226c671 100644
--- a/devel/py-pytest-mypy-plugins/distinfo
+++ b/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404050045.4350jAo4001048>