# -*- 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 name py-scimath version 4.0.1 categories-append devel license BSD maintainers vcn.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 md5 41270fb38e81112deb20ef25a2a430ac \ sha1 537f65077ccfea2b38f9f17db522f489ac9d3e91 \ rmd160 7d5200c69ae6df7bfca38090790d8a45e46dcb50 python.versions 25 26 27 python.default_version 27 if {$subport != $name} { depends_build port:py${python.version}-distribute depends_lib port:py${python.version}-traits \ port:py${python.version}-scipy }