<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b9324f50d6cc94a74464e73d2e826352b814eec1">https://github.com/macports/macports-ports/commit/b9324f50d6cc94a74464e73d2e826352b814eec1</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 b9324f5  alps: remove python26 variant
</span>b9324f5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b9324f50d6cc94a74464e73d2e826352b814eec1
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Tue May 28 09:54:15 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    alps: remove python26 variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    py26-matplotlib was removed in December 2015 and the python26 variant
</span><span style='display:block; white-space:pre;color:#404040;'>    has been defunct (and effectively obsolete) since then. Just remove the
</span><span style='display:block; white-space:pre;color:#404040;'>    variant now; leave the logic for different Python versions in tact in
</span><span style='display:block; white-space:pre;color:#404040;'>    case someone wants to add Python 3.x variants at a later time.
</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/58531
</span>---
 science/alps/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/alps/Portfile b/science/alps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 50a8f12..dd07a3f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/alps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/alps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -106,7 +106,7 @@ variant mpich conflicts openmpi description "Add MPI parallelization using MPICH
</span> 
 
 # python 3 requires Boost 1.63 which is not yet in Macport
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set pythons_suffixes {26 27}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set pythons_suffixes {27}
</span> set pythons_ports {}
 foreach s ${pythons_suffixes} {
     lappend pythons_ports python${s}
</pre><pre style='margin:0'>

</pre>