# -*- 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: Portfile 115809 2014-01-11 22:23:16Z mojca@macports.org $

PortSystem          1.0
PortGroup           python 1.0

PortGroup           github 1.0
github.setup        enthought scimath 4.1.2

name                py-scimath
categories-append   devel
license             BSD
maintainers         gmail.com: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  b83db145e89d721181f8fbcf96a8a761c39d4dec \
                    sha256  1bd5abd5ba6cf2c402d05e6c0557be5a1194272631e21d66d8a5e700d6289e6f

python.versions     26 27

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