<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c150114407838b35835af5f7894d781e89c8d54e">https://github.com/macports/macports-ports/commit/c150114407838b35835af5f7894d781e89c8d54e</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 c150114 py-cython: add support for Python 3.6.
</span>c150114 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c150114407838b35835af5f7894d781e89c8d54e
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Tue Dec 27 10:27:10 2016 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-cython: add support for Python 3.6.
</span>---
python/py-cython/Portfile | 2 +-
python/py-cython/files/cython36 | 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 c718341..c256e0a 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
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 26 27 33 34 35 36
</span>
maintainers stromnov openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cython/files/cython36 b/python/py-cython/files/cython36
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0000000..223b801
</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/cython36
</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.6/bin/cython
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.6/bin/cygdb
</span></pre><pre style='margin:0'>
</pre>