mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
math/py-cvxpy: update 1.5.1 → 1.5.2
Reported by: portscout
This commit is contained in:
parent
ff49064fd1
commit
ec1eeb97c5
@ -1,5 +1,5 @@
|
||||
PORTNAME= cvxpy
|
||||
DISTVERSION= 1.5.1
|
||||
DISTVERSION= 1.5.2
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -15,13 +15,15 @@ BUILD_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}ecos>=2:math/py-ecos@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}osqp>=0.4.1:math/py-osqp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}clarabel>=0.5.0:math/py-clarabel@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}osqp>0:math/py-osqp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=1.1.0:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scs>=1.1.6:math/py-scs@${PY_FLAVOR}
|
||||
TEST_DEPENDS= pytest:devel/py-pytest@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}scs>0:math/py-scs@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cvxopt>0:math/py-cvxopt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}diffcp>0:math/py-diffcp@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist pytest # 45 tests fail, see https://github.com/cvxpy/cvxpy/issues/2416
|
||||
USE_PYTHON= distutils autoplist pytest
|
||||
|
||||
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1716602611
|
||||
SHA256 (cvxpy-1.5.1.tar.gz) = 225c90abe61a143dde2ff72d1acf9875b58d8c047ad589abc1b735640735dbfc
|
||||
SIZE (cvxpy-1.5.1.tar.gz) = 1581465
|
||||
TIMESTAMP = 1718818300
|
||||
SHA256 (cvxpy-1.5.2.tar.gz) = 8231f006f6b55da141758282aecb788b3b5742448765dba6a9440b6336080ce3
|
||||
SIZE (cvxpy-1.5.2.tar.gz) = 1585839
|
||||
|
Loading…
Reference in New Issue
Block a user