Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2025 13:32:27 +0000
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: eac9ed8aac2d - main - devel/py-pytest-mypy: Update to 1.0.1
Message-ID:  <6953d46b.3ea2a.7932422b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit eac9ed8aac2db3fa12540571f7e4c1339c825588
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-30 13:22:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-30 13:29:19 +0000

    devel/py-pytest-mypy: Update to 1.0.1
    
    Changes:        https://github.com/realpython/pytest-mypy/releases
---
 devel/py-pytest-mypy/Makefile | 19 +++++++++----------
 devel/py-pytest-mypy/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/devel/py-pytest-mypy/Makefile b/devel/py-pytest-mypy/Makefile
index 52fe1f9f6746..30bbf1fa45f4 100644
--- a/devel/py-pytest-mypy/Makefile
+++ b/devel/py-pytest-mypy/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	pytest-mypy
-PORTVERSION=	0.10.3
-PORTREVISION=	1
+PORTVERSION=	1.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	pytest_mypy-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Mypy static type checker plugin for pytest
@@ -12,14 +12,13 @@ WWW=		https://github.com/realpython/pytest-mypy
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=59.6:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.4:devel/py-setuptools-scm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0.37.1:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.0:devel/py-attrs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}filelock>=3.0:sysutils/py-filelock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}mypy>=0.900:devel/py-mypy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>=4.6,1:devel/py-pytest@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7.1:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}filelock>=3.0:sysutils/py-filelock@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mypy>=1.0:devel/py-mypy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=7.0,1:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-randomly>=0:devel/py-pytest-randomly@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR}
diff --git a/devel/py-pytest-mypy/distinfo b/devel/py-pytest-mypy/distinfo
index bfd22afb8d6e..2fab2dbd94e0 100644
--- a/devel/py-pytest-mypy/distinfo
+++ b/devel/py-pytest-mypy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674589884
-SHA256 (pytest-mypy-0.10.3.tar.gz) = f8458f642323f13a2ca3e2e61509f7767966b527b4d8adccd5032c3e7b4fd3db
-SIZE (pytest-mypy-0.10.3.tar.gz) = 14020
+TIMESTAMP = 1766953380
+SHA256 (pytest_mypy-1.0.1.tar.gz) = 3f5fcaff75c80dccc6b68cf5ecc28e1bbe71e95309469eb7a28bf408ce55c074
+SIZE (pytest_mypy-1.0.1.tar.gz) = 15975


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6953d46b.3ea2a.7932422b>