You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.3 KiB
Tcl
36 lines
1.3 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-spint
|
|
version 1.1.0
|
|
revision 0
|
|
|
|
categories-append gis
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description Spatial Interaction Modeling Package (spint)
|
|
long_description The PySAL {*}${description} module seeks to provide a \
|
|
collection of tools to study spatial interaction processes \
|
|
and analyze spatial interaction data.
|
|
homepage https://github.com/pysal/spint
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 10fc013175b552c5115996232bcb07b35fb804fd \
|
|
sha256 33fec949d9ac1bb258dac8599f33cd3e9c70af241938fa49312ec8ac7cf116ea \
|
|
size 654655
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-scipy \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-libpysal \
|
|
port:py${python.version}-spglm \
|
|
port:py${python.version}-spreg
|
|
}
|