New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79193


Ignore:
Timestamp:
06/04/11 13:16:29 (4 years ago)
Author:
robitaille@…
Message:

py*-atpy: avoid duplicated logic for +all variant

Location:
trunk/dports/python
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py25-atpy/Portfile

    r79190 r79193  
    5151} 
    5252 
    53 variant all description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} { 
    54     depends_run-append  port:py25-pyfits \ 
    55                         port:py25-h5py \ 
    56                         port:py25-vo \ 
    57                         port:py25-asciitable \ 
    58                         port:py25-mysql \ 
    59                         port:py25-pygresql 
    60 } 
     53variant all requires fits hdf5 vo ascii sql description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} {} 
    6154 
    6255default_variants    +fits +hdf5 +vo +ascii 
  • trunk/dports/python/py26-atpy/Portfile

    r79190 r79193  
    5151} 
    5252 
    53 variant all description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} { 
    54     depends_run-append  port:py26-pyfits \ 
    55                         port:py26-h5py \ 
    56                         port:py26-vo \ 
    57                         port:py26-asciitable \ 
    58                         port:py26-mysql \ 
    59                         port:py26-pygresql 
    60 } 
     53variant all requires fits hdf5 vo ascii sql description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} {} 
    6154 
    6255default_variants    +fits +hdf5 +vo +ascii 
  • trunk/dports/python/py27-atpy/Portfile

    r79190 r79193  
    5151} 
    5252 
    53 variant all description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} { 
    54     depends_run-append  port:py27-pyfits \ 
    55                         port:py27-h5py \ 
    56                         port:py27-vo \ 
    57                         port:py27-asciitable \ 
    58                         port:py27-mysql \ 
    59                         port:py27-pygresql 
    60 } 
     53variant all requires fits hdf5 vo ascii sql description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} {} 
    6154 
    6255default_variants    +fits +hdf5 +vo +ascii 
Note: See TracChangeset for help on using the changeset viewer.