<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/c6ea961ae51b88ff2719c88fd91b0b3589a9fd88">https://github.com/macports/macports-ports/commit/c6ea961ae51b88ff2719c88fd91b0b3589a9fd88</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 c6ea961ae51 py-bootstrap-modules: install packaging's egg-info
</span>c6ea961ae51 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c6ea961ae51b88ff2719c88fd91b0b3589a9fd88
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Jul 27 14:23:33 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    py-bootstrap-modules: install packaging's egg-info
</span>---
 python/py-bootstrap-modules/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-bootstrap-modules/Portfile b/python/py-bootstrap-modules/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8a2f6342328..35824e665d3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-bootstrap-modules/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-bootstrap-modules/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                py-bootstrap-modules
 version             2022-07-27
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> maintainers         jmr
 categories          python
 license             MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -102,6 +102,7 @@ destroot {
</span>     copy ${workpath}/build-${build_vers}/src/build \
         ${workpath}/flit_core-${flit_core_vers}/flit_core \
         ${workpath}/packaging-${packaging_vers}/packaging \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${workpath}/packaging-${packaging_vers}/packaging.egg-info \
</span>         ${workpath}/pep517-${pep517_vers}/pep517 \
         ${workpath}/pyparsing-${pyparsing_vers}/pyparsing \
         ${workpath}/python-install-${python-install_vers}/install \
</pre><pre style='margin:0'>

</pre>