svn commit: r560052 - in head/science: . py-inequality

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


Author: sunpoet
Date: Sun Jan  3 19:58:04 2021
New Revision: 560052
URL: https://svnweb.freebsd.org/changeset/ports/560052

Log:
  Add py-inequality 1.0.0
  
  inequality implements measures for the analysis of inequality over space and
  time and is part of the PySAL family.
  
  WWW: https://inequality.readthedocs.io/en/latest/
  WWW: https://github.com/pysal/inequality

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

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sun Jan  3 19:57:58 2021	(r560051)
+++ head/science/Makefile	Sun Jan  3 19:58:04 2021	(r560052)
@@ -242,6 +242,7 @@
     SUBDIR += py-gsd
     SUBDIR += py-h5json
     SUBDIR += py-h5py
+    SUBDIR += py-inequality
     SUBDIR += py-jupyter_jsmol
     SUBDIR += py-kim-query
     SUBDIR += py-kinematics

Added: head/science/py-inequality/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-inequality/Makefile	Sun Jan  3 19:58:04 2021	(r560052)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	inequality
+PORTVERSION=	1.0.0
+CATEGORIES=	science python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Spatial inequality analysis for PySAL
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR}
+
+USES=		python:3.5+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/science/py-inequality/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-inequality/distinfo	Sun Jan  3 19:58:04 2021	(r560052)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598759
+SHA256 (inequality-1.0.0.tar.gz) = e3ad59ece8d25ecfc7c7e94efe59ead0e4ffb76ff72befd18a60e10caba6fd54
+SIZE (inequality-1.0.0.tar.gz) = 11421

Added: head/science/py-inequality/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-inequality/pkg-descr	Sun Jan  3 19:58:04 2021	(r560052)
@@ -0,0 +1,5 @@
+inequality implements measures for the analysis of inequality over space and
+time and is part of the PySAL family.
+
+WWW: https://inequality.readthedocs.io/en/latest/
+WWW: https://github.com/pysal/inequality


More information about the svn-ports-all mailing list