From owner-svn-ports-head@freebsd.org Sun Jan 3 19:57:19 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3C17C4DB76D; Sun, 3 Jan 2021 19:57:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D88g261ygz3swD; Sun, 3 Jan 2021 19:57:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABCF45625; Sun, 3 Jan 2021 19:57:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 103JvIHB086267; Sun, 3 Jan 2021 19:57:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 103JvHW4086264; Sun, 3 Jan 2021 19:57:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202101031957.103JvHW4086264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2021 19:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560043 - in head/graphics: . py-pointpats X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics: . py-pointpats X-SVN-Commit-Revision: 560043 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2021 19:57:19 -0000 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 +# $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 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