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

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

Log:
  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

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Jan  3 19:57:38 2021	(r560047)
+++ head/math/Makefile	Sun Jan  3 19:57:43 2021	(r560048)
@@ -847,6 +847,7 @@
     SUBDIR += py-spint
     SUBDIR += py-splot
     SUBDIR += py-spot
+    SUBDIR += py-spreg
     SUBDIR += py-ssm
     SUBDIR += py-statsmodels
     SUBDIR += py-statsmodels010

Added: head/math/py-spreg/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-spreg/Makefile	Sun Jan  3 19:57:43 2021	(r560048)
@@ -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>

Added: head/math/py-spreg/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-spreg/distinfo	Sun Jan  3 19:57:43 2021	(r560048)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598751
+SHA256 (spreg-1.1.2.post1.tar.gz) = a5d41fedaeac6a47b22dee8faa067411dd41040bb290ca1bb9cfa552c3776d44
+SIZE (spreg-1.1.2.post1.tar.gz) = 196790

Added: head/math/py-spreg/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-spreg/pkg-descr	Sun Jan  3 19:57:43 2021	(r560048)
@@ -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



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