<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/6dd3742b0c98f4aff4bb7a2393f9b16c3e4041f5">https://github.com/macports/macports-ports/commit/6dd3742b0c98f4aff4bb7a2393f9b16c3e4041f5</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6dd3742b0c98f4aff4bb7a2393f9b16c3e4041f5
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Oct 5 23:52:05 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-spaCy: Patch in the patch phase
</span>---
 python/py-spaCy/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 4f7e1f30fda..c2c96feaba8 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;'>@@ -72,7 +72,7 @@ if {${name} ne ${subport}} {
</span>         port:py${python.version}-pytest \
         port:py${python.version}-regex
     
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    post-extract {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-patch {
</span>         reinplace "s|\"cython\"|\"cython-${PythonVersionWithDot}\"|g" ${worksrcpath}/bin/cythonize.py
         reinplace "s|python|${python.bin}|g" ${worksrcpath}/bin/spacy
         reinplace "s|python \-m|${python.bin} \-m|g" ${worksrcpath}/spacy/cli/validate.py
</pre><pre style='margin:0'>

</pre>