You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.2 KiB
Tcl
39 lines
1.2 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-access
|
|
version 1.1.9
|
|
revision 0
|
|
|
|
categories-append gis
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description Spatial Access for PySAL (access)
|
|
long_description {*}${description} provides classical and novel measures of \
|
|
spatial accessibility to services.
|
|
|
|
homepage https://pysal.org/access/
|
|
|
|
checksums rmd160 a26faaf5fe285130606b0e997bda7032835ab762 \
|
|
sha256 89d0043e3596854701b72c77dfedb677839a5b416a18362c222b7d321ad02138 \
|
|
size 38560
|
|
|
|
python.versions 39 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_run-append \
|
|
port:py${python.version}-requests \
|
|
port:py${python.version}-geopandas \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-pandas
|
|
}
|