[127114] trunk/dports/python/py-aplpy/Portfile

petr at macports.org petr at macports.org
Tue Oct 21 06:58:58 PDT 2014


Revision: 127114
          https://trac.macports.org/changeset/127114
Author:   petr at macports.org
Date:     2014-10-21 06:58:58 -0700 (Tue, 21 Oct 2014)
Log Message:
-----------
py-aplpy: remove python version condition for variant ds9

Modified Paths:
--------------
    trunk/dports/python/py-aplpy/Portfile

Modified: trunk/dports/python/py-aplpy/Portfile
===================================================================
--- trunk/dports/python/py-aplpy/Portfile	2014-10-21 13:56:51 UTC (rev 127113)
+++ trunk/dports/python/py-aplpy/Portfile	2014-10-21 13:58:58 UTC (rev 127114)
@@ -23,6 +23,7 @@
 homepage            http://aplpy.github.com/
 master_sites        https://pypi.python.org/packages/source/A/APLpy/
 distname            APLpy-${version}
+
 checksums           md5     aeff0c49f43847819ab5e94e63abd74c \
                     sha1    cde95e803980a69de907011d960831cca8ed778d \
                     rmd160  2e4fd68de4887f07c4851d846ed92ec585ce776d
@@ -48,19 +49,12 @@
         depends_run-append  port:py${python.version}-pyavm
     }
 
-    if {${python.version} <= 27} {
-        variant ds9 description {Include support for DS9 region files} {
-            depends_run-append  port:py${python.version}-pyregion
-        }
+    variant ds9 description {Include support for DS9 region files} {
+        depends_run-append  port:py${python.version}-pyregion
     }
 
     variant montage description {Deprecated variant - Montage and montage-wrapper should be installed manually} {
     }
 
-    if {${python.version} <= 27} {
-        default_variants    +rgb +avm +ds9
-    } else {
-        default_variants    +rgb +avm
-    }
-
+    default_variants    +rgb +avm +ds9
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141021/0877493e/attachment.html>


More information about the macports-changes mailing list