<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b60e82c395899e04126aaf544828ff6f862cccf2">https://github.com/macports/macports-ports/commit/b60e82c395899e04126aaf544828ff6f862cccf2</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 b60e82c3958 py-tensorflow-addons: work around for hardcoded macOS version in wheel creation
</span>b60e82c3958 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b60e82c395899e04126aaf544828ff6f862cccf2
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Apr 1 23:16:03 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow-addons: work around for hardcoded macOS version in wheel creation
</span>---
 python/py-tensorflow-addons/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tensorflow-addons/Portfile b/python/py-tensorflow-addons/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9b4d9d2eea0..5036050a923 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tensorflow-addons/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tensorflow-addons/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +64,8 @@ if {${name} ne ${subport}} {
</span>         xinstall -d ${workpath}/bin
         ln -s ${python.bin} ${workpath}/bin/python
         ln -s ${python.bin} ${workpath}/bin/python3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s| python | ${python.bin} |g" build_deps/build_pip_pkg.sh
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s| python | ${python.bin} |g"  build_deps/build_pip_pkg.sh
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|macosx_10_13|macosx_10_10|g" build_deps/build_pip_pkg.sh
</span>     }
 
     use_configure   yes
</pre><pre style='margin:0'>

</pre>