<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/727039b11e9180b5be8f32b536d251507215bb10">https://github.com/macports/macports-ports/commit/727039b11e9180b5be8f32b536d251507215bb10</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 727039b11e9180b5be8f32b536d251507215bb10
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun May 7 11:10:26 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow: notes: append, to avoid replacing those from pg bazel
</span><span style='display:block; white-space:pre;color:#404040;'>    - Also cleanup notes logic; python ver check no longer needed
</span>---
 python/py-tensorflow/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 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 35d5a610256..c24aa8ed4c6 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;'>@@ -137,11 +137,11 @@ if {${name} ne ${subport}} {
</span> 
     livecheck.type  none
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # If tensorflow-macos is available for this OS + python version advertise it
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    if { ${os.major} > 19 && ${python.branch} > 3.7 } {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        notes "
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-A hardware accelerated MacOS optimised port of tensorflow from Apple
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-is available as an alternative to ${subport}. To use run :-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # If tensorflow-macos is available for this OS advertise it
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if { ${os.major} > 19 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        notes-append "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+* A hardware accelerated MacOS optimised port of tensorflow from Apple\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+is available as an alternative to ${subport}. To use run:
</span>     sudo port uninstall -f ${subport} ${subport}-addons
     sudo port install ${subport}-macos
 "
</pre><pre style='margin:0'>

</pre>