<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/778b900929693fd8550fc473a7f66d71a94d8733">https://github.com/macports/macports-ports/commit/778b900929693fd8550fc473a7f66d71a94d8733</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 778b900929693fd8550fc473a7f66d71a94d8733
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Nov 19 07:40:46 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-jsbeautifier: fix test phase
</span>---
python/py-jsbeautifier/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-jsbeautifier/Portfile b/python/py-jsbeautifier/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 53c592116dc..a3bb3d773c1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-jsbeautifier/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-jsbeautifier/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +26,8 @@ checksums rmd160 dff51a7c24b4effe464c396753c16b6d56f13a0f \
</span>
python.versions 37 38
<span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex {([0-9.]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-editorconfig \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,10 +39,9 @@ if {${name} ne ${subport}} {
</span> destroot.cmd ${python.bin} setup-js.py --no-user-cfg
test.run yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ python.test_framework
</span> test.env PYTHONPATH=${worksrcpath}/python
test.dir ${worksrcpath}
test.cmd ${python.bin}
test.target python/js-beautify-test.py
<span style='display:block; white-space:pre;background:#ffe0e0;'>-} else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- github.livecheck.regex {([0-9.]+)}
</span> }
</pre><pre style='margin:0'>
</pre>