Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2020 06:50:13 +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: r523284 - head/math/py-CyLP
Message-ID:  <202001170650.00H6oDlo080509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Jan 17 06:50:12 2020
New Revision: 523284
URL: https://svnweb.freebsd.org/changeset/ports/523284

Log:
  math/py-CyLP: Update 0.7.2-30 -> 0.9.0
  
  Reported by:	portscout

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

Modified: head/math/py-CyLP/Makefile
==============================================================================
--- head/math/py-CyLP/Makefile	Fri Jan 17 06:45:00 2020	(r523283)
+++ head/math/py-CyLP/Makefile	Fri Jan 17 06:50:12 2020	(r523284)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	CyLP
-DISTVERSION=	0.7.2-30
-PORTREVISION=	2
-DISTVERSIONSUFFIX=	-g65a985b
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.9.0
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -15,16 +14,17 @@ LICENSE_NAME=	Common Public License Version 1.0
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
 
-BUILD_DEPENDS=	${PYNUMPY} \
+PY_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.10.0:science/py-scipy@${PY_FLAVOR}
+BUILD_DEPENDS=	${PY_DEPENDS}
 LIB_DEPENDS=	libblas.so:math/blas \
 		libCbc.so:math/cbc \
 		libCgl.so:math/cgl \
 		libClp.so:math/clp \
 		liblapack.so:math/lapack
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PY_DEPENDS}
 
-USES=		compiler:c++11-lang python:2.7 # 3.X support is still in the pull request: https://github.com/coin-or/CyLP/pull/28
+USES=		compiler:c++11-lang python
 USE_GITHUB=	yes
 GH_ACCOUNT=	coin-or
 USE_PYTHON=	distutils cython autoplist

Modified: head/math/py-CyLP/distinfo
==============================================================================
--- head/math/py-CyLP/distinfo	Fri Jan 17 06:45:00 2020	(r523283)
+++ head/math/py-CyLP/distinfo	Fri Jan 17 06:50:12 2020	(r523284)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537731308
-SHA256 (coin-or-CyLP-0.7.2-30-g65a985b_GH0.tar.gz) = 9a611fe5e530b61ac4d9c496d7cae88f25491bb571cb3ce3c37ebcb785ee1870
-SIZE (coin-or-CyLP-0.7.2-30-g65a985b_GH0.tar.gz) = 10514134
+TIMESTAMP = 1579241793
+SHA256 (coin-or-CyLP-v0.9.0_GH0.tar.gz) = 826432d1b1f198cfe5f6f88b4f040f97817030d0d9a09a37f4820a95297f6c3b
+SIZE (coin-or-CyLP-v0.9.0_GH0.tar.gz) = 8922310



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