From owner-svn-ports-all@freebsd.org Sat Mar 31 08:23:35 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 1985FF6DE0E; Sat, 31 Mar 2018 08:23:35 +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 BDC197845E; Sat, 31 Mar 2018 08:23:34 +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 B8A3215565; Sat, 31 Mar 2018 08:23:34 +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 w2V8NYcc014571; Sat, 31 Mar 2018 08:23:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2V8NYZN014567; Sat, 31 Mar 2018 08:23:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803310823.w2V8NYZN014567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 31 Mar 2018 08:23:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466033 - in head/math: . py-Pyomo X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-Pyomo X-SVN-Commit-Revision: 466033 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 31 Mar 2018 08:23:35 -0000 Author: yuri Date: Sat Mar 31 08:23:34 2018 New Revision: 466033 URL: https://svnweb.freebsd.org/changeset/ports/466033 Log: New port: math/py-Pyomo: Python Optimization Modeling Objects Added: head/math/py-Pyomo/ head/math/py-Pyomo/Makefile (contents, props changed) head/math/py-Pyomo/distinfo (contents, props changed) head/math/py-Pyomo/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Mar 31 08:21:30 2018 (r466032) +++ head/math/Makefile Sat Mar 31 08:23:34 2018 (r466033) @@ -625,6 +625,7 @@ SUBDIR += pure-rational SUBDIR += py-Diofant SUBDIR += py-PyWavelets + SUBDIR += py-Pyomo SUBDIR += py-altgraph SUBDIR += py-apgl SUBDIR += py-basemap Added: head/math/py-Pyomo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-Pyomo/Makefile Sat Mar 31 08:23:34 2018 (r466033) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= Pyomo +DISTVERSION= 5.4.3 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python Optimization Modeling Objects + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}PyUtilib>=5.6.2:devel/py-PyUtilib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${FLAVOR} + +USES= python +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes + +.include Added: head/math/py-Pyomo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-Pyomo/distinfo Sat Mar 31 08:23:34 2018 (r466033) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522480103 +SHA256 (Pyomo-5.4.3.tar.gz) = 722887e1b4d8963eb648aaa61a70f5060cc3db63f48f5d2ffdc822ed90bb0f22 +SIZE (Pyomo-5.4.3.tar.gz) = 1377037 Added: head/math/py-Pyomo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-Pyomo/pkg-descr Sat Mar 31 08:23:34 2018 (r466033) @@ -0,0 +1,24 @@ +Pyomo is a Python-based open-source software package that supports a diverse +set of optimization capabilities for formulating and analyzing optimization +models. + +Modeling optimization applications is a core capability of Pyomo. Pyomo can be +used to define symbolic problems, create concrete problem instances, and solve +these instances with standard solvers. Thus, Pyomo provides a capability that is +commonly associated with algebraic modeling languages such as AMPL, AIMMS, and +GAMS, but Pyomo's modeling objects are embedded within a full-featured +high-level programming language with a rich set of supporting libraries. Pyomo +supports a wide range of problem types, including: +* Linear programming +* Quadratic programming +* Nonlinear programming +* Mixed-integer linear programming +* Mixed-integer quadratic programming +* Mixed-integer nonlinear programming +* Mixed-integer stochastic programming +* Generalized disjunctive programming +* Differential algebraic equations +* Bilevel programming +* Mathematical programming with equilibrium constraints + +WWW: https://github.com/Pyomo/pyomo