<pre style='margin:0'>
Andrew Stromnov (stromnov) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d0a7934e19ce423f9439afc9c4b8f12c346f3897">https://github.com/macports/macports-ports/commit/d0a7934e19ce423f9439afc9c4b8f12c346f3897</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d0a7934e19ce423f9439afc9c4b8f12c346f3897
</span>Author: Andrew Stromnov <stromnov@gmail.com>
AuthorDate: Sat Jan 7 13:14:24 2017 +0300

<span style='display:block; white-space:pre;color:#404040;'>    py-setuptools_scm: add py36 subport
</span>---
 python/py-setuptools_scm/Portfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-setuptools_scm/Portfile b/python/py-setuptools_scm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cbb241b..84a44b0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-setuptools_scm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-setuptools_scm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ platforms           darwin
</span> license             MIT
 supported_archs     noarch
 
<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> 
 maintainers         stromnov openmaintainer
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,4 @@ if {${name} ne ${subport}} {
</span>     depends_lib-append  port:py${python.version}-setuptools
 
     livecheck.type      none
<span style='display:block; white-space:pre;background:#ffe0e0;'>-} else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.type      pypi
</span> }
</pre><pre style='margin:0'>

</pre>