<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7508ae36815caed040cfc1ff9f9925667061023f">https://github.com/macports/macports-ports/commit/7508ae36815caed040cfc1ff9f9925667061023f</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 7508ae3  gnuradio-next: remove +python34 variant
</span>7508ae3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7508ae36815caed040cfc1ff9f9925667061023f
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Oct 14 10:58:21 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gnuradio-next: remove +python34 variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/59310
</span>---
 science/gnuradio/Portfile | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gnuradio/Portfile b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2de4ee6..b80c323 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -224,14 +224,12 @@ if {${subport} eq "gnuradio-next"} {
</span> 
     # select Python to use; default to 2.7
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant python27 conflicts python34 python35 python36 python37 description {Build GNU Radio using Python 2.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant python34 conflicts python27 python35 python36 python37 description {Build GNU Radio using Python 3.4} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant python35 conflicts python27 python34 python36 python37 description {Build GNU Radio using Python 3.5} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant python36 conflicts python27 python34 python35 python37 description {Build GNU Radio using Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant python37 conflicts python27 python34 python35 python36 description {Build GNU Radio using Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant python27 conflicts python35 python36 python37 description {Build GNU Radio using Python 2.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant python35 conflicts python27 python36 python37 description {Build GNU Radio using Python 3.5} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant python36 conflicts python27 python35 python37 description {Build GNU Radio using Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant python37 conflicts python27 python35 python36 description {Build GNU Radio using Python 3.7} {}
</span> 
     if {![variant_isset python27] &&
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ![variant_isset python34] &&
</span>         ![variant_isset python35] &&
         ![variant_isset python36] &&
         ![variant_isset python37]} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -239,18 +237,15 @@ if {${subport} eq "gnuradio-next"} {
</span>     }
 
     if {![variant_isset python27] &&
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ![variant_isset python34] &&
</span>         ![variant_isset python35] &&
         ![variant_isset python36] &&
         ![variant_isset python37]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_error "\n\nYou must select one of the variants +python27, +python34, +python35, +python36, or +python37.\n"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_error "\n\nYou must select one of the variants +python27, +python35, +python36, or +python37.\n"
</span>         return -code error "Invalid variant selection"
     }
 
     if {[variant_isset python27]} {
         set PythonVersionNoDot "27"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    } elseif {[variant_isset python34]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        set PythonVersionNoDot "34"
</span>     } elseif {[variant_isset python35]} {
         set PythonVersionNoDot "35"
     } elseif {[variant_isset python36]} {
</pre><pre style='margin:0'>

</pre>