git: 7e5c5c083545 - main - textproc/py-wordcloud: re-add setuptools

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Fri, 14 Mar 2025 17:57:11 UTC
The branch main has been updated by thierry:

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

commit 7e5c5c083545aa56a9249f7f18d90c34eaf88006
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-03-14 17:51:28 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-03-14 17:56:20 +0000

    textproc/py-wordcloud: re-add setuptools
    
    Since I’m here, switch to setuptools-scm 8.
    
    Reported by:    pkg-fallout
---
 textproc/py-wordcloud/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/textproc/py-wordcloud/Makefile b/textproc/py-wordcloud/Makefile
index 4083a1f8784e..c159c5c5af49 100644
--- a/textproc/py-wordcloud/Makefile
+++ b/textproc/py-wordcloud/Makefile
@@ -14,10 +14,11 @@ BUILD_DEPENDS=	${PYNUMPY}	\
 		${PY_PILLOW}	\
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}	\
 		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}	\
-		${PYTHON_PKGNAMEPREFIX}setuptools_scm7>0:devel/py-setuptools_scm7@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY}	\
 		${PY_PILLOW}	\
-		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}	\
+		${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	cython pep517