<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/2a9b98736b82d1f751659a0b652d0ec350d26201">https://github.com/macports/macports-ports/commit/2a9b98736b82d1f751659a0b652d0ec350d26201</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 2a9b98736b8 py-pendulum: work around module conflict
</span>2a9b98736b8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2a9b98736b82d1f751659a0b652d0ec350d26201
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jan 17 15:54:14 2022 +1100

<span style='display:block; white-space:pre;color:#404040;'>    py-pendulum: work around module conflict
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The build.py shipped in the source dir conflicts with the 'build'
</span><span style='display:block; white-space:pre;color:#404040;'>    module used for PEP 517 builds.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/64425
</span>---
 python/py-pendulum/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pendulum/Portfile b/python/py-pendulum/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0d8c75ea361..343566cea3d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pendulum/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pendulum/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +26,8 @@ checksums           rmd160  7c0fa29f559616634b7bada7b088983cb3e7c5ce \
</span> if {${name} ne ${subport}} {
     python.pep517   yes
     python.pep517_backend   poetry
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # https://trac.macports.org/ticket/64425
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.cmd       pyproject-build-${python.branch} --wheel --no-isolation --outdir ${workpath}
</span> 
     depends_build-append    port:py${python.version}-wheel
 
</pre><pre style='margin:0'>

</pre>