svn commit: r560050 - in head/science: . py-access

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


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

Log:
  Add py-access 1.1.3
  
  Spatial Access for PySAL
  
  Whether you work with data in health, retail, employment or other domains,
  spatial accessibility measures help identify potential spatial mismatches
  between the supply and demand of services. They indicate how close demand
  locations are to supply locations.
  
  WWW: https://access.readthedocs.io/en/latest/
  WWW: https://github.com/pysal/access

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

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sun Jan  3 19:57:48 2021	(r560049)
+++ head/science/Makefile	Sun Jan  3 19:57:53 2021	(r560050)
@@ -222,6 +222,7 @@
     SUBDIR += py-PyFR
     SUBDIR += py-SimpleSpectral
     SUBDIR += py-abipy
+    SUBDIR += py-access
     SUBDIR += py-asdf
     SUBDIR += py-ase
     SUBDIR += py-avogadrolibs

Added: head/science/py-access/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-access/Makefile	Sun Jan  3 19:57:53 2021	(r560050)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	access
+PORTVERSION=	1.1.3
+CATEGORIES=	science python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Calculate spatial accessibility metrics
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4,1:math/py-pandas@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/science/py-access/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-access/distinfo	Sun Jan  3 19:57:53 2021	(r560050)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598755
+SHA256 (access-1.1.3.tar.gz) = 381aecadd7ba70d712b74cd92fb0906e16b362522ae0c7de9b8e2424d19af51d
+SIZE (access-1.1.3.tar.gz) = 19708

Added: head/science/py-access/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-access/pkg-descr	Sun Jan  3 19:57:53 2021	(r560050)
@@ -0,0 +1,9 @@
+Spatial Access for PySAL
+
+Whether you work with data in health, retail, employment or other domains,
+spatial accessibility measures help identify potential spatial mismatches
+between the supply and demand of services. They indicate how close demand
+locations are to supply locations.
+
+WWW: https://access.readthedocs.io/en/latest/
+WWW: https://github.com/pysal/access


More information about the svn-ports-head mailing list