mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= pygslodeiv2
|
PORTNAME= pygslodeiv2
|
||||||
DISTVERSION= 0.9.4
|
DISTVERSION= 0.9.4
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= math python
|
CATEGORIES= math python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libgsl.so:math/gsl
|
||||||
RUN_DEPENDS= ${PYNUMPY}
|
RUN_DEPENDS= ${PYNUMPY}
|
||||||
|
|
||||||
USES= compiler:c++11-lang localbase python
|
USES= compiler:c++11-lang localbase python
|
||||||
USE_PYTHON= distutils autoplist pytest
|
USE_PYTHON= distutils autoplist cython pytest
|
||||||
|
|
||||||
pre-test:
|
pre-test:
|
||||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext --inplace
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext --inplace
|
||||||
|
|
Loading…
Add table
Reference in a new issue