<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/6c3ddeee1512bc529bb5ce22fecb0715e80d8cb0">https://github.com/macports/macports-ports/commit/6c3ddeee1512bc529bb5ce22fecb0715e80d8cb0</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 6c3ddee  legit: change to use python 37
</span>6c3ddee is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6c3ddeee1512bc529bb5ce22fecb0715e80d8cb0
</span>Author: Kurt Hindenburg <kurt.hindenburg@gmail.com>
AuthorDate: Sat Apr 27 21:33:48 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    legit: change to use python 37
</span>---
 devel/legit/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/legit/Portfile b/devel/legit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 440d279..03e4b8b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/legit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/legit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup               github 1.0
</span> PortGroup               python 1.0
 
 github.setup            kennethreitz legit 1.0.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> categories              devel
 platforms               darwin
 maintainers             {khindenburg @kurthindenburg} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,7 +23,7 @@ checksums               rmd160  fdab3f398cb879839b7f88dc2d02d7cce175e322 \
</span>                         sha256  c1cc4d15180ef899c4b03865612e1d7eec3aa5472c2eab6525a627ffd94f8020 \
                         size    16050
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.default_version  36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.default_version  37
</span> 
 depends_build-append    port:py${python.version}-setuptools
 
</pre><pre style='margin:0'>

</pre>