From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 17:48:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 AA615677FD4; Tue, 21 Sep 2021 17:48:11 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HDTRb4Jd9z3j7K; Tue, 21 Sep 2021 17:48:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A570166; Tue, 21 Sep 2021 17:48:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18LHmB4n056825; Tue, 21 Sep 2021 17:48:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18LHmBDs056824; Tue, 21 Sep 2021 17:48:11 GMT (envelope-from git) Date: Tue, 21 Sep 2021 17:48:11 GMT Message-Id: <202109211748.18LHmBDs056824@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 0533133ad087 - main - math/py-cvxopt: Update 1.2.6 -> 1.2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0533133ad087257f0a22cbba6e4bc8b18a933795 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 17:48:11 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0533133ad087257f0a22cbba6e4bc8b18a933795 commit 0533133ad087257f0a22cbba6e4bc8b18a933795 Author: Yuri Victorovich AuthorDate: 2021-09-21 17:01:49 +0000 Commit: Yuri Victorovich CommitDate: 2021-09-21 17:47:02 +0000 math/py-cvxopt: Update 1.2.6 -> 1.2.7 Reported by: portscout --- math/py-cvxopt/Makefile | 13 ++++++++++--- math/py-cvxopt/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/math/py-cvxopt/Makefile b/math/py-cvxopt/Makefile index 0a56859d1cc3..806d1a55ae43 100644 --- a/math/py-cvxopt/Makefile +++ b/math/py-cvxopt/Makefile @@ -1,6 +1,5 @@ PORTNAME= cvxopt -DISTVERSION= 1.2.6 -PORTREVISION= 2 +DISTVERSION= 1.2.7 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +9,14 @@ COMMENT= Python software for convex optimization LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libblas.so:math/blas \ +LIB_DEPENDS= libamd.so:math/suitesparse-amd \ + libblas.so:math/blas \ + libcholmod.so:math/suitesparse-cholmod \ + libcolamd.so:math/suitesparse-colamd \ liblapack.so:math/lapack \ + libsuitesparseconfig.so:math/suitesparse-config \ libumfpack.so:math/suitesparse-umfpack +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ localbase:ldflags USE_GITHUB= yes @@ -42,4 +46,7 @@ DSDP_LIB_DEPENDS= libdsdp.so:math/dsdp post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cvxopt/*.so +do-test: install + @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest + .include diff --git a/math/py-cvxopt/distinfo b/math/py-cvxopt/distinfo index 36a5b9822835..0977dc5b6408 100644 --- a/math/py-cvxopt/distinfo +++ b/math/py-cvxopt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613681013 -SHA256 (cvxopt-cvxopt-1.2.6_GH0.tar.gz) = 8d277eec27b8e6ca5eefde6232a474bfc25aa195653229217dfbd37918fc52d5 -SIZE (cvxopt-cvxopt-1.2.6_GH0.tar.gz) = 4114036 +TIMESTAMP = 1632242651 +SHA256 (cvxopt-cvxopt-1.2.7_GH0.tar.gz) = 26557c00b07aed6e6d7e7110443472766f3664faa43733c8cc520e4d9b856594 +SIZE (cvxopt-cvxopt-1.2.7_GH0.tar.gz) = 4115486