<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/217c7fc805f796efa401b13bd8394015b1afcd37">https://github.com/macports/macports-ports/commit/217c7fc805f796efa401b13bd8394015b1afcd37</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 217c7fc  py-iso8601: add py36 subport
</span>217c7fc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 217c7fc805f796efa401b13bd8394015b1afcd37
</span>Author: Andrew Stromnov <stromnov@gmail.com>
AuthorDate: Tue Feb 14 12:59:20 2017 +0300

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-iso8601/Portfile b/python/py-iso8601/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cd8b408..bd8c10f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-iso8601/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-iso8601/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,14 +11,14 @@ platforms           darwin
</span> license             MIT
 supported_archs     noarch
 
<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
 
 description         Simple module to parse ISO 8601 dates
 long_description    ${description}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://code.google.com/p/pyiso8601/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://bitbucket.org/micktwomey/pyiso8601
</span> master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
 distname            ${python.rootname}-${version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +31,4 @@ if {${name} ne ${subport}} {
</span>                         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>