<pre style='margin:0'>
Leo Singer (lpsinger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6a5f74f5c80ca97a92154d7f413e99ba24d744de">https://github.com/macports/macports-ports/commit/6a5f74f5c80ca97a92154d7f413e99ba24d744de</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 6a5f74f  py-cython: add Python 3.7 subport
</span>6a5f74f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6a5f74f5c80ca97a92154d7f413e99ba24d744de
</span>Author: Leo Singer <aronnax@macports.org>
AuthorDate: Thu Jul 5 12:51:15 2018 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-cython: add Python 3.7 subport
</span>---
 python/py-cython/Portfile       | 2 +-
 python/py-cython/files/cython37 | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cython/Portfile b/python/py-cython/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 568d527..86883e1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ categories-append   devel
</span> platforms           darwin
 license             Apache-2
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     26 27 33 34 35 36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     26 27 33 34 35 36 37
</span> 
 maintainers         {stromnov @stromnov} openmaintainer
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cython/files/cython37 b/python/py-cython/files/cython37
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0000000..e554048
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cython/files/cython37
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,2 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.7/bin/cython
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.7/bin/cygdb
</span></pre><pre style='margin:0'>

</pre>