New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79192


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

py*-aplpy: added variants for optional dependencies

Location:
trunk/dports/python
Files:
3 edited

Legend:

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

    r79122 r79192  
    77name                py25-aplpy 
    88version             0.9.5 
     9revision            1 
    910maintainers         robitaille stsci.edu:mperrin 
    1011 
     
    3233                    port:py25-pywcs \ 
    3334                    port:py25-matplotlib \ 
    34                     port:py25-pil \ 
    35                     port:py25-pyavm \ 
    36                     port:py25-pyregion 
     35 
     36variant rgb description {Include support for RGB images} { 
     37    depends_run-append  port:py25-pil 
     38} 
     39 
     40variant avm description {Include support for AVM meta-data} { 
     41    depends_run-append  port:py25-pyavm 
     42} 
     43 
     44variant ds9 description {Include support for DS9 region files} { 
     45    depends_run-append  port:py25-pyregion 
     46} 
     47 
     48default_variants    +rgb +avm +ds9 
  • trunk/dports/python/py26-aplpy/Portfile

    r79122 r79192  
    77name                py26-aplpy 
    88version             0.9.5 
     9revision            1 
    910maintainers         robitaille stsci.edu:mperrin 
    1011 
     
    3233                    port:py26-pywcs \ 
    3334                    port:py26-matplotlib \ 
    34                     port:py26-pil \ 
    35                     port:py26-pyavm \ 
    36                     port:py26-pyregion 
     35 
     36variant rgb description {Include support for RGB images} { 
     37    depends_run-append  port:py26-pil 
     38} 
     39 
     40variant avm description {Include support for AVM meta-data} { 
     41    depends_run-append  port:py26-pyavm 
     42} 
     43 
     44variant ds9 description {Include support for DS9 region files} { 
     45    depends_run-append  port:py26-pyregion 
     46} 
     47 
     48default_variants    +rgb +avm +ds9 
  • trunk/dports/python/py27-aplpy/Portfile

    r79122 r79192  
    77name                py27-aplpy 
    88version             0.9.5 
     9revision            1 
    910maintainers         robitaille stsci.edu:mperrin 
    1011 
     
    3233                    port:py27-pywcs \ 
    3334                    port:py27-matplotlib \ 
    34                     port:py27-pil \ 
    35                     port:py27-pyavm \ 
    36                     port:py27-pyregion 
     35 
     36variant rgb description {Include support for RGB images} { 
     37    depends_run-append  port:py27-pil 
     38} 
     39 
     40variant avm description {Include support for AVM meta-data} { 
     41    depends_run-append  port:py27-pyavm 
     42} 
     43 
     44variant ds9 description {Include support for DS9 region files} { 
     45    depends_run-append  port:py27-pyregion 
     46} 
     47 
     48default_variants    +rgb +avm +ds9 
Note: See TracChangeset for help on using the changeset viewer.