# -*- 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 94388 2012-06-17 20:46:14Z jmr@macports.org $

PortSystem          1.0
PortGroup python    1.0

name                py-SRPAstro
version             3.10.2
categories-append   science
platforms           darwin
maintainers         inaf.it:stefano.covino
description         Data Analysis Packages
long_description    Set of tools for carrying out simple tasks related to astronomical observations
homepage            http://packages.python.org/SRPAstro/
master_sites        http://pypi.python.org/packages/source/S/SRPAstro/
distname            SRPAstro-${version}
checksums           md5 7e0a871e8929b14c3d90036a35958f67 \
                    sha256 aca415091273c962ef56b22c12845ee3bc235eec5ce0b0a0f6d973bb065e06f7

python.versions     27

if {$subport != $name} {
    depends_run     port:py${python.version}-numpy		\
		            port:py${python.version}-pyfits		\
		            port:py${python.version}-asciitable	\
		            port:py${python.version}-atpy		\
		            port:py${python.version}-matplotlib	\
		            port:py${python.version}-pil		\
		            port:py${python.version}-scipy
}
