<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/d2d4c5c2acd01eb3b1b2daa8c5b3878695640757">https://github.com/macports/macports-ports/commit/d2d4c5c2acd01eb3b1b2daa8c5b3878695640757</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 d2d4c5c2acd hatch: fix checksums, default_variants
</span>d2d4c5c2acd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d2d4c5c2acd01eb3b1b2daa8c5b3878695640757
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Mon Dec 11 14:42:23 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    hatch: fix checksums, default_variants
</span>---
 python/hatch/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/hatch/Portfile b/python/hatch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f97c48f75a7..dbe432c0aef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/hatch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/hatch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,9 +15,9 @@ supported_archs     noarch
</span> platforms           {darwin any}
 homepage            https://github.com/ofek/hatch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  95b27958719aca4de4183d1bbdc2b465d14ccc81 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  7afc701fd5b33684a6650e1ecab8957e19685f824240ba7458dcacd66f90fb46 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    312052
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  3c32b435fe9655474b9977fb32400e2830169fd7 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  ab2b90888111b12d8baf0b7de3c99c5705f693858a0f76a51b872ed265a9785f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    685182
</span> 
 variant python37 conflicts python38 python39 python310 python311 python312 description {Use Python 3.7} {}
 variant python38 conflicts python37 python39 python310 python311 python312 description {Use Python 3.8} {}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ variant python310 conflicts python37 python38 python39 python311 python312 descr
</span> variant python311 conflicts python37 python38 python39 python310 python312 description {Use Python 3.11} {}
 variant python312 conflicts python37 python38 python39 python310 python311 description {Use Python 3.12} {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python312]} {
</span>     default_variants +python311
 }
 
</pre><pre style='margin:0'>

</pre>