aboutsummaryrefslogtreecommitdiff
path: root/math/py-mip
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-08-10 16:44:04 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-08-10 16:44:04 +0000
commitfb61dc1b2ca092fa9b0042402953a6c2f3221996 (patch)
tree474601db8e9f015bb3d033bc7d8a3b1c418cc49a /math/py-mip
parent1deaaa95a89b22dd0e668d720077b8c348365b8b (diff)
downloadports-fb61dc1b2ca092fa9b0042402953a6c2f3221996.tar.gz
ports-fb61dc1b2ca092fa9b0042402953a6c2f3221996.zip
New port: math/py-mip: Python MIP (Mixed-Integer Linear Programming) Tools
Notes
Notes: svn path=/head/; revision=544627
Diffstat (limited to 'math/py-mip')
-rw-r--r--math/py-mip/Makefile22
-rw-r--r--math/py-mip/distinfo3
-rw-r--r--math/py-mip/pkg-descr6
3 files changed, 31 insertions, 0 deletions
diff --git a/math/py-mip/Makefile b/math/py-mip/Makefile
new file mode 100644
index 000000000000..85bdec099eb0
--- /dev/null
+++ b/math/py-mip/Makefile
@@ -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>
diff --git a/math/py-mip/distinfo b/math/py-mip/distinfo
new file mode 100644
index 000000000000..55b204851404
--- /dev/null
+++ b/math/py-mip/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1597077367
+SHA256 (mip-1.11.0.tar.gz) = bd674c5cc3b579bfe5de9f1724666c34d344b2b063cb1542c5492ae793d737a3
+SIZE (mip-1.11.0.tar.gz) = 46749284
diff --git a/math/py-mip/pkg-descr b/math/py-mip/pkg-descr
new file mode 100644
index 000000000000..bdaeec5111d9
--- /dev/null
+++ b/math/py-mip/pkg-descr
@@ -0,0 +1,6 @@
+Python-MIP is a modelling tool developed to provide:
+- Ease of use
+- High performance
+- Extensibility
+
+WWW: https://python-mip.com/