Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2020 16:44:04 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544627 - in head/math: . py-mip
Message-ID:  <202008101644.07AGi4EW024921@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008101644.07AGi4EW024921>