<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aea4e37c6e60fe66ff0f0bae394f6b61a4fa2a17">https://github.com/macports/macports-ports/commit/aea4e37c6e60fe66ff0f0bae394f6b61a4fa2a17</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 aea4e37c6e6 py-whatthepatch: use PEP517
</span>aea4e37c6e6 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit aea4e37c6e60fe66ff0f0bae394f6b61a4fa2a17
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Fri Nov 25 09:36:43 2022 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-whatthepatch: use PEP517
</span>---
python/py-whatthepatch/Portfile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-whatthepatch/Portfile b/python/py-whatthepatch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f1949a29a7c..5e14130f695 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-whatthepatch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-whatthepatch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,11 +23,9 @@ checksums rmd160 83b521873813a53b7287821643894f82fa11f21e \
</span> size 28634
python.versions 37 38 39 310
<span style='display:block; white-space:pre;background:#e0ffe0;'>+python.pep517 yes
</span>
if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_build-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> test.run yes
post-destroot {
</pre><pre style='margin:0'>
</pre>