# -*- 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
PortGroup           bitbucket 1.0

bitbucket.setup     yt_analysis yt 3.1.0 yt-
name                py-yt
maintainers         robitaille openmaintainer

categories-append   science
license             BSD
description         Astrophysical simulation Analysis and Viz
long_description    The yt project aims to produce an integrated \
                    science environment for collaboratively asking and \
                    answering astrophysical questions. To do so, it \
                    will encompass the creation of initial conditions, \
                    the execution of simulations, and the detailed \
                    exploration and visualization of the resultant \
                    data. It will also provide a standard framework \
                    based on physical quantities interoperability \
                    between codes.

platforms           darwin

homepage            http://yt-project.org/

checksums           rmd160  252a850465e7669d44a5cbd66072cb44af8bc812 \
                    sha256  7f6e4b13e2ff30f0336f2efcdb80958584953702d631e9d72c863b819dbfe140

python.versions     27

if {${name} ne ${subport}} {
    depends_run-append  port:py${python.version}-numpy \
                        port:py${python.version}-matplotlib \
                        port:py${python.version}-h5py \
                        port:py${python.version}-cython \
                        port:py${python.version}-sympy

}