Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2020 19:04:45 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553218 - head/math/py-cvxpy
Message-ID:  <202010241904.09OJ4jaI099909@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010241904.09OJ4jaI099909>