<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/ef267de386919abfc4a45dbadec7f44a79e3d204">https://github.com/macports/macports-ports/commit/ef267de386919abfc4a45dbadec7f44a79e3d204</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ef267de386919abfc4a45dbadec7f44a79e3d204
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Nov 19 07:37:41 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-icalendar: fix test phase
</span>---
python/py-icalendar/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-icalendar/Portfile b/python/py-icalendar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c835932b4e1..81cde53a0ba 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-icalendar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-icalendar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,8 +37,8 @@ if {${name} ne ${subport}} {
</span> port:py${python.version}-tz
test.run yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ python.test_framework
</span> test.cmd ${python.bin} setup.py
<span style='display:block; white-space:pre;background:#ffe0e0;'>- test.env PYTHONPATH=${worksrcpath}/build/lib
</span>
post-destroot {
xinstall -m 0644 -W ${worksrcpath} \
</pre><pre style='margin:0'>
</pre>