# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-inequality
version             1.0.0
revision            0

categories-append   gis

platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         Spatial Inequality Analysis (inequality)
long_description    {*}${description} implements measures for the analysis of inequality over \
                    space and time and is part of the PySAL family.

homepage            https://inequality.readthedocs.io/en/latest/

checksums           rmd160  e5727c8a61e677de9365647adc2a4f0ac36cd038 \
                    sha256  e3ad59ece8d25ecfc7c7e94efe59ead0e4ffb76ff72befd18a60e10caba6fd54 \
                    size    11421

python.versions     39 310 311

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools

    depends_run-append \
                    port:py${python.version}-scipy \
                    port:py${python.version}-numpy
}
