<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/d1a068b1d3f071e5bf2ed6b73f440ad2b18b78be">https://github.com/macports/macports-ports/commit/d1a068b1d3f071e5bf2ed6b73f440ad2b18b78be</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 d1a068b1d3f mod_wsgi: enable py310 variant
</span>d1a068b1d3f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d1a068b1d3f071e5bf2ed6b73f440ad2b18b78be
</span>Author: Julien Salort <julien.salort@ens-lyon.fr>
AuthorDate: Mon Apr 11 18:03:00 2022 +0200

<span style='display:block; white-space:pre;color:#404040;'>    mod_wsgi: enable py310 variant
</span>---
 www/mod_wsgi/Portfile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/mod_wsgi/Portfile b/www/mod_wsgi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ba3bc4d2b52..95a4c0ab530 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/mod_wsgi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/mod_wsgi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,15 +33,16 @@ depends_lib         port:apache2
</span> configure.args      --disable-framework \
                     --with-apxs=${apxs}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python37 python39 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python38 python39 python310 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python37 python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python37 python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python37 python38 python39 description {Use Python 3.10} {}
</span> 
 if {![variant_isset python37] && ![variant_isset python38]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python310
</span> }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {39 38 37} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {310 39 38 37} {
</span>     if {[variant_isset python${pv}]} {
         depends_lib-append \
                     port:python${pv}
</pre><pre style='margin:0'>

</pre>