<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d5cee77445576a654a4dbaf5630acbbb0ea238fe">https://github.com/macports/macports-ports/commit/d5cee77445576a654a4dbaf5630acbbb0ea238fe</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 d5cee77  python38: update python38-devel to python38
</span>d5cee77 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d5cee77445576a654a4dbaf5630acbbb0ea238fe
</span>Author: iEFdev <eric@iefdev.se>
AuthorDate: Tue Oct 15 12:39:48 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    python38: update python38-devel to python38
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>     - Python-3.8.0 was realeased on Oct 14:
</span><span style='display:block; white-space:pre;color:#404040;'>       <https://pythoninsider.blogspot.com/2019/10/python-380-is-now-available.html>
</span>---
 lang/{python38-devel => python38}/Portfile                   | 12 ++++++------
 .../{python38-devel => python38}/files/patch-Lib-cgi.py.diff |  0
 .../files/patch-Lib-ctypes-macholib-dyld.py.diff             |  0
 .../files/patch-configure-xcode4bug.diff                     |  0
 lang/{python38-devel => python38}/files/patch-configure.diff |  0
 lang/{python38-devel => python38}/files/patch-libedit.diff   |  0
 lang/{python38-devel => python38}/files/patch-setup.py.diff  |  0
 lang/{python38-devel => python38}/files/pyconfig.ed          |  0
 .../files/pyconfig.h-universal.ed                            |  0
 lang/{python38-devel => python38}/files/python-python38      |  0
 lang/{python38-devel => python38}/files/python3-python38     |  0
 11 files changed, 6 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38-devel/Portfile b/lang/python38/Portfile
</span>similarity index 95%
rename from lang/python38-devel/Portfile
rename to lang/python38/Portfile
<span style='display:block; white-space:pre;color:#808080;'>index 4cd41af..3f09d75 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/python38-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/python38/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,9 +3,9 @@
</span> PortSystem          1.0
 PortGroup           select 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-name                python38-devel
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+name                python38
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             3.8.0rc1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             3.8.0
</span> epoch               1
 revision            0
 set major           [lindex [split $version .] 0]
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,13 +21,13 @@ long_description    Python is an interpreted, interactive, object-oriented \
</span>                     programming language.
 
 homepage            https://www.python.org/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        ${homepage}ftp/python/3.8.0/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        ${homepage}ftp/python/${version}/
</span> 
 distname            Python-${version}
 use_xz              yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  6e421df53ecfc9a025748354b264810314558fc6 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  ae44df6ccf5d70059dd4d04c97156f5fcace74384a6f3cfb2fdf9baddb90a821 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    17812764
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  ada4ef83d6315ab854e1f1e430db142b40260e7e \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  b356244e13fb5491da890b35b13b2118c3122977c2cd825e3eb6e7d462030d84 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    17829824
</span> 
 patchfiles          patch-setup.py.diff \
                     patch-Lib-cgi.py.diff \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38-devel/files/patch-Lib-cgi.py.diff b/lang/python38/files/patch-Lib-cgi.py.diff
</span>similarity index 100%
rename from lang/python38-devel/files/patch-Lib-cgi.py.diff
rename to lang/python38/files/patch-Lib-cgi.py.diff
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38-devel/files/patch-Lib-ctypes-macholib-dyld.py.diff b/lang/python38/files/patch-Lib-ctypes-macholib-dyld.py.diff
</span>similarity index 100%
rename from lang/python38-devel/files/patch-Lib-ctypes-macholib-dyld.py.diff
rename to lang/python38/files/patch-Lib-ctypes-macholib-dyld.py.diff
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38-devel/files/patch-configure-xcode4bug.diff b/lang/python38/files/patch-configure-xcode4bug.diff
</span>similarity index 100%
rename from lang/python38-devel/files/patch-configure-xcode4bug.diff
rename to lang/python38/files/patch-configure-xcode4bug.diff
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38-devel/files/patch-configure.diff b/lang/python38/files/patch-configure.diff
</span>similarity index 100%
rename from lang/python38-devel/files/patch-configure.diff
rename to lang/python38/files/patch-configure.diff
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38-devel/files/patch-libedit.diff b/lang/python38/files/patch-libedit.diff
</span>similarity index 100%
rename from lang/python38-devel/files/patch-libedit.diff
rename to lang/python38/files/patch-libedit.diff
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38-devel/files/patch-setup.py.diff b/lang/python38/files/patch-setup.py.diff
</span>similarity index 100%
rename from lang/python38-devel/files/patch-setup.py.diff
rename to lang/python38/files/patch-setup.py.diff
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38-devel/files/pyconfig.ed b/lang/python38/files/pyconfig.ed
</span>similarity index 100%
rename from lang/python38-devel/files/pyconfig.ed
rename to lang/python38/files/pyconfig.ed
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38-devel/files/pyconfig.h-universal.ed b/lang/python38/files/pyconfig.h-universal.ed
</span>similarity index 100%
rename from lang/python38-devel/files/pyconfig.h-universal.ed
rename to lang/python38/files/pyconfig.h-universal.ed
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38-devel/files/python-python38 b/lang/python38/files/python-python38
</span>similarity index 100%
rename from lang/python38-devel/files/python-python38
rename to lang/python38/files/python-python38
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38-devel/files/python3-python38 b/lang/python38/files/python3-python38
</span>similarity index 100%
rename from lang/python38-devel/files/python3-python38
rename to lang/python38/files/python3-python38
</pre><pre style='margin:0'>

</pre>