Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2021 19:46:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563910 - in head/math: . py-spopt
Message-ID:  <202102031946.113JkEXV090049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb  3 19:46:13 2021
New Revision: 563910
URL: https://svnweb.freebsd.org/changeset/ports/563910

Log:
  Add py-spopt 0.1.1
  
  Spatial Optimization
  
  Spopt is an open-source Python library for solving optimization problems with
  spatial data. Originating from the region module in PySAL (Python Spatial
  Analysis Library), it is under active development for the inclusion of newly
  proposed models and methods for regionalization, facility location, and
  transportation-oriented solutions.
  
  WWW: https://github.com/pysal/spopt

Added:
  head/math/py-spopt/
  head/math/py-spopt/Makefile   (contents, props changed)
  head/math/py-spopt/distinfo   (contents, props changed)
  head/math/py-spopt/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Wed Feb  3 19:45:53 2021	(r563909)
+++ head/math/Makefile	Wed Feb  3 19:46:13 2021	(r563910)
@@ -859,6 +859,7 @@
     SUBDIR += py-spglm
     SUBDIR += py-spint
     SUBDIR += py-splot
+    SUBDIR += py-spopt
     SUBDIR += py-spot
     SUBDIR += py-spreg
     SUBDIR += py-spvcm

Added: head/math/py-spopt/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-spopt/Makefile	Wed Feb  3 19:46:13 2021	(r563910)
@@ -0,0 +1,30 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	spopt
+PORTVERSION=	0.1.1
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Spatial Optimization in PySAL
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}geopandas>=0.7:graphics/py-geopandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}networkx>=0.1:math/py-networkx@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=1,1:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}PuLP>=0:math/py-PuLP@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.22:science/py-scikit-learn@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR}
+
+USES=		python:3.7+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/math/py-spopt/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-spopt/distinfo	Wed Feb  3 19:46:13 2021	(r563910)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612296103
+SHA256 (spopt-0.1.1.tar.gz) = da865be634ff8e8c3124797601ae6d1addc9433a59f44a579e846cbe22c6f8fd
+SIZE (spopt-0.1.1.tar.gz) = 50147

Added: head/math/py-spopt/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-spopt/pkg-descr	Wed Feb  3 19:46:13 2021	(r563910)
@@ -0,0 +1,9 @@
+Spatial Optimization
+
+Spopt is an open-source Python library for solving optimization problems with
+spatial data. Originating from the region module in PySAL (Python Spatial
+Analysis Library), it is under active development for the inclusion of newly
+proposed models and methods for regionalization, facility location, and
+transportation-oriented solutions.
+
+WWW: https://github.com/pysal/spopt



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