<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/121b29e97a4222d5e9aeade5a0352b97cb9aec06">https://github.com/macports/macports-ports/commit/121b29e97a4222d5e9aeade5a0352b97cb9aec06</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 121b29e97a4222d5e9aeade5a0352b97cb9aec06
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Dec 30 17:47:54 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-pybind11: set noarch
</span>---
 python/py-pybind11/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pybind11/Portfile b/python/py-pybind11/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ae7dd8ead2..1208515d786 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pybind11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pybind11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ name                py-pybind11
</span> version             2.9.0
 revision            0
 categories-append   devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span> license             BSD
 
 python.versions     27 35 36 37 38 39 310
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,7 @@ maintainers         {stromnov @stromnov} openmaintainer
</span> description         Seamless operability between C++11 and Python.
 
 long_description    pybind11 is a lightweight header-only library that \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    exposes  C++ types in Python and vice versa, mainly \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    exposes C++ types in Python and vice versa, mainly \
</span>                     to create Python bindings of existing C++ code.
 
 homepage            https://github.com/pybind/pybind11
</pre><pre style='margin:0'>

</pre>