<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/4ed0e9984ecbd9aa085a607c35a07382616b8794">https://github.com/macports/macports-ports/commit/4ed0e9984ecbd9aa085a607c35a07382616b8794</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 4ed0e9984ec certbot, et al: remove Python 3.6 support
</span>4ed0e9984ec is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4ed0e9984ecbd9aa085a607c35a07382616b8794
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Dec 9 05:46:18 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    certbot, et al: remove Python 3.6 support
</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/64164
</span>---
 python/py-acme/Portfile                 |  2 +-
 python/py-josepy/Portfile               |  2 +-
 security/certbot-dns-namecheap/Portfile | 16 +++++++---------
 security/certbot/Portfile               | 16 +++++++---------
 4 files changed, 16 insertions(+), 20 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-acme/Portfile b/python/py-acme/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0ac96813bd9..19c5b043c49 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-acme/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-acme/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +15,7 @@ long_description    {*}${description}
</span> platforms           darwin
 homepage            https://certbot.eff.org/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     36 37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     37 38 39 310
</span> 
 checksums           rmd160  ac8b753333a4db28d4aa754cb8f2d7e9df17ec9c \
                     sha256  bbe06dcc234b833f3d430e537d84ee54233b279129b6ac4247fffb7152c55331 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-josepy/Portfile b/python/py-josepy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f4e5fc8835f..b59356dc522 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-josepy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-josepy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,7 @@ description         JOSE protocol implementation in Python using cryptography
</span> long_description    {*}${description}
 platforms           darwin
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     36 37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     37 38 39 310
</span> 
 checksums           rmd160  d7fcace426930402b1f6f41ae6ef66392ebdd578 \
                     sha256  40ef59f2f537ec01bafe698dad66281f6ccf4642f747411647db403ab8fa9a2d \
<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 f97bfa9a478..33195aefdf8 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,18 +20,16 @@ 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 python310 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python36 python38 python39 python310 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python36 python37 python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python36 python37 python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python36 python37 python38 python39 description {Use Python 3.10} {}
</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] \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        && ![variant_isset python38] && ![variant_isset python310]} {
</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><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ![variant_isset python37] && ![variant_isset python38] && ![variant_isset python310]} {
</span>     default_variants +python39
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {310 39 38 37 36} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {310 39 38 37} {
</span>     if {[variant_isset python${pv}]} {
         python.default_version  ${pv}
         set python_variant      python${pv}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/certbot/Portfile b/security/certbot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 74a923decae..44dbc4cbd29 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/certbot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/certbot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,18 +19,16 @@ checksums           rmd160  ac8b753333a4db28d4aa754cb8f2d7e9df17ec9c \
</span>                     sha256  bbe06dcc234b833f3d430e537d84ee54233b279129b6ac4247fffb7152c55331 \
                     size    1352568
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python37 python38 python39 python310 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python36 python38 python39 python310 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python36 python37 python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python36 python37 python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python36 python37 python38 python39 description {Use Python 3.10} {}
</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] \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        && ![variant_isset python38]&& ![variant_isset python310]} {
</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><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python37] && ![variant_isset python38]&& ![variant_isset python310]} {
</span>     default_variants +python39
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {310 39 38 37 36} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {310 39 38 37} {
</span>     if {[variant_isset python${pv}]} {
         python.default_version ${pv}
         break
</pre><pre style='margin:0'>

</pre>