<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a00b5141029cc9c3a75a725eec6771790fad386c">https://github.com/macports/macports-ports/commit/a00b5141029cc9c3a75a725eec6771790fad386c</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 a00b5141029 py27-zopfli: fixed build
</span>a00b5141029 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a00b5141029cc9c3a75a725eec6771790fad386c
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Mon Nov 22 15:25:09 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> py27-zopfli: fixed build
</span>---
python/py-zopfli/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-zopfli/Portfile b/python/py-zopfli/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6678edd1650..e5ea8b51a89 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-zopfli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-zopfli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +31,11 @@ if {${name} ne ${subport}} {
</span> port:py${python.version}-setuptools \
port:py${python.version}-setuptools_scm
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${python.version} eq 27} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ python.pep517 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> pre-test {
test.env PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
}
</pre><pre style='margin:0'>
</pre>