<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/89dc914b7f1f4fe4165a2795809761bb5671bc3a">https://github.com/macports/macports-ports/commit/89dc914b7f1f4fe4165a2795809761bb5671bc3a</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 89dc914b7f1 py-ndg_httpsclient: set noarch, code cleanup
</span>89dc914b7f1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 89dc914b7f1f4fe4165a2795809761bb5671bc3a
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Tue Jan 25 19:49:28 2022 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-ndg_httpsclient: set noarch, code cleanup
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    remove py27 and py36 subports
</span>---
 python/py-ndg_httpsclient/Portfile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-ndg_httpsclient/Portfile b/python/py-ndg_httpsclient/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e5f223831c0..7f6d8fc852a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-ndg_httpsclient/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-ndg_httpsclient/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,11 +14,9 @@ description         This is a HTTPS client implementation for httplib and urllib
</span> long_description    {*}${description} PyOpenSSL provides a more fully featured SSL \
                     implementation over the default provided with Python and importantly \
                     enables full verification of the SSL peer.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://pypi.python.org/pypi/ndg-httpsclient
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        pypi:n/ndg-httpsclient
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 36 37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     37 38 39 310
</span> 
 checksums           rmd160  283187e9cb79e5c805b4f6947660256d6afa0630 \
                     sha256  d72faed0376ab039736c2ba12e30695e2788c4aa569c9c3e3d72131de2592210 \
</pre><pre style='margin:0'>

</pre>