svn commit: r560047 - in head/math: . py-splot

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


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

Log:
  Add py-splot 1.1.3
  
  splot provides PySAL users with a lightweight visualization interface to explore
  their data and quickly iterate through static and dynamic visualisations.
  
  splot connects spatial analysis done in PySAL to different popular visualization
  toolkits like matplotlib. The splot package allows you to create both static
  plots ready for publication and interactive visualizations for quick iteration
  and spatial data exploration. The primary goal of splot is to enable you to
  visualize popular PySAL objects and gives you different views on your spatial
  analysis workflow.
  
  WWW: https://splot.readthedocs.io/en/latest/
  WWW: https://github.com/pysal/splot

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Jan  3 19:57:33 2021	(r560046)
+++ head/math/Makefile	Sun Jan  3 19:57:38 2021	(r560047)
@@ -845,6 +845,7 @@
     SUBDIR += py-spectral
     SUBDIR += py-spglm
     SUBDIR += py-spint
+    SUBDIR += py-splot
     SUBDIR += py-spot
     SUBDIR += py-ssm
     SUBDIR += py-statsmodels

Added: head/math/py-splot/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-splot/Makefile	Sun Jan  3 19:57:38 2021	(r560047)
@@ -0,0 +1,32 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	splot
+PORTVERSION=	1.1.3
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Visual analytics for spatial analysis with PySAL
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}descartes>=0:graphics/py-descartes@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}esda>=0:science/py-esda@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}geopandas>=0.4.0:graphics/py-geopandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}giddy>=0:graphics/py-giddy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mapclassify>=0:graphics/py-mapclassify@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${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-splot/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-splot/distinfo	Sun Jan  3 19:57:38 2021	(r560047)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598749
+SHA256 (splot-1.1.3.tar.gz) = 7be9557cd3c6c0374e07c2a149e1330318d22d6ecb420f70f1a0dbad9b3187fd
+SIZE (splot-1.1.3.tar.gz) = 34095

Added: head/math/py-splot/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-splot/pkg-descr	Sun Jan  3 19:57:38 2021	(r560047)
@@ -0,0 +1,12 @@
+splot provides PySAL users with a lightweight visualization interface to explore
+their data and quickly iterate through static and dynamic visualisations.
+
+splot connects spatial analysis done in PySAL to different popular visualization
+toolkits like matplotlib. The splot package allows you to create both static
+plots ready for publication and interactive visualizations for quick iteration
+and spatial data exploration. The primary goal of splot is to enable you to
+visualize popular PySAL objects and gives you different views on your spatial
+analysis workflow.
+
+WWW: https://splot.readthedocs.io/en/latest/
+WWW: https://github.com/pysal/splot


More information about the svn-ports-all mailing list