svn commit: r553218 - head/math/py-cvxpy

Yuri Victorovich yuri at FreeBSD.org
Sat Oct 24 19:04:46 UTC 2020


Author: yuri
Date: Sat Oct 24 19:04:45 2020
New Revision: 553218
URL: https://svnweb.freebsd.org/changeset/ports/553218

Log:
  math/py-cvxpy: Update 1.1.6 -> 1.1.7
  
  Reported by:	portscout

Modified:
  head/math/py-cvxpy/Makefile
  head/math/py-cvxpy/distinfo

Modified: head/math/py-cvxpy/Makefile
==============================================================================
--- head/math/py-cvxpy/Makefile	Sat Oct 24 18:59:24 2020	(r553217)
+++ head/math/py-cvxpy/Makefile	Sat Oct 24 19:04:45 2020	(r553218)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cvxpy
-DISTVERSION=	1.1.6
+DISTVERSION=	1.1.7
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,5 +21,8 @@ RUN_DEPENDS=	${PYNUMPY} \
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+
+post-install:
+		${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxcore.so
 
 .include <bsd.port.mk>

Modified: head/math/py-cvxpy/distinfo
==============================================================================
--- head/math/py-cvxpy/distinfo	Sat Oct 24 18:59:24 2020	(r553217)
+++ head/math/py-cvxpy/distinfo	Sat Oct 24 19:04:45 2020	(r553218)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602784155
-SHA256 (cvxpy-1.1.6.tar.gz) = 36527573c937cedd270f46c77b50bb5e16b96ca7b05a7a480bdc8c9052595723
-SIZE (cvxpy-1.1.6.tar.gz) = 1005779
+TIMESTAMP = 1603565999
+SHA256 (cvxpy-1.1.7.tar.gz) = 330eb76e8369c360b68d9231c6eb350848e373b5952134f9bfebaed1a4c4211f
+SIZE (cvxpy-1.1.7.tar.gz) = 1005861


More information about the svn-ports-all mailing list