<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/af2dbab09d304de3e92fefb6836b6fbe8aa5bf99">https://github.com/macports/macports-ports/commit/af2dbab09d304de3e92fefb6836b6fbe8aa5bf99</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 af2dbab09d3 py-kiwisolver: fix syntax error
</span>af2dbab09d3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit af2dbab09d304de3e92fefb6836b6fbe8aa5bf99
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Aug 8 23:51:09 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-kiwisolver: fix syntax error
</span>---
 python/py-kiwisolver/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-kiwisolver/Portfile b/python/py-kiwisolver/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 887e1d3405e..4b8c8d3511a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-kiwisolver/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-kiwisolver/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,7 +60,7 @@ if {${name} ne ${subport}} {
</span>         set docdir ${prefix}/share/doc/${subport}
         xinstall -d ${destroot}${docdir}
         xinstall -m 0644 -W ${worksrcpath} README.rst ${destroot}${docdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        if ${python.version} > 36} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        if {${python.version} > 36} {
</span>             xinstall -m 0644 -W ${worksrcpath} LICENSE ${destroot}${docdir}
         }
     }
</pre><pre style='margin:0'>

</pre>