Date: Sun, 3 Jan 2021 19:57:17 +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: r560043 - in head/graphics: . py-pointpats Message-ID: <202101031957.103JvHW4086264@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 3 19:57:17 2021 New Revision: 560043 URL: https://svnweb.freebsd.org/changeset/ports/560043 Log: Add py-pointpats 2.2.0 Point Pattern Analysis (pointpats) pointpats is an open-source python library for the statistical analysis of planar point patterns. It is a subpackage of PySAL (Python Spatial Analysis Library) and is under active development for the inclusion of many newly proposed analytics for point patterns. WWW: https://pointpats.readthedocs.io/en/latest/ WWW: https://github.com/pysal/pointpats Added: head/graphics/py-pointpats/ head/graphics/py-pointpats/Makefile (contents, props changed) head/graphics/py-pointpats/distinfo (contents, props changed) head/graphics/py-pointpats/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Jan 3 19:57:12 2021 (r560042) +++ head/graphics/Makefile Sun Jan 3 19:57:17 2021 (r560043) @@ -860,6 +860,7 @@ SUBDIR += py-pivy SUBDIR += py-plotly SUBDIR += py-png + SUBDIR += py-pointpats SUBDIR += py-pycha SUBDIR += py-pycollada SUBDIR += py-pydot Added: head/graphics/py-pointpats/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pointpats/Makefile Sun Jan 3 19:57:17 2021 (r560043) @@ -0,0 +1,27 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pointpats +PORTVERSION= 2.2.0 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Methods and Functions for planar point pattern analysis + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${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/graphics/py-pointpats/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pointpats/distinfo Sun Jan 3 19:57:17 2021 (r560043) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609598741 +SHA256 (pointpats-2.2.0.tar.gz) = b844b18eb5184e8b3e98f97790bd3f0bc28cf20c164d858c1b7cfd09eddb2422 +SIZE (pointpats-2.2.0.tar.gz) = 55400 Added: head/graphics/py-pointpats/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pointpats/pkg-descr Sun Jan 3 19:57:17 2021 (r560043) @@ -0,0 +1,9 @@ +Point Pattern Analysis (pointpats) + +pointpats is an open-source python library for the statistical analysis of +planar point patterns. It is a subpackage of PySAL (Python Spatial Analysis +Library) and is under active development for the inclusion of many newly +proposed analytics for point patterns. + +WWW: https://pointpats.readthedocs.io/en/latest/ +WWW: https://github.com/pysal/pointpats
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101031957.103JvHW4086264>