# -*- 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 106911 2013-06-11 14:40:14Z jmr@macports.org $

PortSystem              1.0
PortGroup               python 1.0

name                    py-scimath
version                 4.1.0
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
homepage                http://code.enthought.com/projects/sci_math/
master_sites            http://www.enthought.com/repo/ets/
distname                scimath-${version}


checksums               rmd160  e12c5b0ed72d642425084437892b3a3d3fe28bda \
                        sha256  ad5b90a183f81c3d9dc17603c6b3aedc00ff45578d50850f06b666d067a8528b

python.versions         25 26 27
python.default_version  27

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