git: a7c9cc2b093f - main - math/py-hmmlearn: Unbreak poudriere build

From: Jason W. Bacon <jwb_at_FreeBSD.org>
Date: Tue, 11 Mar 2025 14:55:39 UTC
The branch main has been updated by jwb:

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

commit a7c9cc2b093f12c9f5eee93b45cc53edb77f75bf
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2025-03-11 14:54:13 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2025-03-11 14:54:13 +0000

    math/py-hmmlearn: Unbreak poudriere build
    
    pep517 -> distutils
    Ports builds work and poudriere build worked recently, so this may
    be a temporary fix to work around pep517 issues
---
 math/py-hmmlearn/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-hmmlearn/Makefile b/math/py-hmmlearn/Makefile
index c624c1d7f0fd..46a9563bf900 100644
--- a/math/py-hmmlearn/Makefile
+++ b/math/py-hmmlearn/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.16:science/py-scikit-learn@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist pep517 pytest
+USE_PYTHON=	autoplist distutils pytest
 
 post-stage:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hmmlearn/_hmmc.cpython-${PYTHON_SUFFIX}.so