[79193] trunk/dports/python

robitaille at macports.org robitaille at macports.org
Sat Jun 4 13:16:31 PDT 2011


Revision: 79193
          http://trac.macports.org/changeset/79193
Author:   robitaille at macports.org
Date:     2011-06-04 13:16:29 -0700 (Sat, 04 Jun 2011)
Log Message:
-----------
py*-atpy: avoid duplicated logic for +all variant

Modified Paths:
--------------
    trunk/dports/python/py25-atpy/Portfile
    trunk/dports/python/py26-atpy/Portfile
    trunk/dports/python/py27-atpy/Portfile

Modified: trunk/dports/python/py25-atpy/Portfile
===================================================================
--- trunk/dports/python/py25-atpy/Portfile	2011-06-04 20:11:36 UTC (rev 79192)
+++ trunk/dports/python/py25-atpy/Portfile	2011-06-04 20:16:29 UTC (rev 79193)
@@ -50,13 +50,6 @@
                         port:py25-pygresql
 }
 
-variant all description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} {
-    depends_run-append  port:py25-pyfits \
-                        port:py25-h5py \
-                        port:py25-vo \
-                        port:py25-asciitable \
-                        port:py25-mysql \
-                        port:py25-pygresql
-}
+variant all requires fits hdf5 vo ascii sql description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} {}
 
 default_variants    +fits +hdf5 +vo +ascii

Modified: trunk/dports/python/py26-atpy/Portfile
===================================================================
--- trunk/dports/python/py26-atpy/Portfile	2011-06-04 20:11:36 UTC (rev 79192)
+++ trunk/dports/python/py26-atpy/Portfile	2011-06-04 20:16:29 UTC (rev 79193)
@@ -50,13 +50,6 @@
                         port:py26-pygresql
 }
 
-variant all description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} {
-    depends_run-append  port:py26-pyfits \
-                        port:py26-h5py \
-                        port:py26-vo \
-                        port:py26-asciitable \
-                        port:py26-mysql \
-                        port:py26-pygresql
-}
+variant all requires fits hdf5 vo ascii sql description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} {}
 
 default_variants    +fits +hdf5 +vo +ascii

Modified: trunk/dports/python/py27-atpy/Portfile
===================================================================
--- trunk/dports/python/py27-atpy/Portfile	2011-06-04 20:11:36 UTC (rev 79192)
+++ trunk/dports/python/py27-atpy/Portfile	2011-06-04 20:16:29 UTC (rev 79193)
@@ -50,13 +50,6 @@
                         port:py27-pygresql
 }
 
-variant all description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} {
-    depends_run-append  port:py27-pyfits \
-                        port:py27-h5py \
-                        port:py27-vo \
-                        port:py27-asciitable \
-                        port:py27-mysql \
-                        port:py27-pygresql
-}
+variant all requires fits hdf5 vo ascii sql description {Include support for all input/output types (FITS, HDF5, VO, ASCII, and SQL)} {}
 
 default_variants    +fits +hdf5 +vo +ascii
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110604/e0e5ea9b/attachment.html>


More information about the macports-changes mailing list