<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/90125b79beb6a19c108e5744062a1881a4a451aa">https://github.com/macports/macports-ports/commit/90125b79beb6a19c108e5744062a1881a4a451aa</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 90125b79beb6a19c108e5744062a1881a4a451aa
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Mar 23 23:25:24 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow{1}: Updates for latest bazel PG updates
</span>---
 python/py-tensorflow/Portfile  | 7 +++++--
 python/py-tensorflow1/Portfile | 5 +++--
 2 files changed, 8 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tensorflow/Portfile b/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 63b270dccf6..ca2edb51d52 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -86,8 +86,11 @@ if {${name} ne ${subport}} {
</span>     configure.env-append PYTHON_LIB_PATH=${python.prefix}/lib/python${python.branch}/site-packages
     configure.env-append PYTHON_BIN_PATH=${prefix}/bin/python${python.branch}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    bazel.build_target   "//tensorflow/tools/pip_package:build_pip_package"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    bazel.post_build_cmd ./bazel-bin/tensorflow/tools/pip_package/build_pip_package [list $workpath]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    bazel.build_target     "//tensorflow/tools/pip_package:build_pip_package"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    bazel.post_build_cmd   ./bazel-bin/tensorflow/tools/pip_package/build_pip_package [list $workpath]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    bazel.extra_build_opts -c opt --config=opt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #bazel.limit_build_jobs no
</span> 
     destroot.cmd  pip-${python.branch}
     destroot.args           \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tensorflow1/Portfile b/python/py-tensorflow1/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 359c8753ec6..f4ca42d7a2e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tensorflow1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tensorflow1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -94,8 +94,9 @@ if {${name} ne ${subport}} {
</span>     configure.env-append PYTHON_LIB_PATH=${python.prefix}/lib/python${python.branch}/site-packages
     configure.env-append PYTHON_BIN_PATH=${prefix}/bin/python${python.branch}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    bazel.build_target   "//tensorflow/tools/pip_package:build_pip_package"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    bazel.post_build_cmd ./bazel-bin/tensorflow/tools/pip_package/build_pip_package [list $workpath]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    bazel.build_target     "//tensorflow/tools/pip_package:build_pip_package"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    bazel.post_build_cmd   ./bazel-bin/tensorflow/tools/pip_package/build_pip_package [list $workpath]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    bazel.extra_build_opts -c opt --config=opt
</span>     
     destroot.cmd  pip-${python.branch}
     destroot.args           \
</pre><pre style='margin:0'>

</pre>