Ticket #53266: Portfile.diff
File Portfile.diff, 1.4 KB (added by lpsinger (Leo Singer), 8 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 PortGroup python 1.0 5 PortGroup obsolete 1.0 5 6 6 7 name py-pywcs 7 8 version 1.11-4.8.2 8 revision 19 revision 2 9 10 maintainers robitaille stsci.edu:mperrin 10 11 11 12 categories-append science 12 description pywcs is a set of routines for handling the FITS WCS standard13 long_description pywcs is a set of routines for handling the FITS World \14 Coordinate System (WCS) standard. It is a thin wrapper \15 around the high- and mid-level interfaces of WCSLIB.16 17 platforms darwin18 19 homepage https://trac6.assembla.com/astrolib20 master_sites http://stsdas.stsci.edu/astrolib/21 distname pywcs-${version}22 checksums md5 0721ceb7d8270868dd5d688ba60e4089 \23 sha1 670746ef477cef43cefe488b95f05c70891f1ae0 \24 rmd160 ca76fa03cf77a25613ad1aab86723b469e65392425 13 26 14 python.versions 26 27 34 27 15 28 if {${name} ne ${subport}} { 29 depends_run-append port:py${python.version}-numpy \ 30 port:py${python.version}-pyfits 16 if {${name} eq ${subport}} { 17 replaced_by port:py-astropy 18 } else { 19 replaced_by port:py${python.version}-astropy 31 20 }