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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/095a13c5f003984a4f326e68cdccf61fcd0928cd">https://github.com/macports/macports-ports/commit/095a13c5f003984a4f326e68cdccf61fcd0928cd</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 095a13c5f003984a4f326e68cdccf61fcd0928cd
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Wed Nov 3 12:34:04 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-spark_parser: add py310 subport, set noarch
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - switch to pytest as nose is deprecated and does not work under PY310
</span>---
 python/py-spark_parser/Portfile | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-spark_parser/Portfile b/python/py-spark_parser/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 43e33e98bdf..fbf7d139b3e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-spark_parser/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-spark_parser/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,9 @@ PortGroup           python 1.0
</span> 
 name                py-spark_parser
 version             1.8.9
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> platforms           darwin
<span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span> license             MIT
 maintainers         {khindenburg @kurthindenburg} openmaintainer
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,22 +19,25 @@ long_description \
</span>     scanner which does its job by combining Python regular expressions.
 
 homepage            https://pypi.python.org/pypi/${python.rootname}/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-distname            ${python.rootname}-${version}
</span> 
 checksums           rmd160  8c9297dc69d81dbd4651b601c01d40e8027ebada \
                     sha256  a7bb97b97953fb8bf0cd8158d820b6467ef1e7f747738e82248ae4c824f1e25a \
                     size    118345
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 35 36 37 38 39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     27 35 36 37 38 39 310
</span> 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
     depends_lib-append      port:py${python.version}-click
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_test-append     port:py${python.version}-nose
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.run            yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.env            PYTHONPATH=${worksrcpath}/build/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_test-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-pytest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.run        yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.cmd        py.test-${python.branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.dir        ${worksrcpath}/test
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.target
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.env        PYTHONPATH=${worksrcpath}/build/lib
</span> 
     livecheck.type  none
 }
</pre><pre style='margin:0'>

</pre>