# -*- 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 5.0.0
github.tarball_from archive
revision            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

checksums           rmd160  9513ad5d7382bc952d4584d024b74e0fe065e762 \
                    sha256  824e2c46e6c91465ae08ed260ea3460ad076e670edb6954098926f5482de97a2 \
                    size    116327

python.versions     312

if {${name} ne ${subport}} {
    patchfiles      29f181022dda8d780673c418271cecda85a8402a.diff

    depends_build-append \
                    port:py${python.version}-oldest-supported-numpy

    depends_lib-append \
                    port:py${python.version}-numpy \
                    port:py${python.version}-scipy \
                    port:py${python.version}-traits
}
