<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/191ae0c8f4e709319ca55b61f1c76213389b3ac1">https://github.com/macports/macports-ports/commit/191ae0c8f4e709319ca55b61f1c76213389b3ac1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 191ae0c8f4e709319ca55b61f1c76213389b3ac1
</span>Author: Steven Thomas Smith <s.t.smith@ieee.org>
AuthorDate: Mon Jan 22 18:25:33 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-annotated_types: Add supported_archs and platforms to Portfile
</span>---
 python/py-annotated_types/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-annotated_types/Portfile b/python/py-annotated_types/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d8d9c971b6f..bc92cd5077a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-annotated_types/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-annotated_types/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ name                py-annotated_types
</span> version             0.6.0
 categories-append   devel
 license             MIT
<span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           {darwin any}
</span> 
 python.versions     38 39 310 311 312
 
</pre><pre style='margin:0'>

</pre>