<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3c06177a7a401bb9a61bb007bed7e01ca5848ed2">https://github.com/macports/macports-ports/commit/3c06177a7a401bb9a61bb007bed7e01ca5848ed2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3c06177a7a401bb9a61bb007bed7e01ca5848ed2
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Nov 19 13:16:50 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-diff-match-patch: add py312 subport
</span>---
 python/py-diff-match-patch/Portfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-diff-match-patch/Portfile b/python/py-diff-match-patch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 477ced73813..604db1cce13 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-diff-match-patch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-diff-match-patch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,7 @@ maintainers         {reneeotten @reneeotten} openmaintainer
</span> 
 description         The Diff Match and Patch libraries offer robust algorithms to perform \
                     the operations required for synchronizing plain text.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}
</span> 
 homepage            https://github.com/google/diff-match-patch
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,8 +22,7 @@ checksums           rmd160  9a7c438088d067afbfc3f4044d84f16e11741c2f \
</span>                     sha256  953019cdb9c9d2c9e47b5b12bcff3cf4746fc4598eb406076fa1fc27e6a1f15c \
                     size    43324
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     37 38 39 310 311
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-python.pep517       yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     37 38 39 310 311 312
</span> python.pep517_backend flit
 
 if {${name} ne ${subport}} {
</pre><pre style='margin:0'>

</pre>