<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/dc78bc6aab097bf2116a4ed30e1624c97b53833a">https://github.com/macports/macports-ports/commit/dc78bc6aab097bf2116a4ed30e1624c97b53833a</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 dc78bc6aab0 img2pdf: add python310 variant
</span>dc78bc6aab0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dc78bc6aab097bf2116a4ed30e1624c97b53833a
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Dec 31 08:31:30 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    img2pdf: add python310 variant
</span>---
 graphics/img2pdf/Portfile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/img2pdf/Portfile b/graphics/img2pdf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e1e46f9c58b..a95ff0a7ad6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/img2pdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/img2pdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,15 +14,16 @@ long_description    {*}${description}
</span> platforms           darwin
 homepage            https://gitlab.mister-muffin.de/josch/img2pdf
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python37 python39 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 description {Use Python 3.9} {}
</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:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python38]} {
</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 {39 38 37} {
</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>