<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/114894d8100657ccd613b1f3f0b230f1f5d0b0a5">https://github.com/macports/macports-ports/commit/114894d8100657ccd613b1f3f0b230f1f5d0b0a5</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 114894d8100 py-tensorflow: allow building for arm See: https://github.com/macports/macports-ports/pull/15397
</span>114894d8100 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 114894d8100657ccd613b1f3f0b230f1f5d0b0a5
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun May 7 10:19:05 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow: allow building for arm
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/pull/15397
</span>---
 python/py-tensorflow/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 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 6e970f34beb..35d5a610256 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;'>@@ -26,8 +26,7 @@ checksums           rmd160  26051c2456224f94f82e896aff4cb8512c2f6dc3 \
</span>                     sha256  2b1725eccba5ee42347462f5a65b274a905f7946181fadafc7b44b5c85ba3041 \
                     size    69709103
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Not yet ready for arm
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs     x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     x86_64 arm64
</span> 
 set min_darwin 16
 if { ${os.major} < ${min_darwin} } {
</pre><pre style='margin:0'>

</pre>