<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6fc79da3c01af56c98f3f3316e06bc9607a3fcbf">https://github.com/macports/macports-ports/commit/6fc79da3c01af56c98f3f3316e06bc9607a3fcbf</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6fc79da3c01af56c98f3f3316e06bc9607a3fcbf
</span>Author: Ivan Larionov <xeron.oskom@gmail.com>
AuthorDate: Sat Aug 4 15:59:09 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    mycli: update to 1.17.0 and add python37 support.
</span>---
 databases/mycli/Portfile | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mycli/Portfile b/databases/mycli/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c623d79..909cd08 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mycli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mycli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        dbcli mycli 1.16.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        dbcli mycli 1.17.0 v
</span> 
 categories          databases python
 maintainers         {@xeron gmail.com:xeron.oskom} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,13 +16,15 @@ long_description    ${description}
</span> 
 homepage            http://mycli.net
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  baed20c0ef502c73b66e436c3f5d7604666949c3 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  76e1ba3bca1bcda5c958c89a5e35e587f69fefab7ada00fbccdcdd5d7c5424af
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  60e893719fe8a4182bd05426966637889cf29fa2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  ed4ca1b595a5b0d319f9743277c34039d7ab5440d042e8bfa22304b89ee0d5f9 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    276803
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python34 python35 python36 description "Use Python 2.7" {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python27 python35 python36 description "Use Python 3.4" {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python34 python36 description "Use Python 3.5" {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python34 python35 description "Use Python 3.6" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python34 python35 python36 python37 description "Use Python 2.7" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python34 conflicts python27 python35 python36 python37 description "Use Python 3.4" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python34 python36 python37 description "Use Python 3.5" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python34 python35 python37 description "Use Python 3.6" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python34 python35 python36 description "Use Python 3.7" {}
</span> 
 if {[variant_isset python34]} {
     python.default_version 34
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +32,8 @@ if {[variant_isset python34]} {
</span>     python.default_version 35
 } elseif {[variant_isset python36]} {
     python.default_version 36
<span style='display:block; white-space:pre;background:#e0ffe0;'>+} elseif {[variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.default_version 37
</span> } else {
     default_variants +python27
     python.default_version 27
</pre><pre style='margin:0'>

</pre>