# -*- 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 select 1.0 set realname pyfits name py-${realname} version 3.2 categories-append science license BSD platforms darwin maintainers aronnax openmaintainer python.versions 26 27 32 33 description Python interface to FITS formatted files long_description PyFITS provides an interface to FITS formatted files \ under Python. It is useful both for interactive data \ analysis and for writing analysis scripts in Python \ using FITS files as either input or output. PyFITS is \ a development project of the Science Software Branch \ at the Space Telescope Science Institute. homepage http://www.stsci.edu/resources/software_hardware/${realname} master_sites http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname} distname ${realname}-${version} checksums md5 23fe76429fcd229f0abbd21535d1c41a \ sha1 9257d0fd96e8fd5b8423d6859b16528ae52c0735 \ rmd160 1b77e7f731e1370a2ca64ad6298d350ac4cf2eef if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy livecheck.type none } else { livecheck.type regex livecheck.url ${homepage}/Download livecheck.regex ${realname}-(\[0-9.\]+)\\. }