Changeset 79192
- Timestamp:
- 06/04/11 13:11:36 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 edited
-
py25-aplpy/Portfile (modified) (2 diffs)
-
py26-aplpy/Portfile (modified) (2 diffs)
-
py27-aplpy/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py25-aplpy/Portfile
r79122 r79192 7 7 name py25-aplpy 8 8 version 0.9.5 9 revision 1 9 10 maintainers robitaille stsci.edu:mperrin 10 11 … … 32 33 port:py25-pywcs \ 33 34 port:py25-matplotlib \ 34 port:py25-pil \ 35 port:py25-pyavm \ 36 port:py25-pyregion 35 36 variant rgb description {Include support for RGB images} { 37 depends_run-append port:py25-pil 38 } 39 40 variant avm description {Include support for AVM meta-data} { 41 depends_run-append port:py25-pyavm 42 } 43 44 variant ds9 description {Include support for DS9 region files} { 45 depends_run-append port:py25-pyregion 46 } 47 48 default_variants +rgb +avm +ds9 -
trunk/dports/python/py26-aplpy/Portfile
r79122 r79192 7 7 name py26-aplpy 8 8 version 0.9.5 9 revision 1 9 10 maintainers robitaille stsci.edu:mperrin 10 11 … … 32 33 port:py26-pywcs \ 33 34 port:py26-matplotlib \ 34 port:py26-pil \ 35 port:py26-pyavm \ 36 port:py26-pyregion 35 36 variant rgb description {Include support for RGB images} { 37 depends_run-append port:py26-pil 38 } 39 40 variant avm description {Include support for AVM meta-data} { 41 depends_run-append port:py26-pyavm 42 } 43 44 variant ds9 description {Include support for DS9 region files} { 45 depends_run-append port:py26-pyregion 46 } 47 48 default_variants +rgb +avm +ds9 -
trunk/dports/python/py27-aplpy/Portfile
r79122 r79192 7 7 name py27-aplpy 8 8 version 0.9.5 9 revision 1 9 10 maintainers robitaille stsci.edu:mperrin 10 11 … … 32 33 port:py27-pywcs \ 33 34 port:py27-matplotlib \ 34 port:py27-pil \ 35 port:py27-pyavm \ 36 port:py27-pyregion 35 36 variant rgb description {Include support for RGB images} { 37 depends_run-append port:py27-pil 38 } 39 40 variant avm description {Include support for AVM meta-data} { 41 depends_run-append port:py27-pyavm 42 } 43 44 variant ds9 description {Include support for DS9 region files} { 45 depends_run-append port:py27-pyregion 46 } 47 48 default_variants +rgb +avm +ds9
Note: See TracChangeset
for help on using the changeset viewer.

