git: 65ab866caad1 - main - devel/py-pytest-codspeed: Update to 3.0.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 31 Oct 2024 09:23:57 UTC
The branch main has been updated by sunpoet:

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

commit 65ab866caad14ea4e211e7ef2d746b3c89e8c9a8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-31 09:08:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-31 09:22:53 +0000

    devel/py-pytest-codspeed: Update to 3.0.0
    
    - Update WWW
    
    Changes:        https://github.com/CodSpeedHQ/pytest-codspeed/releases
---
 devel/py-pytest-codspeed/Makefile | 16 +++++++++++-----
 devel/py-pytest-codspeed/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/devel/py-pytest-codspeed/Makefile b/devel/py-pytest-codspeed/Makefile
index 39db1e384a40..147c74153347 100644
--- a/devel/py-pytest-codspeed/Makefile
+++ b/devel/py-pytest-codspeed/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-codspeed
-PORTVERSION=	2.2.1
+PORTVERSION=	3.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -7,24 +7,30 @@ DISTNAME=	pytest_codspeed-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Pytest plugin to create CodSpeed benchmarks
-WWW=		https://docs.codspeed.io/ \
+WWW=		https://codspeed.io/ \
+		https://docs.codspeed.io/ \
 		https://github.com/CodSpeedHQ/pytest-codspeed
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.15.1:devel/py-cffi@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.17.1:devel/py-cffi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}filelock>=3.12.2:sysutils/py-filelock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>=3.8,1:devel/py-pytest@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pytest>=3.8,1:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}rich>=13.8.1:textproc/py-rich@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.9+
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 
+.if ${PYTHON_REL} < 31000
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=8.5.0:devel/py-importlib-metadata@${PY_FLAVOR}
+.endif
+
 .if ${PYTHON_REL} >= 31200
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR}
 .endif
diff --git a/devel/py-pytest-codspeed/distinfo b/devel/py-pytest-codspeed/distinfo
index 34d323214259..45d0c5d7bb6c 100644
--- a/devel/py-pytest-codspeed/distinfo
+++ b/devel/py-pytest-codspeed/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711466164
-SHA256 (pytest_codspeed-2.2.1.tar.gz) = 0adc24baf01c64a6ca0a0b83b3cd704351708997e09ec086b7776c32227d4e0a
-SIZE (pytest_codspeed-2.2.1.tar.gz) = 9163
+TIMESTAMP = 1730301020
+SHA256 (pytest_codspeed-3.0.0.tar.gz) = c5b80100ea32dd44079bb2db298288763eb8fe859eafa1650a8711bd2c32fd06
+SIZE (pytest_codspeed-3.0.0.tar.gz) = 12540