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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a808bbd2b5459807d741c0b6e4c8d04bf99333f4">https://github.com/macports/macports-ports/commit/a808bbd2b5459807d741c0b6e4c8d04bf99333f4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a808bbd2b5459807d741c0b6e4c8d04bf99333f4
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Oct 5 23:51:43 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-spaCy: Use full paths when patching
</span>---
 python/py-spaCy/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-spaCy/Portfile b/python/py-spaCy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 834373f179a..4f7e1f30fda 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-spaCy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-spaCy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,8 +74,8 @@ if {${name} ne ${subport}} {
</span>     
     post-extract {
         reinplace "s|\"cython\"|\"cython-${PythonVersionWithDot}\"|g" ${worksrcpath}/bin/cythonize.py
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s|python|${python.bin}|g" bin/spacy
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s|python \-m|${python.bin} \-m|g" spacy/cli/validate.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|python|${python.bin}|g" ${worksrcpath}/bin/spacy
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|python \-m|${python.bin} \-m|g" ${worksrcpath}/spacy/cli/validate.py
</span>     }
     
     build.cmd    "${python.bin} setup.py build_ext --inplace"
</pre><pre style='margin:0'>

</pre>