git: 3f7468e61eee - main - math/py-fpylll: Use USE_PYTHON=cython

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 25 Sep 2024 04:28:01 UTC
The branch main has been updated by sunpoet:

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

commit 3f7468e61eeefe87f0c20175efa8bd5412987763
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-25 04:17:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-25 04:23:02 +0000

    math/py-fpylll: Use USE_PYTHON=cython
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 math/py-fpylll/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/math/py-fpylll/Makefile b/math/py-fpylll/Makefile
index 2df0cc43eacb..e6ef2fedc7e1 100644
--- a/math/py-fpylll/Makefile
+++ b/math/py-fpylll/Makefile
@@ -11,7 +11,6 @@ WWW=		https://github.com/fplll/fpylll
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${PYNUMPY}	\
-		cython:lang/cython	\
 		${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR}	\
 		${PYTHON_PKGNAMEPREFIX}pythran>0:devel/py-pythran@${PY_FLAVOR}	\
 		${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR}
@@ -30,7 +29,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	fplll
 
 USES=		compiler:c++11-lang python
-USE_PYTHON=	distutils
+USE_PYTHON=	cython distutils
 .if !defined(WITH_DEBUG)
 LDFLAGS+=	-s
 .endif