<pre style='margin:0'>
Thibaut Paumard (paumard) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f8dbf6dbd4eaa5d9c31e335294a047fa4c308b94">https://github.com/macports/macports-ports/commit/f8dbf6dbd4eaa5d9c31e335294a047fa4c308b94</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 f8dbf6d  Gyoto: drop Python 2.7 support
</span>f8dbf6d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f8dbf6dbd4eaa5d9c31e335294a047fa4c308b94
</span>Author: Thibaut Paumard <thibaut@macports.org>
AuthorDate: Sun Oct 27 17:03:50 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    Gyoto: drop Python 2.7 support
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Gyoto 1.4.x does not support Python 2.
</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/59485
</span>---
 science/Gyoto/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/Gyoto/Portfile b/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9d9fd18..f3201b4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,14 +72,14 @@ if {![catch {set result [active_variants boost openmpi {}]}]} {
</span>   }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach nodot [list 33 34] {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach nodot [list 27 33 34] {
</span>     subport py${nodot}-gyoto {
         PortGroup    obsolete 1.0
         replaced_by  py37-gyoto
     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach nodot [list 27 35 36 37 38] wdot [list 2.7 3.5 3.6 3.7 3.8] {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach nodot [list 35 36 37 38] wdot [list 3.5 3.6 3.7 3.8] {
</span>     subport py${nodot}-gyoto {
         depends_build-append port:doxygen port:swig-python
         depends_lib-append   port:python${nodot} port:py${nodot}-numpy \
</pre><pre style='margin:0'>

</pre>