<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/0c7922d79b033fa50c4c7d0216a5d4a59ff1c9be">https://github.com/macports/macports-ports/commit/0c7922d79b033fa50c4c7d0216a5d4a59ff1c9be</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 0c7922d79b0 py-pip: add Python 3.12 subport
</span>0c7922d79b0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0c7922d79b033fa50c4c7d0216a5d4a59ff1c9be
</span>Author: Leo Singer <aronnax@macports.org>
AuthorDate: Thu Oct 5 19:56:23 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-pip: add Python 3.12 subport
</span>---
 python/py-pip/Portfile     | 2 +-
 python/py-pip/files/pip312 | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pip/Portfile b/python/py-pip/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cbc5034e694..687446c0d1c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pip/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pip/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@ checksums           rmd160  47fa343cb1464ff5049b3461ec2514312433513f \
</span> 
 # keep Python versions < 3.4 here, do add the EOL versions to the list below
 # See <https://trac.macports.org/wiki/Python#VersionPolicy>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     26 27 32 33 35 36 37 38 39 310 311
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     26 27 32 33 35 36 37 38 39 310 311 312
</span> 
 if {${name} ne ${subport}} {
     # add EOL warnings
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pip/files/pip312 b/python/py-pip/files/pip312
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..2599442916a
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pip/files/pip312
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.12/bin/pip
</span></pre><pre style='margin:0'>

</pre>