You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 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-pointpats
|
|
version 2.6.0
|
|
revision 0
|
|
|
|
categories-append gis
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description Point Pattern Analysis (pointpats)
|
|
long_description The PySAL {*}${description} package is an open-source \
|
|
python library for the statistical analysis of planar \
|
|
point patterns.
|
|
homepage https://pysal.org/pointpats/
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 8a96641399ae84ad8ae29f9fbf273efd6859f339 \
|
|
sha256 6c21e0a03d9ad4ca0f62393f888842212580d99b828b4b68ddeb1929eac8bdf2 \
|
|
size 1175965
|
|
|
|
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}-geopandas \
|
|
port:py${python.version}-libpysal \
|
|
port:py${python.version}-matplotlib \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-pandas \
|
|
port:py${python.version}-scipy \
|
|
port:py${python.version}-shapely
|
|
}
|