Files
2025-11-25 22:14:46 -05:00

45 lines
1.7 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-splot
version 1.1.7
revision 0
categories-append gis
platforms {darwin any}
supported_archs noarch
license BSD
maintainers nomaintainer
description Lightweight plotting for geospatial analysis in PySAL (splot)
long_description splot connects spatial analysis done in PySAL to different \
popular visualization toolkits like matplotlib. The splot \
package allows you to create both static plots ready for \
publication and interactive visualizations for quick \
iteration and spatial data exploration.
homepage https://splot.readthedocs.io/en/latest/
checksums rmd160 5ae8aea38eb2bb7b2b33702e3988c4235b0ec450 \
sha256 6edcaee24cd417965c378c5bc87414d02806915950c138c1f6e40f1a1de5286b \
size 53201
python.versions 310 311 312 313
if {${name} ne ${subport}} {
depends_run-append \
port:py${python.version}-esda \
port:py${python.version}-geopandas \
port:py${python.version}-giddy \
port:py${python.version}-libpysal \
port:py${python.version}-mapclassify \
port:py${python.version}-matplotlib \
port:py${python.version}-numpy \
port:py${python.version}-packaging \
port:py${python.version}-seaborn \
port:py${python.version}-spreg
}