Ticket #53266: Portfile

File Portfile, 542 bytes (added by lpsinger (Leo Singer), 7 years ago)

Proposed 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
3PortSystem          1.0
4PortGroup           python 1.0
5PortGroup           obsolete 1.0
6
7name                py-pywcs
8version             1.11-4.8.2
9revision            2
10maintainers         robitaille stsci.edu:mperrin
11
12categories-append   science
13
14python.versions     26 27 34
15
16if {${name} eq ${subport}} {
17    replaced_by     port:py-astropy
18} else {
19    replaced_by     port:py${python.version}-astropy
20}