<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/cf8e9f260fad1247763547403bf875258bcf75f3">https://github.com/macports/macports-ports/commit/cf8e9f260fad1247763547403bf875258bcf75f3</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 cf8e9f260fa netgen,ngsolve: make Python scripts more robust
</span>cf8e9f260fa is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cf8e9f260fad1247763547403bf875258bcf75f3
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Apr 23 06:24:04 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    netgen,ngsolve: make Python scripts more robust
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See
</span><span style='display:block; white-space:pre;color:#404040;'>    https://github.com/macports/macports-ports/commit/2b34486eb5ec144357275613c91c3e482e16cb7a#r49907533
</span>---
 math/netgen/files/pybind11-stubgen  | 2 +-
 math/ngsolve/files/pybind11-stubgen | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/netgen/files/pybind11-stubgen b/math/netgen/files/pybind11-stubgen
</span><span style='display:block; white-space:pre;color:#808080;'>index 061e290dfa9..5f48d3aa553 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/netgen/files/pybind11-stubgen
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/netgen/files/pybind11-stubgen
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,3 @@
</span> #!/bin/bash
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-exec env PYTHONPATH='__MACPORTS_PYTHONPATH__' DYLD_LIBRARY_PATH='__MACPORTS_DYLD_LIBRARY_PATH__' __MACPORTS_PYTHON_BIN__/pybind11-stubgen $*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+exec env PYTHONPATH='__MACPORTS_PYTHONPATH__' DYLD_LIBRARY_PATH='__MACPORTS_DYLD_LIBRARY_PATH__' __MACPORTS_PYTHON_BIN__/pybind11-stubgen "$@"
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ngsolve/files/pybind11-stubgen b/math/ngsolve/files/pybind11-stubgen
</span><span style='display:block; white-space:pre;color:#808080;'>index 061e290dfa9..5f48d3aa553 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ngsolve/files/pybind11-stubgen
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ngsolve/files/pybind11-stubgen
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,3 @@
</span> #!/bin/bash
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-exec env PYTHONPATH='__MACPORTS_PYTHONPATH__' DYLD_LIBRARY_PATH='__MACPORTS_DYLD_LIBRARY_PATH__' __MACPORTS_PYTHON_BIN__/pybind11-stubgen $*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+exec env PYTHONPATH='__MACPORTS_PYTHONPATH__' DYLD_LIBRARY_PATH='__MACPORTS_DYLD_LIBRARY_PATH__' __MACPORTS_PYTHON_BIN__/pybind11-stubgen "$@"
</span></pre><pre style='margin:0'>

</pre>