Ticket #52649: Portfile

File Portfile, 434 bytes (added by lpsinger (Leo Singer), 8 years ago)

Proposed py-pyfits portfile

Line 
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
4PortSystem          1.0
5PortGroup           python 1.0
6PortGroup           obsolete 1.0
7
8name                py-pyfits
9version             3.4.0
10python.versions     27 33 34
11
12if {${name} eq ${subport}} {
13    replaced_by     py-astropy
14} else {
15    replaced_by     py${python.version}-astropy
16}