git: 85e30fe43ee8 - main - benchmarks/py-locust-cloud: Fix RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 10 Sep 2025 04:46:53 UTC
The branch main has been updated by sunpoet:

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

commit 85e30fe43ee8cc87ce3bf06aa83af3b8fc4eb9e1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-10 04:37:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-10 04:37:52 +0000

    benchmarks/py-locust-cloud: Fix RUN_DEPENDS
    
    - Use PY_TOMLI
    - Bump PORTREVISION for dependency change
    
    from pyproject.toml:
        "tomli>=1.1.0; python_version < '3.11'",
    
    Reference:      https://github.com/locustcloud/locust-cloud/blob/1.26.3/pyproject.toml#L10
    Approved by:    portmgr (blanket)
    With hat:       python
---
 benchmarks/py-locust-cloud/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/benchmarks/py-locust-cloud/Makefile b/benchmarks/py-locust-cloud/Makefile
index ca944675a4fc..69831ecafc43 100644
--- a/benchmarks/py-locust-cloud/Makefile
+++ b/benchmarks/py-locust-cloud/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	locust-cloud
 DISTVERSION=	1.26.3
+PORTREVISION=	1
 CATEGORIES=	benchmarks www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}configargparse>=0:devel/py-configargparse@${
 		${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}platformdirs>=0:devel/py-platformdirs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-socketio>=0:devel/py-python-socketio@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} \
+		${PY_TOMLI} \
 		${PYTHON_PKGNAMEPREFIX}python-engineio>=0:devel/py-python-engineio@${PY_FLAVOR}
 
 USES=		python