<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/5cc0a638ffb16e4190b2154367c840983ec2859d">https://github.com/macports/macports-ports/commit/5cc0a638ffb16e4190b2154367c840983ec2859d</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 5cc0a638ffb py-python-install: commit the patch
</span>5cc0a638ffb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5cc0a638ffb16e4190b2154367c840983ec2859d
</span>Author: Toby Peterson <toby@macports.org>
AuthorDate: Sat Mar 27 19:11:41 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-python-install: commit the patch
</span>---
 python/py-python-install/files/patch-install-__init__.py.diff | 11 +++++++++++
 1 file changed, 11 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-python-install/files/patch-install-__init__.py.diff b/python/py-python-install/files/patch-install-__init__.py.diff
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..02e7fdebf1d
</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-python-install/files/patch-install-__init__.py.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,11 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- install/__init__.py.orig       2021-03-27 19:03:57.000000000 -0700
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ install/__init__.py    2021-03-27 19:08:03.000000000 -0700
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -84,6 +84,8 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ else:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+     def _copy_dir(src, dst, ignore=[]):  # type: (str, str, List[str]) -> None
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++        if not os.path.exists(dst):
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++            os.mkdir(dst)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+         from distutils.dir_util import copy_tree
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+         for node in os.listdir(src):
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             if node in ignore:
</span></pre><pre style='margin:0'>

</pre>