1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-scimath |
---|
8 | version 4.0.1 |
---|
9 | categories-append devel |
---|
10 | maintainers vcn.com:jjstickel openmaintainer |
---|
11 | description The Enthought scimath package |
---|
12 | long_description The SciMath project includes packages to support\ |
---|
13 | scientific and mathematical calculations,\ enthought.interpolate, enthought.mathematics,\ enthought.units |
---|
14 | platforms darwin |
---|
15 | homepage http://code.enthought.com/projects/sci_math/ |
---|
16 | master_sites http://www.enthought.com/repo/ets/ |
---|
17 | distname scimath-${version} |
---|
18 | |
---|
19 | |
---|
20 | checksums md5 41270fb38e81112deb20ef25a2a430ac \ |
---|
21 | sha1 537f65077ccfea2b38f9f17db522f489ac9d3e91 \ |
---|
22 | rmd160 7d5200c69ae6df7bfca38090790d8a45e46dcb50 |
---|
23 | |
---|
24 | python.versions 25 26 27 |
---|
25 | python.default_version 27 |
---|
26 | |
---|
27 | if {$subport != $name} { |
---|
28 | depends_build-append port:py${python.version}-distribute |
---|
29 | depends_lib-append port:py${python.version}-traits \ |
---|
30 | port:py${python.version}-numpy \ |
---|
31 | port:py${python.version}-scipy |
---|
32 | } |
---|
33 | |
---|