[130113] trunk/dports/python

larryv at macports.org larryv at macports.org
Fri Dec 26 21:51:34 PST 2014


Revision: 130113
          https://trac.macports.org/changeset/130113
Author:   larryv at macports.org
Date:     2014-12-26 21:51:34 -0800 (Fri, 26 Dec 2014)
Log Message:
-----------
py{24,25,26}-omniORBpy: Replace with py27-omniORBpy

Modified Paths:
--------------
    trunk/dports/python/py-graveyard/Portfile
    trunk/dports/python/py-omniORBpy/Portfile

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2014-12-27 05:51:32 UTC (rev 130112)
+++ trunk/dports/python/py-graveyard/Portfile	2014-12-27 05:51:34 UTC (rev 130113)
@@ -187,6 +187,7 @@
 obspy               0.9.2_1     26
 obspy-devel         0.9.2-1322  26
 ode                 1.2.1_1     25 26
+omniORBpy           4.2.0_1     24 25 26
 openpyxl            2.1.2_1     25 26 33
 osmgpsmap           0.7.3_5     26
 pandas              0.15.0_1    26 32 33

Modified: trunk/dports/python/py-omniORBpy/Portfile
===================================================================
--- trunk/dports/python/py-omniORBpy/Portfile	2014-12-27 05:51:32 UTC (rev 130112)
+++ trunk/dports/python/py-omniORBpy/Portfile	2014-12-27 05:51:34 UTC (rev 130113)
@@ -2,7 +2,7 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           active_variants 1.1
+#PortGroup           active_variants 1.1
 PortGroup           python 1.0
 
 name                py-omniORBpy
@@ -35,7 +35,7 @@
 # and revert to values compatible with a make environment.
 # Ugly but it works.
 
-python.versions     24 25 26 27
+python.versions     27
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:omniORB
@@ -43,7 +43,8 @@
     # omniORB is not universal
     universal_variant   no
 
-    require_active_variants omniORB python${python.version}
+    # omniORB @4.2.0_1 uses Python 2.7 unconditionally.
+    #require_active_variants omniORB python${python.version}
 
     patchfiles          patch-dir.mk
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141226/ad24a9fd/attachment.html>


More information about the macports-changes mailing list