git: cd3a485a0f7e - main - math/py-cvxpy: update 1.3.2 → 1.4.1

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 16 Oct 2023 18:38:35 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cd3a485a0f7ecfdffb0af9271c7115de8e593c99

commit cd3a485a0f7ecfdffb0af9271c7115de8e593c99
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-10-16 18:38:13 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-10-16 18:38:32 +0000

    math/py-cvxpy: update 1.3.2 → 1.4.1
    
    Reported by:    portscout
---
 math/py-cvxpy/Makefile | 9 ++++++---
 math/py-cvxpy/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/math/py-cvxpy/Makefile b/math/py-cvxpy/Makefile
index 4d4efe071ce1..f8ff425e3ee8 100644
--- a/math/py-cvxpy/Makefile
+++ b/math/py-cvxpy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cvxpy
-DISTVERSION=	1.3.2
+DISTVERSION=	1.4.1
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,8 @@ WWW=		https://www.cvxpy.org/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYNUMPY}
+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} \
@@ -25,6 +26,8 @@ USE_PYTHON=	distutils autoplist pytest # 1 test fails, see https://github.com/cv
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
 post-install:
-		${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxcore*.so
+		@${STRIP_CMD} \
+			${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxcore${PYTHON_EXT_SUFFIX}.so \
+			${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxpy_sparsecholesky${PYTHON_EXT_SUFFIX}.so
 
 .include <bsd.port.mk>
diff --git a/math/py-cvxpy/distinfo b/math/py-cvxpy/distinfo
index c21b2a56a35b..04786ffabac2 100644
--- a/math/py-cvxpy/distinfo
+++ b/math/py-cvxpy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688795955
-SHA256 (cvxpy-1.3.2.tar.gz) = 0b685e5040f199f3d703f30f5d22d1f865597623455153d1ddd770245aef0975
-SIZE (cvxpy-1.3.2.tar.gz) = 1330237
+TIMESTAMP = 1697408449
+SHA256 (cvxpy-1.4.1.tar.gz) = 7a9ef34e3c57ff8c844d86f0a3834fb5575af19233947639de0ba577c6122e3e
+SIZE (cvxpy-1.4.1.tar.gz) = 1570388