# -*- 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        enthought scimath 4.2.0

name                py-scimath
categories-append   devel
license             BSD
maintainers         {gmail.com:jjstickel @jjstickel} openmaintainer
description         The Enthought scimath package
long_description    The SciMath project includes packages to support\
                    scientific and mathematical calculations,\
                    enthought.interpolate, enthought.mathematics,\
                    enthought.units
platforms           darwin

checksums           rmd160  fc4b1dd253414a9e00fe656b08ab23189ceca0cf \
                    sha256  efc001f87404f595c4ffc0cf530dba5896d6b057d4b91171455d3ced585f99ae \
                    size    130949

python.versions     36 37 38

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