# -*- 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-SRPAstro version 3.10.2 categories-append science platforms darwin maintainers inaf.it:stefano.covino openmaintainer 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 pypi:S/SRPAstro/ distname SRPAstro-${version} checksums md5 7e0a871e8929b14c3d90036a35958f67 \ sha256 aca415091273c962ef56b22c12845ee3bc235eec5ce0b0a0f6d973bb065e06f7 python.versions 27 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-scipy \ port:py${python.version}-matplotlib \ port:py${python.version}-pyfits \ port:py${python.version}-asciitable \ port:py${python.version}-atpy \ port:py${python.version}-astlib \ port:py${python.version}-ephem \ path:${python.pkgd}/PIL:py${python.version}-Pillow }