# -*- 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
PortGroup               github 1.0

github.setup            pysal   pysal   1.13.0 v
name                    py-pysal
categories-append       gis 
license                 MIT BSD
maintainers             nomaintainer
description             Python Spatial Analysis Library
long_description        PySAL is a Python module providing several spatial analysis tools
platforms               darwin

homepage                https://github.com/pysal/pysal
distname                pysal-${version}
checksums               rmd160  a6136c7eef8eb0796b9af10da5e7bdb570b74b6d \
                        sha256  f055a39ca8c159e3384a1a34e56b6e1f8b56ea7acd507c6867fdb64d11ae6f9d

python.versions         27 34 35 36

if {${name} ne ${subport}} {
    depends_lib             port:py${python.version}-numpy \
                            port:py${python.version}-scipy
}