<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cdfe522786b3a3885c11611010989912c6d22960">https://github.com/macports/macports-ports/commit/cdfe522786b3a3885c11611010989912c6d22960</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 cdfe522786b python37: mark as EOL
</span>cdfe522786b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit cdfe522786b3a3885c11611010989912c6d22960
</span>Author: David Gilman <davidgilman1@gmail.com>
AuthorDate: Mon Aug 28 09:26:49 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> python37: mark as EOL
</span>---
lang/python37/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python37/Portfile b/lang/python37/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fc36faa39d0..c8c8b85ba92 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/python37/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/python37/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,12 +3,15 @@
</span> PortSystem 1.0
PortGroup select 1.0
PortGroup openssl 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup deprecated 1.0
</span>
name python37
# Remember to keep py37-tkinter and py37-gdbm's versions sync'd with this
version 3.7.17
<span style='display:block; white-space:pre;background:#e0ffe0;'>+deprecated.eol_version yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set branch [join [lrange [split ${version} .] 0 1] .]
categories lang
license PSF
</pre><pre style='margin:0'>
</pre>