From owner-svn-ports-head@freebsd.org Fri Jan 17 06:50:14 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2155F223F1D; Fri, 17 Jan 2020 06:50:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zWsK4w5Dz482H; Fri, 17 Jan 2020 06:50:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2BF04ABB; Fri, 17 Jan 2020 06:50:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00H6oDnc080511; Fri, 17 Jan 2020 06:50:13 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00H6oDlo080509; Fri, 17 Jan 2020 06:50:13 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202001170650.00H6oDlo080509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 17 Jan 2020 06:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523284 - head/math/py-CyLP X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-CyLP X-SVN-Commit-Revision: 523284 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2020 06:50:14 -0000 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