Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 19:57:33 +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: r560046 - in head/math: . py-spint
Message-ID:  <202101031957.103JvXO2086727@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  3 19:57:33 2021
New Revision: 560046
URL: https://svnweb.freebsd.org/changeset/ports/560046

Log:
  Add py-spint 1.0.7
  
  Spatial Interaction Modeling Package
  
  The Spatial Interaction Modeling (SpInt) module seeks to provide a collection of
  tools to study spatial interaction processes and analyze spatial interaction
  data.
  
  The module currently supports the calibration of the 'family' of spatial
  interaction models (Wilson, 1971) which are derived using an entropy maximizing
  (EM) framework or the equivalent information minimizing (IM) framework. As such,
  it is able to derive parameters for the following Poisson count models:
  - unconstrained gravity model
  - production-constrained model (origin-constrained)
  - attraction-constrained model (destination-constrained)
  - doubly-constrained model
  
  WWW: https://github.com/pysal/spint

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Jan  3 19:57:28 2021	(r560045)
+++ head/math/Makefile	Sun Jan  3 19:57:33 2021	(r560046)
@@ -844,6 +844,7 @@
     SUBDIR += py-snuggs
     SUBDIR += py-spectral
     SUBDIR += py-spglm
+    SUBDIR += py-spint
     SUBDIR += py-spot
     SUBDIR += py-ssm
     SUBDIR += py-statsmodels

Added: head/math/py-spint/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-spint/Makefile	Sun Jan  3 19:57:33 2021	(r560046)
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	spint
+PORTVERSION=	1.0.7
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	SPatial INTeraction models
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}spglm>=1.0.6:math/py-spglm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/math/py-spint/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-spint/distinfo	Sun Jan  3 19:57:33 2021	(r560046)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598747
+SHA256 (spint-1.0.7.tar.gz) = 7ee6bfc725f8b507abd43f3d397bde8eaf6d85b8052f9ecb0c69f613bfeac4ca
+SIZE (spint-1.0.7.tar.gz) = 28536

Added: head/math/py-spint/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-spint/pkg-descr	Sun Jan  3 19:57:33 2021	(r560046)
@@ -0,0 +1,16 @@
+Spatial Interaction Modeling Package
+
+The Spatial Interaction Modeling (SpInt) module seeks to provide a collection of
+tools to study spatial interaction processes and analyze spatial interaction
+data.
+
+The module currently supports the calibration of the 'family' of spatial
+interaction models (Wilson, 1971) which are derived using an entropy maximizing
+(EM) framework or the equivalent information minimizing (IM) framework. As such,
+it is able to derive parameters for the following Poisson count models:
+- unconstrained gravity model
+- production-constrained model (origin-constrained)
+- attraction-constrained model (destination-constrained)
+- doubly-constrained model
+
+WWW: https://github.com/pysal/spint



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