<pre style='margin:0'>
Dan Villiom Podlaski Christiansen (danchr) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4737222b71e8f537d6fcb818c1799fc7034fed3c">https://github.com/macports/macports-ports/commit/4737222b71e8f537d6fcb818c1799fc7034fed3c</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 4737222  py-tempora: properly add Python 3.7
</span>4737222 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4737222b71e8f537d6fcb818c1799fc7034fed3c
</span>Author: Dan Villiom Podlaski Christiansen <danchr@macports.org>
AuthorDate: Sun Jul 29 11:40:20 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    py-tempora: properly add Python 3.7
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Kurt Hindenburg's previous commit to this port indicated his intention
</span><span style='display:block; white-space:pre;color:#404040;'>    to add Python 3.7 support. Instead, he added Python 3.6 a second time.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Committing directly as the fix is trivial and the port is
</span><span style='display:block; white-space:pre;color:#404040;'>    'openmaintainer'.
</span>---
 python/py-tempora/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tempora/Portfile b/python/py-tempora/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index db48b68..ad2f0a7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tempora/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tempora/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,7 @@ checksums           rmd160  0e1d74d21a85a84c965364fee07620841c453004 \
</span>                     sha256  4848df474c9d7ad9515fbeaadc88e48843176b4b90393652156ccff613bcaeb1 \
                     size    15956
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 34 35 36 36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     27 34 35 36 37
</span> 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools_scm
</pre><pre style='margin:0'>

</pre>