1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-03 19:58:04 +00:00
parent 0989228194
commit d691c243fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560052
4 changed files with 32 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1609598759
SHA256 (inequality-1.0.0.tar.gz) = e3ad59ece8d25ecfc7c7e94efe59ead0e4ffb76ff72befd18a60e10caba6fd54
SIZE (inequality-1.0.0.tar.gz) = 11421

View File

@ -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