<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/321501a7653eb5e96a2686278fc7b0a65994a251">https://github.com/macports/macports-ports/commit/321501a7653eb5e96a2686278fc7b0a65994a251</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 321501a7653eb5e96a2686278fc7b0a65994a251
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Nov 25 06:34:28 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    pybind11: do not build unused tests
</span>---
 devel/pybind11/Portfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/pybind11/Portfile b/devel/pybind11/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5344c69..09a1210 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/pybind11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/pybind11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           cmake  1.1
 
 github.setup        pybind pybind11 2.3.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          devel
 platforms           darwin
 maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,9 +31,9 @@ set python_branch   3.7
</span> set python_version  [string map {. ""} ${python_branch}]
 
 configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    -DPYBIND11_PYTHON_VERSION=${python_branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    -DPYBIND11_PYTHON_VERSION=${python_branch} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    -DPYBIND11_TEST=NO
</span> 
 depends_build-append \
     port:python${python_version} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    port:py${python_version}-setuptools \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    port:py${python_version}-pytest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    port:py${python_version}-setuptools
</span></pre><pre style='margin:0'>

</pre>