<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f39d34f276213f4c8f5370e57a600406213d51cd">https://github.com/macports/macports-ports/commit/f39d34f276213f4c8f5370e57a600406213d51cd</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f39d34f276213f4c8f5370e57a600406213d51cd
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Tue Nov 23 18:54:04 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> py-gobject: fixed tests
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes https://trac.macports.org/ticket/64045
</span>---
python/py-gobject/Portfile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-gobject/Portfile b/python/py-gobject/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 715b8ccac35..8446063793c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-gobject/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-gobject/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,8 +67,11 @@ if {${subport} ne ${name}} {
</span> destroot.target install
destroot.destdir DESTDIR=${destroot}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ pre-test {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ test.env PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> test.run yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>- test.env PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
</span> test.target check
post-destroot {
</pre><pre style='margin:0'>
</pre>