<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b79513e3bfaf6721f12385f5b5a91674d0f884bf">https://github.com/macports/macports-ports/commit/b79513e3bfaf6721f12385f5b5a91674d0f884bf</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 b79513e3bfa certbot-dns-namecheap: add python310 variant
</span>b79513e3bfa is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b79513e3bfaf6721f12385f5b5a91674d0f884bf
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Wed Dec 8 09:21:18 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    certbot-dns-namecheap: add python310 variant
</span>---
 security/certbot-dns-namecheap/Portfile | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/certbot-dns-namecheap/Portfile b/security/certbot-dns-namecheap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 41c5e5b37af..f97bfa9a478 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/certbot-dns-namecheap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/certbot-dns-namecheap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,16 +20,18 @@ long_description    The namecheap.com plugin automates the process of completing
</span>                     TXT records using the (XML-RPC-based) namecheap.com API.
 platforms           darwin
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python37 python38 python39 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python36 python38 python39 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python36 python37 python39 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python36 python37 python38 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python37 python38 python39 python310 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 python38 python39 python310 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python36 python37 python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python36 python37 python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python36 python37 python38 python39 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ![variant_isset python36] && ![variant_isset python37] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        && ![variant_isset python38] && ![variant_isset python310]} {
</span>     default_variants +python39
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {39 38 37 36} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {310 39 38 37 36} {
</span>     if {[variant_isset python${pv}]} {
         python.default_version  ${pv}
         set python_variant      python${pv}
</pre><pre style='margin:0'>

</pre>