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:
parent
0989228194
commit
d691c243fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560052
@ -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
|
||||
|
23
science/py-inequality/Makefile
Normal file
23
science/py-inequality/Makefile
Normal 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>
|
3
science/py-inequality/distinfo
Normal file
3
science/py-inequality/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1609598759
|
||||
SHA256 (inequality-1.0.0.tar.gz) = e3ad59ece8d25ecfc7c7e94efe59ead0e4ffb76ff72befd18a60e10caba6fd54
|
||||
SIZE (inequality-1.0.0.tar.gz) = 11421
|
5
science/py-inequality/pkg-descr
Normal file
5
science/py-inequality/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user