Ticket #53266: Portfile
File Portfile, 542 bytes (added by lpsinger (Leo Singer), 8 years ago) |
---|
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 | |
3 | PortSystem 1.0 |
4 | PortGroup python 1.0 |
5 | PortGroup obsolete 1.0 |
6 | |
7 | name py-pywcs |
8 | version 1.11-4.8.2 |
9 | revision 2 |
10 | maintainers robitaille stsci.edu:mperrin |
11 | |
12 | categories-append science |
13 | |
14 | python.versions 26 27 34 |
15 | |
16 | if {${name} eq ${subport}} { |
17 | replaced_by port:py-astropy |
18 | } else { |
19 | replaced_by port:py${python.version}-astropy |
20 | } |