<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/ca797d1f6b833d1077a347c57f13c8dbcec5abf6">https://github.com/macports/macports-ports/commit/ca797d1f6b833d1077a347c57f13c8dbcec5abf6</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 ca797d1  nghttp2: remove python35 variant
</span>ca797d1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ca797d1f6b833d1077a347c57f13c8dbcec5abf6
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Aug 25 05:44:12 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nghttp2: remove python35 variant
</span>---
 www/nghttp2/Portfile | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nghttp2/Portfile b/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b5687ed..dfb88ca 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -93,7 +93,7 @@ if {[variant_isset python27] || [variant_isset python36] || [variant_isset pytho
</span>                     --without-cython
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python35 python36 python37 description {Build using Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python36 python37 description {Build using Python 2.7} {
</span>     if {[vercmp [macports_version] 2.5.99] >= 0} {
     configure.env-append   "PYTHON_EXTRA_LDFLAGS=-u _PyMac_Error ${frameworks_dir}/Python.framework/Versions/${PythonVersion}/Python"
     } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -101,13 +101,6 @@ variant python27 conflicts python35 python36 python37 description {Build using P
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python36 python37 description {Build using Python 3.5 - obsolete} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_error "Please do not install this variant since it has been replaced by the python37 variant."
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    return -code error
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python37 description {Build using Python 3.6} {}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # remove after 08/25/2019
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python35 python37 description {Build using Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python35 python36 description {Build using Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python36 description {Build using Python 3.7} {}
</span></pre><pre style='margin:0'>

</pre>