# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup spectralpython spectral 0.15.0 v name py-spectral categories-append science license GPL-3 platforms darwin supported_archs noarch maintainers gmail.com:tlockhart1976 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 http://spectralpython.net/ checksums rmd160 06a6754003b0587549d0a08d5bf8712c626dd360 \ sha256 5bb5288fc1f27f62a3d0c8cec7bd548f1afd8c83803afb9a4b180298140a49e6 python.versions 26 27 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy livecheck.type none }