Ticket #38708: patch-Portfile.diff

File patch-Portfile.diff, 950 bytes (added by lpsinger (Leo Singer), 11 years ago)

proposed patch for py-astropy Portfile

  • python/py-astropy/Portfile

    old new  
    55PortGroup           python 1.0
    66name                py-astropy
    77version             0.2.1
     8revision            1
    89maintainers         robitaille
    910
    1011categories-append   science
     
    2324                    rmd160  7131ec7ecc6d1f6d5d56069bcae6933d8b770fd5
    2425
    2526python.versions     26 27 31 32 33
    26 python.default_version 27
     27
     28build.args-append   --use-system-cfitsio \
     29                    --use-system-expat \
     30                    --use-system-wcslib
    2731
    2832if {$subport != $name} {
    2933
    30     depends_lib-append  port:py${python.version}-numpy
     34    depends_lib-append  port:cfitsio \
     35                        port:expat \
     36                        port:wcslib \
     37                        port:py${python.version}-numpy
    3138
    3239    pre-build {
    3340        file rename ${worksrcpath}/scripts/fitscheck \