<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/50b7951ad701a8721302ebb04917269ba96c818f">https://github.com/macports/macports-ports/commit/50b7951ad701a8721302ebb04917269ba96c818f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 50b7951ad701a8721302ebb04917269ba96c818f
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Nov 16 13:17:56 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-ipython-sql: remove py34 subport
</span>---
 python/py-ipython-sql/Portfile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-ipython-sql/Portfile b/python/py-ipython-sql/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 05bcc94..620987d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-ipython-sql/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-ipython-sql/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,22 +5,21 @@ PortGroup           python 1.0
</span> 
 name                py-ipython-sql
 version             0.3.9
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> categories-append   databases
 platforms           darwin
 supported_archs     noarch
 license             MIT
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> maintainers         {petr @petrrr} openmaintainer
 
 description         RDBMS access via %%sql magic for IPython
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> long_description    \
     Introduces a %sql (or %%sql) magic. \
     Connect to a database, using SQLAlchemy connect strings, then issue SQL \
     commands within IPython or IPython Notebook.
 
 homepage            https://github.com/catherinedevlin/ipython-sql
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> distname            ${python.rootname}-${version}
 master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}/
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,7 +27,7 @@ checksums           rmd160  350da7130942b86415eebf899552edd57379ca07 \
</span>                     sha256  7187f6371f38b89d8fb63c2c7c4233d9000fb53b460dae79e4a359df366cc3ed \
                     size    18028
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 34 35 36 37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     27 35 36 37
</span> 
 if {${name} ne ${subport}} {
     # upstream fix for Python 2 compatibility  issue reported in
</pre><pre style='margin:0'>

</pre>