svn commit: r560041 - in head/graphics: . py-giddy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 19:57:09 UTC 2021


Author: sunpoet
Date: Sun Jan  3 19:57:07 2021
New Revision: 560041
URL: https://svnweb.freebsd.org/changeset/ports/560041

Log:
  Add py-giddy 2.3.3
  
  GeospatIal Distribution DYnamics (GIDDY)
  
  Giddy is an open-source python library for the analysis of dynamics of
  longitudinal spatial data. Originating from the spatial dynamics module in PySAL
  (Python Spatial Analysis Library), it is under active development for the
  inclusion of many newly proposed analytics that consider the role of space in
  the evolution of distributions over time and has several new features including
  inter- and intra-regional decomposition of mobility association and local
  measures of exchange mobility in addition to space-time LISA and spatial markov
  methods.
  
  WWW: https://pysal.org/giddy/
  WWW: https://github.com/pysal/giddy

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Jan  3 19:57:01 2021	(r560040)
+++ head/graphics/Makefile	Sun Jan  3 19:57:07 2021	(r560041)
@@ -826,6 +826,7 @@
     SUBDIR += py-gdal
     SUBDIR += py-geomdl
     SUBDIR += py-geopandas
+    SUBDIR += py-giddy
     SUBDIR += py-gizeh
     SUBDIR += py-glfw
     SUBDIR += py-glooey

Added: head/graphics/py-giddy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-giddy/Makefile	Sun Jan  3 19:57:07 2021	(r560041)
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	giddy
+PORTVERSION=	2.3.3
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	GeospatIal Distribution DYnamics (GIDDY)
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}esda>=2.1.1:science/py-esda@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.1:science/py-libpysal@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mapclassify>=2.1.1:graphics/py-mapclassify@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}quantecon>=0.4.7:finance/py-quantecon@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=1.3.0:science/py-scipy@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/py-giddy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-giddy/distinfo	Sun Jan  3 19:57:07 2021	(r560041)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598737
+SHA256 (giddy-2.3.3.tar.gz) = af5e53e798564aea909f2efa0e177a0625ab2a230e23b05c0e8468242a90475c
+SIZE (giddy-2.3.3.tar.gz) = 61465

Added: head/graphics/py-giddy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-giddy/pkg-descr	Sun Jan  3 19:57:07 2021	(r560041)
@@ -0,0 +1,13 @@
+GeospatIal Distribution DYnamics (GIDDY)
+
+Giddy is an open-source python library for the analysis of dynamics of
+longitudinal spatial data. Originating from the spatial dynamics module in PySAL
+(Python Spatial Analysis Library), it is under active development for the
+inclusion of many newly proposed analytics that consider the role of space in
+the evolution of distributions over time and has several new features including
+inter- and intra-regional decomposition of mobility association and local
+measures of exchange mobility in addition to space-time LISA and spatial markov
+methods.
+
+WWW: https://pysal.org/giddy/
+WWW: https://github.com/pysal/giddy


More information about the svn-ports-all mailing list