<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/63fe023ee95ff7bb9e6158446449674ec5cd77f7">https://github.com/macports/macports-ports/commit/63fe023ee95ff7bb9e6158446449674ec5cd77f7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 63fe023ee95ff7bb9e6158446449674ec5cd77f7
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Fri Dec 2 22:00:23 2022 -0500

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

<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 e7d8285cb91..cccd2384f13 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;'>@@ -7,6 +7,7 @@ name                py-diff-match-patch
</span> version             20200713
 revision            0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           {darwin any}
</span> supported_archs     noarch
 license             Apache-2
 maintainers         {reneeotten @reneeotten} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,12 +22,13 @@ checksums           rmd160  05ae62db1d30937fb750e1c2c96e2de21ccee25e \
</span>                     sha256  da6f5a01aa586df23dfc89f3827e1cafbb5420be9d87769eeb079ddfd9477a18 \
                     size    60711
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     37 38 39 310 311
</span> 
 if {${name} ne ${subport}} {
     depends_build-append \
                         port:py${python.version}-setuptools
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.test_framework
</span>     test.run        yes
     test.dir        ${build.dir}/diff_match_patch/tests
     test.cmd        ${python.bin} diff_match_patch_test.py
</pre><pre style='margin:0'>

</pre>