You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
46 lines
1.8 KiB
Tcl
46 lines
1.8 KiB
Tcl
# -*- 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-segregation
|
|
version 2.5.5
|
|
revision 0
|
|
|
|
categories-append gis
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description Segregation Measurement, Inferential Statistics and Decomposition Analysis
|
|
long_description The PySAL segregation package provides a suite of tools \
|
|
for measuring segregation over time and space.
|
|
homepage https://pysal.org/segregation/
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 70e0f3f558062b1bd207cffd83b1de30e77f772b \
|
|
sha256 9e3697e18072dffc3674049eb02e25d199fbdb7712abb5632d664dbd54b6b23e \
|
|
size 15930967
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
depends_run-append \
|
|
port:py${python.version}-deprecation \
|
|
port:py${python.version}-geopandas \
|
|
port:py${python.version}-joblib \
|
|
port:py${python.version}-libpysal \
|
|
port:py${python.version}-mapclassify \
|
|
port:py${python.version}-matplotlib \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-pandas \
|
|
port:py${python.version}-scikit-learn \
|
|
port:py${python.version}-seaborn \
|
|
port:py${python.version}-tqdm \
|
|
port:py${python.version}-numba \
|
|
port:py${python.version}-pyproj
|
|
}
|