mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
math/py-pygslodeiv2: fix build with python 3.11
Fix build by regenerating source with cython PR: 275494 Approved by: portmgr (blanket approval)
This commit is contained in:
parent
0ace0c3fc3
commit
c65fdbc33b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user