Date: Sun, 3 Jan 2021 19:58:04 +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: r560052 - in head/science: . py-inequality Message-ID: <202101031958.103Jw4tG087652@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= inequality +PORTVERSION= 1.0.0 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101031958.103Jw4tG087652>