svn commit: r495914 - head/math/py-scs

Yuri Victorovich yuri at FreeBSD.org
Sat Mar 16 17:07:49 UTC 2019


Author: yuri
Date: Sat Mar 16 17:07:48 2019
New Revision: 495914
URL: https://svnweb.freebsd.org/changeset/ports/495914

Log:
  math/py-scs: Update 2.0.2 -> 2.1.0
  
  Reported by:	portscout

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

Modified: head/math/py-scs/Makefile
==============================================================================
--- head/math/py-scs/Makefile	Sat Mar 16 17:04:15 2019	(r495913)
+++ head/math/py-scs/Makefile	Sat Mar 16 17:07:48 2019	(r495914)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	scs
-DISTVERSION=	2.0.2
-PORTREVISION=	1
+DISTVERSION=	2.1.0
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +11,8 @@ COMMENT=	Splitting conic solver for Python
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	${PYNUMPY}
+BUILD_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0.13.2:science/py-scipy@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.13.2:science/py-scipy@${PY_FLAVOR}
 

Modified: head/math/py-scs/distinfo
==============================================================================
--- head/math/py-scs/distinfo	Sat Mar 16 17:04:15 2019	(r495913)
+++ head/math/py-scs/distinfo	Sat Mar 16 17:07:48 2019	(r495914)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542579078
-SHA256 (scs-2.0.2.tar.gz) = c468a475c49327599d9e89fa1aff1ba6196cc967df5364d74db66de4fceab65a
-SIZE (scs-2.0.2.tar.gz) = 133826
+TIMESTAMP = 1552753265
+SHA256 (scs-2.1.0.tar.gz) = 1d67a34b36ef31fc23eeb29c97d3b126d8c70f6420e4da600d674f478d1985d4
+SIZE (scs-2.1.0.tar.gz) = 154400


More information about the svn-ports-all mailing list