<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/77b8724d16c19c1396d372c0f1d19c6dcf0888db">https://github.com/macports/macports-ports/commit/77b8724d16c19c1396d372c0f1d19c6dcf0888db</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 77b8724d16c vapoursynth: install python lib to correct place
</span>77b8724d16c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 77b8724d16c19c1396d372c0f1d19c6dcf0888db
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Fri Jul 1 00:42:02 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    vapoursynth: install python lib to correct place
</span>---
 multimedia/vapoursynth/Portfile | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/vapoursynth/Portfile b/multimedia/vapoursynth/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4b8345a2032..dda705d0f45 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/vapoursynth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/vapoursynth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup               github 1.0
</span> 
 github.setup            vapoursynth vapoursynth 59 R
 github.tarball_from     archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> 
 description             A video processing framework with simplicity in mind
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,3 +52,14 @@ configure.python        ${prefix}/bin/python${python_branch}
</span> build.env-append        PYTHON=${configure.python}
 
 github.livecheck.regex  {([0-9]+)}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-build {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "${configure.python} setup.py --no-user-cfg build -j${build.jobs}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "${configure.python} setup.py --no-user-cfg install \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                              --prefix=${frameworks_dir}/Python.framework/Versions/${python_branch} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                              --root=${destroot}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    delete -force ${destroot}${prefix}/lib/python${python_branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>