# -*- 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-astropy version 0.1 revision 1 maintainers robitaille categories-append science description A Community Python Library for Astronomy long_description The Astropy project is a common effort to develop \ a single core package for Astronomy. Major packages such \ as PyFITS, PyWCS, vo, and asciitable already merged in, \ and many more components being worked on. In particular, \ we are developing imaging, photometric, and spectroscopic \ functionality, as well as frameworks for cosmology, unit \ handling, and coordinate transformations. platforms darwin license BSD homepage http://www.astropy.org master_sites http://cloud.github.com/downloads/astropy/astropy/ distname astropy-${version} checksums md5 c23f98c42c221b76a9fa827527ccfd77 \ sha1 89e483a021f94a3e9807a737f8bb3aee93af5a60 \ rmd160 9dc3fc390d3eb15a6e5997e0f6703bef046a2cdd python.versions 26 27 31 32 python.default_version 27 if {$subport != $name} { depends_build-append port:py${python.version}-numpy pre-build { file rename ${worksrcpath}/scripts/fitscheck \ ${worksrcpath}/scripts/fitscheck-ap file rename ${worksrcpath}/scripts/fitsdiff \ ${worksrcpath}/scripts/fitsdiff-ap file rename ${worksrcpath}/scripts/volint \ ${worksrcpath}/scripts/volint-ap } patchfiles patch-astropy-setup_helpers.py.diff }