<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/72d18acaaab07587c620f33258406e0d6a07c952">https://github.com/macports/macports-ports/commit/72d18acaaab07587c620f33258406e0d6a07c952</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 72d18acaaab py-igraph: re-add test dependencies for py311 subport
</span>72d18acaaab is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 72d18acaaab07587c620f33258406e0d6a07c952
</span>Author: Szabolcs Horvát <szhorvat@gmail.com>
AuthorDate: Wed Dec 21 17:30:15 2022 +0100
<span style='display:block; white-space:pre;color:#404040;'> py-igraph: re-add test dependencies for py311 subport
</span>---
python/py-igraph/Portfile | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-igraph/Portfile b/python/py-igraph/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f7877bca538..cde76a9dae4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-igraph/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-igraph/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,18 +78,13 @@ if {${name} ne ${subport}} {
</span>
# python-igraph optionally makes use of these, and some tests depend on them.
# If they are not installed, the corresponding tests will simply be skipped.
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if {${subport} eq "py311-igraph"} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # Temporary workaround:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # Skip test dependencies not yet available as py311 ports.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_test-append port:py${python.version}-networkx \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-numpy
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- } else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_test-append port:py${python.version}-matplotlib \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-networkx \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-numpy \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-pandas \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-scipy
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # python-igraph optionally makes use of these, and some tests depend on them.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # If they are not installed, the corresponding tests will simply be skipped.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_test-append port:py${python.version}-matplotlib \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-networkx \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-numpy \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-pandas \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-scipy
</span>
pre-test {
test.env PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
</pre><pre style='margin:0'>
</pre>