<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/aa8f74eb4ed8b3d4eb2182f0ac742b013b2baae3">https://github.com/macports/macports-ports/commit/aa8f74eb4ed8b3d4eb2182f0ac742b013b2baae3</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit aa8f74eb4ed8b3d4eb2182f0ac742b013b2baae3
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Tue May 17 16:02:10 2022 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-jupyter_packaging: move tests into the jupyter_packaging package directory
</span>---
python/py-jupyter_packaging/Portfile | 7 ++++++-
python/py-rstcheck/Portfile | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-jupyter_packaging/Portfile b/python/py-jupyter_packaging/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e9ccde173e8..a306ecc9047 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-jupyter_packaging/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-jupyter_packaging/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup python 1.0
</span>
name py-jupyter_packaging
version 0.12.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories-append devel
license BSD
supported_archs noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,4 +29,9 @@ if {${name} ne ${subport}} {
</span> port:py${python.version}-setuptools \
port:py${python.version}-wheel \
port:py${python.version}-deprecation
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # move tests into the "rsthceck" directory
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ move ${destroot}/${python.pkgd}/tests ${destroot}/${python.pkgd}/${python.rootname}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span> }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-rstcheck/Portfile b/python/py-rstcheck/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ac58b5334df..fdc134c28e8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-rstcheck/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-rstcheck/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,6 +42,6 @@ if {${subport} ne ${name}} {
</span> AUTHORS.rst README.rst ${destroot}${docdir}
# move tests into the "rsthceck" directory
<span style='display:block; white-space:pre;background:#ffe0e0;'>- file move ${destroot}/${python.pkgd}/tests ${destroot}/${python.pkgd}/${python.rootname}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ move ${destroot}/${python.pkgd}/tests ${destroot}/${python.pkgd}/${python.rootname}/
</span> }
}
</pre><pre style='margin:0'>
</pre>