From owner-svn-ports-all@freebsd.org Sun Nov 18 23:04:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6110D112762F; Sun, 18 Nov 2018 23:04:43 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0133C7545E; Sun, 18 Nov 2018 23:04:43 +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 B2B3C19D5E; Sun, 18 Nov 2018 23:04:42 +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 wAIN4gTS093442; Sun, 18 Nov 2018 23:04:42 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAIN4ffr093438; Sun, 18 Nov 2018 23:04:41 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201811182304.wAIN4ffr093438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 18 Nov 2018 23:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485288 - in head/math: . py-cvxpy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-cvxpy X-SVN-Commit-Revision: 485288 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0133C7545E X-Spamd-Result: default: False [0.11 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.04)[-0.041,0]; NEURAL_SPAM_MEDIUM(0.15)[0.147,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2018 23:04:43 -0000 Author: yuri Date: Sun Nov 18 23:04:41 2018 New Revision: 485288 URL: https://svnweb.freebsd.org/changeset/ports/485288 Log: New port: math/py-cvxpy: Domain-specific language for modeling convex optimization problems Added: head/math/py-cvxpy/ head/math/py-cvxpy/Makefile (contents, props changed) head/math/py-cvxpy/distinfo (contents, props changed) head/math/py-cvxpy/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Nov 18 22:49:45 2018 (r485287) +++ head/math/Makefile Sun Nov 18 23:04:41 2018 (r485288) @@ -692,6 +692,7 @@ SUBDIR += py-colormath SUBDIR += py-cryptominisat SUBDIR += py-cvxopt + SUBDIR += py-cvxpy SUBDIR += py-cyipopt SUBDIR += py-ecos SUBDIR += py-fastcluster Added: head/math/py-cvxpy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-cvxpy/Makefile Sun Nov 18 23:04:41 2018 (r485288) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= cvxpy +DISTVERSION= 1.0.10 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Domain-specific language for modeling convex optimization problems + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}ecos>=2:math/py-ecos@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fastcache>0:devel/py-fastcache@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}multiprocess>0:devel/py-multiprocess@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}osqp>0:math/py-osqp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.19:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scs>=1.1.3:math/py-scs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}toolz>0:devel/py-toolz@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/math/py-cvxpy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-cvxpy/distinfo Sun Nov 18 23:04:41 2018 (r485288) @@ -0,0 +1,3 @@ +TIMESTAMP = 1542573041 +SHA256 (cvxpy-1.0.10.tar.gz) = bd362f638c661cd532451948892647580d8726d5b70b557cdca3ebb993a23282 +SIZE (cvxpy-1.0.10.tar.gz) = 900149 Added: head/math/py-cvxpy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-cvxpy/pkg-descr Sun Nov 18 23:04:41 2018 (r485288) @@ -0,0 +1,5 @@ +CVXPY is a Python-embedded modeling language for convex optimization problems. +It allows you to express your problem in a natural way that follows the math, +rather than in the restrictive standard form required by solvers. + +WWW: https://www.cvxpy.org/