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 | PortSystem 1.0 |
---|
4 | PortGroup python27 1.0 |
---|
5 | name py27-SRPAstro |
---|
6 | version 3.10.2 |
---|
7 | categories-append science |
---|
8 | platforms darwin |
---|
9 | maintainers inaf.it:stefano.covino |
---|
10 | description Data Analysis Packages |
---|
11 | long_description Set of tools for carrying out simple tasks related to astronomical observations |
---|
12 | homepage http://www.me.oa-brera.inaf.it/utenti/covino/usermanual.pdf |
---|
13 | master_sites http://www.me.oa-brera.inaf.it/utenti/covino/SRPAstro-${version}.tar.gz |
---|
14 | distname SRPAstro-${version} |
---|
15 | checksums md5 7e0a871e8929b14c3d90036a35958f67 |
---|
16 | depends_run-append port:py27-numpy \ |
---|
17 | port:py27-pyfits \ |
---|
18 | port:py27-asciitable \ |
---|
19 | port:py27-atpy \ |
---|
20 | port:py27-matplotlib \ |
---|
21 | port:py27-pil \ |
---|
22 | port:py27-scipy |
---|