<pre style='margin:0'>
Aljaž Srebrnič (g5pw) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/37d9600f946a8ca48240a34301091997499024c3">https://github.com/macports/macports-ports/commit/37d9600f946a8ca48240a34301091997499024c3</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 37d9600f946a8ca48240a34301091997499024c3
</span>Author: Ivan Larionov <xeron.oskom@gmail.com>
AuthorDate: Tue Dec 27 20:14:21 2016 -0800

<span style='display:block; white-space:pre;color:#404040;'>    py-prompt_toolkit: add python 3.6 support.
</span>---
 python/py-prompt_toolkit/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-prompt_toolkit/Portfile b/python/py-prompt_toolkit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b5f874f..ad252c8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-prompt_toolkit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-prompt_toolkit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,4 +1,4 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</span> 
 PortSystem          1.0
 PortGroup           python 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,7 @@ maintainers         gmail.com:xeron.oskom openmaintainer
</span> description         Library for building powerful interactive command lines in Python
 long_description    ${description}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 34 35
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     27 34 35 36
</span> 
 homepage            https://pypi.python.org/pypi/${python.rootname}/
 master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</pre><pre style='margin:0'>

</pre>