<pre style='margin:0'>
Thibaut Paumard (paumard) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ea4881811505a580c265fd4c4b89d96772ae151f">https://github.com/macports/macports-ports/commit/ea4881811505a580c265fd4c4b89d96772ae151f</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new ea488181150 Gyoto: allow co-installation of py*-gyoto subports
</span>ea488181150 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ea4881811505a580c265fd4c4b89d96772ae151f
</span>Author: Thibaut Paumard <thibaut@macports.org>
AuthorDate: Wed Nov 27 15:10:31 2024 +0100
<span style='display:block; white-space:pre;color:#404040;'> Gyoto: allow co-installation of py*-gyoto subports
</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/65368
</span>---
science/Gyoto/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/Gyoto/Portfile b/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1f0e26f3491..ccd7353cf7e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -97,6 +97,7 @@ foreach nodot [list 39 310 311 312] wdot [list 3.9 3.10 3.11 3.12] {
</span> ${destroot}${prefix}/share/doc/${subport}/examples/
xinstall {*}[glob ${worksrcpath}/python/example*.py] \
${destroot}${prefix}/share/doc/${subport}/examples/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ file delete -force ${destroot}${prefix}/include/
</span> }
test.run no
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -109,6 +110,8 @@ subport Gyoto {
</span> xinstall -W ${worksrcpath}/python \
gyoto.i gyoto_std.i gyoto_lorene.i numpy.i \
${destroot}${prefix}/include/Gyoto/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall ${worksrcpath}/plugins/python/include/GyotoPython.h \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${destroot}${prefix}/include/Gyoto/
</span> xinstall -d ${destroot}${prefix}/share/doc/${subport}/examples/plugins
xinstall {*}[glob ${worksrcpath}/doc/examples/*] \
${destroot}${prefix}/share/doc/${subport}/examples/
</pre><pre style='margin:0'>
</pre>