<pre style='margin:0'>
tobypeterson pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ecde45d12c7bf93c521ff8123f0dba91127bef29">https://github.com/macports/macports-ports/commit/ecde45d12c7bf93c521ff8123f0dba91127bef29</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 ecde45d  python38: pyvenv no longer exists, fix port select python3
</span>ecde45d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ecde45d12c7bf93c521ff8123f0dba91127bef29
</span>Author: Toby Peterson <toby@macports.org>
AuthorDate: Tue Oct 15 11:42:02 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    python38: pyvenv no longer exists, fix port select python3
</span>---
 lang/python38/Portfile               | 2 +-
 lang/python38/files/python3-python38 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38/Portfile b/lang/python38/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3f09d75..608a691 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/python38/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;'>@@ -144,7 +144,7 @@ platform darwin {
</span> }
 
 post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    foreach unversioned {2to3 idle3 pydoc3 python3 python3-config pyvenv} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    foreach unversioned {2to3 idle3 pydoc3 python3 python3-config} {
</span>         delete ${destroot}${prefix}/bin/${unversioned}
     }
 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38/files/python3-python38 b/lang/python38/files/python3-python38
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ccc191..902a5af 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/python38/files/python3-python38
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/python38/files/python3-python38
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,5 +6,5 @@ bin/python3.8-config
</span> bin/idle3.8
 bin/pydoc3.8
 bin/2to3-3.8
<span style='display:block; white-space:pre;background:#ffe0e0;'>-bin/pyvenv-3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-
</span> share/man/man1/python3.8.1
</pre><pre style='margin:0'>

</pre>