From owner-svn-ports-all@freebsd.org Mon Aug 10 16:44:05 2020 Return-Path: Delivered-To: svn-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 8AFC53A7FEA; Mon, 10 Aug 2020 16:44:05 +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) 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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BQMHT36Rjz4VjG; Mon, 10 Aug 2020 16:44:05 +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 33FEDD287; Mon, 10 Aug 2020 16:44:05 +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 07AGi4a1024925; Mon, 10 Aug 2020 16:44:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07AGi4EW024921; Mon, 10 Aug 2020 16:44:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202008101644.07AGi4EW024921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 10 Aug 2020 16:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544627 - in head/math: . py-mip X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-mip X-SVN-Commit-Revision: 544627 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.33 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: Mon, 10 Aug 2020 16:44:05 -0000 Author: yuri Date: Mon Aug 10 16:44:04 2020 New Revision: 544627 URL: https://svnweb.freebsd.org/changeset/ports/544627 Log: New port: math/py-mip: Python MIP (Mixed-Integer Linear Programming) Tools Added: head/math/py-mip/ head/math/py-mip/Makefile (contents, props changed) head/math/py-mip/distinfo (contents, props changed) head/math/py-mip/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Aug 10 16:36:26 2020 (r544626) +++ head/math/Makefile Mon Aug 10 16:44:04 2020 (r544627) @@ -779,6 +779,7 @@ SUBDIR += py-luminol SUBDIR += py-matplotlib SUBDIR += py-matplotlib-scalebar + SUBDIR += py-mip SUBDIR += py-mpmath SUBDIR += py-munkres SUBDIR += py-munkres10 Added: head/math/py-mip/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-mip/Makefile Mon Aug 10 16:44:04 2020 (r544627) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= mip +DISTVERSION= 1.11.0 +CATEGORIES= math +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python MIP (Mixed-Integer Linear Programming) Tools + +LICENSE= EPL + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include Added: head/math/py-mip/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-mip/distinfo Mon Aug 10 16:44:04 2020 (r544627) @@ -0,0 +1,3 @@ +TIMESTAMP = 1597077367 +SHA256 (mip-1.11.0.tar.gz) = bd674c5cc3b579bfe5de9f1724666c34d344b2b063cb1542c5492ae793d737a3 +SIZE (mip-1.11.0.tar.gz) = 46749284 Added: head/math/py-mip/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-mip/pkg-descr Mon Aug 10 16:44:04 2020 (r544627) @@ -0,0 +1,6 @@ +Python-MIP is a modelling tool developed to provide: +- Ease of use +- High performance +- Extensibility + +WWW: https://python-mip.com/