aboutsummaryrefslogtreecommitdiff
path: root/math/py-spreg
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 19:57:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 19:57:43 +0000
commita969ae95d62b48d08fc46c4e1b0c77fdf34228a9 (patch)
tree0b39e8122f42fdb74d054a33f721f8a526d1c48b /math/py-spreg
parentcb334d402f363592f0497c0991655df76a86ab15 (diff)
downloadports-a969ae95d62b48d08fc46c4e1b0c77fdf34228a9.tar.gz
ports-a969ae95d62b48d08fc46c4e1b0c77fdf34228a9.zip
Add py-spreg 1.1.2.post1
Spatial Regression Models (spreg) spreg, short for "spatial regression", is a python package to estimate simultaneous autoregressive spatial regression models. These models are useful when modeling processes where observations interact with one another. WWW: https://spreg.readthedocs.io/en/latest/ WWW: https://github.com/pysal/spreg
Notes
Notes: svn path=/head/; revision=560048
Diffstat (limited to 'math/py-spreg')
-rw-r--r--math/py-spreg/Makefile26
-rw-r--r--math/py-spreg/distinfo3
-rw-r--r--math/py-spreg/pkg-descr8
3 files changed, 37 insertions, 0 deletions
diff --git a/math/py-spreg/Makefile b/math/py-spreg/Makefile
new file mode 100644
index 000000000000..ffa289d971c2
--- /dev/null
+++ b/math/py-spreg/Makefile
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= spreg
+PORTVERSION= 1.1.2
+DISTVERSIONSUFFIX= .post1
+CATEGORIES= math python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= PySAL Spatial Econometrics Package
+
+LICENSE= BSD3CLAUSE
+
+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}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/math/py-spreg/distinfo b/math/py-spreg/distinfo
new file mode 100644
index 000000000000..4ff2d6d8c46a
--- /dev/null
+++ b/math/py-spreg/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598751
+SHA256 (spreg-1.1.2.post1.tar.gz) = a5d41fedaeac6a47b22dee8faa067411dd41040bb290ca1bb9cfa552c3776d44
+SIZE (spreg-1.1.2.post1.tar.gz) = 196790
diff --git a/math/py-spreg/pkg-descr b/math/py-spreg/pkg-descr
new file mode 100644
index 000000000000..48d21aa4e5db
--- /dev/null
+++ b/math/py-spreg/pkg-descr
@@ -0,0 +1,8 @@
+Spatial Regression Models (spreg)
+
+spreg, short for "spatial regression", is a python package to estimate
+simultaneous autoregressive spatial regression models. These models are useful
+when modeling processes where observations interact with one another.
+
+WWW: https://spreg.readthedocs.io/en/latest/
+WWW: https://github.com/pysal/spreg