<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b46b1e24cbc1015638315340f78e17791aa1c40b">https://github.com/macports/macports-ports/commit/b46b1e24cbc1015638315340f78e17791aa1c40b</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 b46b1e24cbc py-socid-extractor: don't install tests diretly into site-packages
</span>b46b1e24cbc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b46b1e24cbc1015638315340f78e17791aa1c40b
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sat Jan 13 19:44:59 2024 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-socid-extractor: don't install tests diretly into site-packages
</span>---
 python/py-socid-extractor/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-socid-extractor/Portfile b/python/py-socid-extractor/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2432c6bec4c..d050d74992e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-socid-extractor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-socid-extractor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           python 1.0
</span> 
 name                py-socid-extractor
 version             0.0.26
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             GPL-3
 supported_archs     noarch
 platforms           {darwin any}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +22,10 @@ checksums           rmd160  cd0a926cf5dd7ec05b8b3ef841c112c7517eff11 \
</span> python.versions     38 39 310 311 312
 
 if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        move ${worksrcpath}/tests ${worksrcpath}/socid_extractor/tests
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     depends_build-append \
                     port:py${python.version}-setuptools
 
</pre><pre style='margin:0'>

</pre>