<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/d5329a8343b607ff08209c4d06f519a4f509fadc">https://github.com/macports/macports-ports/commit/d5329a8343b607ff08209c4d06f519a4f509fadc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d5329a8343b607ff08209c4d06f519a4f509fadc
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Tue May 17 15:57:21 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-rstcheck: move tests into the rstcheck package directory
</span>---
 python/py-rstcheck/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<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 d0928733c8b..ac58b5334df 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;'>@@ -5,7 +5,7 @@ PortGroup           python 1.0
</span> 
 name                py-rstcheck
 version             5.0.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
 supported_archs     noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,5 +40,8 @@ if {${subport} ne ${name}} {
</span>         xinstall -d ${destroot}${docdir}
         xinstall -m 0644 -W ${worksrcpath} LICENSE \
             AUTHORS.rst README.rst ${destroot}${docdir}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</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;'>+        file move ${destroot}/${python.pkgd}/tests ${destroot}/${python.pkgd}/${python.rootname}/
</span>     }
 }
</pre><pre style='margin:0'>

</pre>