# -*- 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-spectral
version             0.23.1
revision            0

categories-append   science
license             GPL-3
platforms           {darwin any}
supported_archs     noarch
maintainers         {gmail.com:tlockhart1976 @lockhart} openmaintainer

description         Spectral Python (SPy) is a Python module for hyperspectral image processing.
long_description    Spectral Python (SPy) is a pure Python module \
                    for processing hyperspectral image data (imaging spectroscopy data). \
                    It has functions for reading, displaying, manipulating, \
                    and classifying hyperspectral imagery.

homepage            https://spectralpython.net/

checksums           rmd160  45cef9ae711dea15ac8cf3180e21ce74e84fc917 \
                    sha256  e1822273525ef3583b27a966226d55afe09e7d29a7236cfcd8bc0dfb1f968fc2 \
                    size    184581

python.versions     311

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