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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/86b6d1a647faeabea61c13ad05f4ccf08b5fcd3a">https://github.com/macports/macports-ports/commit/86b6d1a647faeabea61c13ad05f4ccf08b5fcd3a</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 86b6d1a647f httpie: add python39 variant
</span>86b6d1a647f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 86b6d1a647faeabea61c13ad05f4ccf08b5fcd3a
</span>Author: Peter-Josef Meisch <pj.meisch@sothawo.com>
AuthorDate: Sat Oct 31 07:31:04 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    httpie: add python39 variant
</span>---
 net/httpie/Portfile | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/httpie/Portfile b/net/httpie/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e5bac1ca6ae..114426c6f38 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/httpie/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/httpie/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,17 +20,20 @@ platforms           darwin
</span> license             BSD
 homepage            http://httpie.org
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python37 python38 description "Use Python 3.6" {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python36 python38 description "Use Python 3.7" {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python36 python37 description "Use Python 3.8" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python37 python38 python39 description "Use Python 3.6" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 python38 python39 description "Use Python 3.7" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python36 python37 python39 description "Use Python 3.8" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python36 python37 python38 description "Use Python 3.9" {}
</span> 
 if {[variant_isset python36]} {
     python.default_version 36
 } elseif {[variant_isset python37]} {
     python.default_version 37
<span style='display:block; white-space:pre;background:#ffe0e0;'>-} else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+} elseif {[variant_isset python38]} {
</span>     python.default_version 38
<span style='display:block; white-space:pre;background:#e0ffe0;'>+} else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.default_version 39
</span> }
 
 depends_lib-append  port:py${python.version}-requests \
</pre><pre style='margin:0'>

</pre>