Changeset 79190
- Timestamp:
- 06/04/11 13:03:34 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 edited
-
py25-atpy/Portfile (modified) (2 diffs)
-
py26-atpy/Portfile (modified) (2 diffs)
-
py27-atpy/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py25-atpy/Portfile
r79188 r79190 7 7 name py25-atpy 8 8 version 0.9.5.1 9 revision 1 9 10 maintainers robitaille 10 11 … … 27 28 rmd160 435d5dc7e5bd38bf2303d3dfa808be149e0a6f5f 28 29 29 depends_run-append port:py25-numpy \ 30 port:py25-pyfits \ 31 port:py25-h5py \ 32 port:py25-vo \ 33 port:py25-mysql \ 34 port:py25-pygresql \ 35 port:py25-asciitable 30 depends_run-append port:py25-numpy 31 32 variant fits description {Include support for FITS tables} { 33 depends_run-append port:py25-pyfits 34 } 35 36 variant hdf5 description {Include support for HDF5 tables} { 37 depends_run-append port:py25-h5py 38 } 39 40 variant vo description {Include support for VO tables} { 41 depends_run-append port:py25-vo 42 } 43 44 variant ascii description {Include support for ASCII tables} { 45 depends_run-append port:py25-asciitable 46 } 47 48 variant sql description {Include support for SQL databases} { 49 depends_run-append port:py25-mysql \ 50 port:py25-pygresql 51 } 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 } 61 62 default_variants +fits +hdf5 +vo +ascii -
trunk/dports/python/py26-atpy/Portfile
r79188 r79190 7 7 name py26-atpy 8 8 version 0.9.5.1 9 revision 1 9 10 maintainers robitaille 10 11 … … 27 28 rmd160 435d5dc7e5bd38bf2303d3dfa808be149e0a6f5f 28 29 29 depends_run-append port:py26-numpy \ 30 port:py26-pyfits \ 31 port:py26-h5py \ 32 port:py26-vo \ 33 port:py26-mysql \ 34 port:py26-pygresql \ 35 port:py26-asciitable 30 depends_run-append port:py26-numpy 31 32 variant fits description {Include support for FITS tables} { 33 depends_run-append port:py26-pyfits 34 } 35 36 variant hdf5 description {Include support for HDF5 tables} { 37 depends_run-append port:py26-h5py 38 } 39 40 variant vo description {Include support for VO tables} { 41 depends_run-append port:py26-vo 42 } 43 44 variant ascii description {Include support for ASCII tables} { 45 depends_run-append port:py26-asciitable 46 } 47 48 variant sql description {Include support for SQL databases} { 49 depends_run-append port:py26-mysql \ 50 port:py26-pygresql 51 } 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 } 61 62 default_variants +fits +hdf5 +vo +ascii -
trunk/dports/python/py27-atpy/Portfile
r79188 r79190 7 7 name py27-atpy 8 8 version 0.9.5.1 9 revision 1 9 10 maintainers robitaille 10 11 … … 27 28 rmd160 435d5dc7e5bd38bf2303d3dfa808be149e0a6f5f 28 29 29 depends_run-append port:py27-numpy \ 30 port:py27-pyfits \ 31 port:py27-h5py \ 32 port:py27-vo \ 33 port:py27-mysql \ 34 port:py27-pygresql \ 35 port:py27-asciitable 30 depends_run-append port:py27-numpy 31 32 variant fits description {Include support for FITS tables} { 33 depends_run-append port:py27-pyfits 34 } 35 36 variant hdf5 description {Include support for HDF5 tables} { 37 depends_run-append port:py27-h5py 38 } 39 40 variant vo description {Include support for VO tables} { 41 depends_run-append port:py27-vo 42 } 43 44 variant ascii description {Include support for ASCII tables} { 45 depends_run-append port:py27-asciitable 46 } 47 48 variant sql description {Include support for SQL databases} { 49 depends_run-append port:py27-mysql \ 50 port:py27-pygresql 51 } 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 } 61 62 default_variants +fits +hdf5 +vo +ascii
Note: See TracChangeset
for help on using the changeset viewer.

