Skip to content

Commit

Permalink
math/py-cvxpy: Update 1.1.18 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed May 10, 2022
1 parent bc6d572 commit 5df512e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion math/py-cvxpy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cvxpy
DISTVERSION= 1.1.18
DISTVERSION= 1.2.0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -16,11 +16,15 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}osqp>=0.4.1: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}

USES= python:3.6+
USE_PYTHON= distutils autoplist

post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxcore*.so

do-test: install
@cd ${WRKSRC} && pytest

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions math/py-cvxpy/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1641248036
SHA256 (cvxpy-1.1.18.tar.gz) = 5baefe1f2ed6937749b293586c6ce4f42ed30e7890223f7661ccb2bb7df70bef
SIZE (cvxpy-1.1.18.tar.gz) = 1264962
TIMESTAMP = 1652215569
SHA256 (cvxpy-1.2.0.tar.gz) = 414466fde849a2faabfd9444ec82ca2e7bf142c01d7237524cf9730adeb4201c
SIZE (cvxpy-1.2.0.tar.gz) = 1285916

0 comments on commit 5df512e

Please sign in to comment.