Changeset 79193
- Timestamp:
- 06/04/11 13:16:29 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 edited
-
py25-atpy/Portfile (modified) (1 diff)
-
py26-atpy/Portfile (modified) (1 diff)
-
py27-atpy/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py25-atpy/Portfile
r79190 r79193 51 51 } 52 52 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 } 53 variant all requires fits hdf5 vo ascii sql description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} {} 61 54 62 55 default_variants +fits +hdf5 +vo +ascii -
trunk/dports/python/py26-atpy/Portfile
r79190 r79193 51 51 } 52 52 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 } 53 variant all requires fits hdf5 vo ascii sql description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} {} 61 54 62 55 default_variants +fits +hdf5 +vo +ascii -
trunk/dports/python/py27-atpy/Portfile
r79190 r79193 51 51 } 52 52 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 } 53 variant all requires fits hdf5 vo ascii sql description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} {} 61 54 62 55 default_variants +fits +hdf5 +vo +ascii
Note: See TracChangeset
for help on using the changeset viewer.

