git: c65fdbc33b3f - main - math/py-pygslodeiv2: fix build with python 3.11

From: Ruslan Makhmatkhanov <rm_at_FreeBSD.org>
Date: Fri, 31 May 2024 08:17:22 UTC
The branch main has been updated by rm:

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

commit c65fdbc33b3f7ab656c16784aa895ff7bdfe93b1
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-05-31 08:15:58 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-05-31 08:15:58 +0000

    math/py-pygslodeiv2: fix build with python 3.11
    
    Fix build by regenerating source with cython
    
    PR:             275494
    Approved by:    portmgr (blanket approval)
---
 math/py-pygslodeiv2/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/py-pygslodeiv2/Makefile b/math/py-pygslodeiv2/Makefile
index 02c44ea41255..4a431d6e4ded 100644
--- a/math/py-pygslodeiv2/Makefile
+++ b/math/py-pygslodeiv2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pygslodeiv2
 DISTVERSION=	0.9.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgsl.so:math/gsl
 RUN_DEPENDS=	${PYNUMPY}
 
 USES=		compiler:c++11-lang localbase python
-USE_PYTHON=	distutils autoplist pytest
+USE_PYTHON=	distutils autoplist cython pytest
 
 pre-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext --inplace