Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2024 08:17:22 GMT
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c65fdbc33b3f - main - math/py-pygslodeiv2: fix build with python 3.11
Message-ID:  <202405310817.44V8HMXA020212@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405310817.44V8HMXA020212>