<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/f11f305a4fb92ab7d77a8dd495c60bc8daf9d979">https://github.com/macports/macports-ports/commit/f11f305a4fb92ab7d77a8dd495c60bc8daf9d979</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 f11f305 libsvm: remove obsolete variants python26,33
</span>f11f305 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f11f305a4fb92ab7d77a8dd495c60bc8daf9d979
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Sat Feb 4 15:36:35 2017 -0500
<span style='display:block; white-space:pre;color:#404040;'> libsvm: remove obsolete variants python26,33
</span>---
math/libsvm/Portfile | 4 ----
1 file changed, 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/libsvm/Portfile b/math/libsvm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d3f3581..76a786b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/libsvm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/libsvm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,10 +70,6 @@ variant java description {Install Java JAR files} {
</span> }
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# TODO: Remove after 2016-05-14.
</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 python33 requires python34 description {Legacy variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> variant python27 description {Install Python 2.7 interface} {
depends_lib-append port:python27
post-destroot { install_py 2.7 }
</pre><pre style='margin:0'>
</pre>