<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/60c0e9d960ba052b5cdf7c260aca580b903f0b04">https://github.com/macports/macports-ports/commit/60c0e9d960ba052b5cdf7c260aca580b903f0b04</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 60c0e9d htcondor: remove obsolete python variants
</span>60c0e9d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 60c0e9d960ba052b5cdf7c260aca580b903f0b04
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Tue Feb 7 21:18:33 2017 -0500
<span style='display:block; white-space:pre;color:#404040;'> htcondor: remove obsolete python variants
</span>---
science/htcondor/Portfile | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/htcondor/Portfile b/science/htcondor/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7fcc96c..a294554 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/htcondor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/htcondor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,16 +38,9 @@ variant personal \
</span> startupitem.stop "${prefix}/sbin/condor_off -all -master"
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# TODO: Remove after 2016-01-04.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python25 requires python27 description {Legacy variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python26 requires python27 description {Legacy variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python31 requires python34 description {Legacy variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python32 requires python34 description {Legacy variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python33 requires python34 description {Legacy variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> set pythons_suffixes {27 34}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32] && ![variant_isset python33] && ![variant_isset python34]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python34]} {
</span> default_variants +python27
}
</pre><pre style='margin:0'>
</pre>