<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/0b9624baf6b57d378cc3046389dab3f44278297c">https://github.com/macports/macports-ports/commit/0b9624baf6b57d378cc3046389dab3f44278297c</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 0b9624baf6b py-tensorflow-probability: Add py-wheel build dep, use right python in bazel post-build step
</span>0b9624baf6b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 0b9624baf6b57d378cc3046389dab3f44278297c
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Mar 30 00:38:42 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> py-tensorflow-probability: Add py-wheel build dep, use right python in bazel post-build step
</span>---
python/py-tensorflow-probability/Portfile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tensorflow-probability/Portfile b/python/py-tensorflow-probability/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e54c83c08ce..505273eb50d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tensorflow-probability/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tensorflow-probability/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +38,7 @@ if {${name} ne ${subport}} {
</span> bazel.version 3.7
depends_build-append \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-wheel \
</span> port:py${python.version}-setuptools
depends_run-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,13 +62,11 @@ if {${name} ne ${subport}} {
</span> }
build.env-append \
"PATH=${workpath}/bin:$env(PATH)"
<span style='display:block; white-space:pre;background:#ffe0e0;'>- destroot.env-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- "PATH=${workpath}/bin:$env(PATH)"
</span>
bazel.build_target \
:pip_pkg
bazel.post_build_cmd \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ./bazel-bin/pip_pkg ${workpath}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ "PATH=${workpath}/bin:$env(PATH)" ./bazel-bin/pip_pkg ${workpath}
</span>
destroot.cmd pip-${python.branch}
destroot.args \
</pre><pre style='margin:0'>
</pre>