git: 264b18c88eb0 - main - textproc/py-sphinxcontrib-seqdiag: add missing run depend py-setuptools breaking www/py-flask-dance

From: Rodrigo Osorio <rodrigo_at_FreeBSD.org>
Date: Sun, 31 Aug 2025 17:24:34 UTC
The branch main has been updated by rodrigo:

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

commit 264b18c88eb0c898e78bb2f52b4759f3d7624225
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-08-31 17:04:00 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-08-31 17:09:13 +0000

    textproc/py-sphinxcontrib-seqdiag: add missing run depend py-setuptools breaking www/py-flask-dance
    
    PR:             285339
    Reported by:    pkg-fallout
    Obtained from:  Matthew Wener <matthew@wener.org> (maintainer)
---
 textproc/py-sphinxcontrib-seqdiag/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/textproc/py-sphinxcontrib-seqdiag/Makefile b/textproc/py-sphinxcontrib-seqdiag/Makefile
index 87ddbc72f943..2fd70083db5f 100644
--- a/textproc/py-sphinxcontrib-seqdiag/Makefile
+++ b/textproc/py-sphinxcontrib-seqdiag/Makefile
@@ -12,11 +12,14 @@ WWW=		https://github.com/blockdiag/${PORTNAME}
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}seqdiag>=0.9.3:graphics/py-seqdiag@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}seqdiag>=0.9.3:graphics/py-seqdiag@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx>=2.0:textproc/py-sphinx@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes