<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/83bb1fca1c2c8457209f1922110c23608a13e027">https://github.com/macports/macports-ports/commit/83bb1fca1c2c8457209f1922110c23608a13e027</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 83bb1fca1c2c8457209f1922110c23608a13e027
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Oct 21 11:40:27 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-term-background: add py310 subport
</span>---
 python/py-term-background/Portfile | 2 +-
 python/py-uncertainties/Portfile   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-term-background/Portfile b/python/py-term-background/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 24f20de3e44..6e6048dc895 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-term-background/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-term-background/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,7 +22,7 @@ checksums           rmd160  f00d0961d4c9040ac6a557c2d3b4bfbc8fd78c4f \
</span>                     sha256  c59081defac311e078657b0e7e933970a57fc89a4ba152d159436ccc3b6477a8 \
                     size    20302
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     37 38 39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     37 38 39 310
</span> 
 if {${subport} ne ${name}} {
     depends_lib-append \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-uncertainties/Portfile b/python/py-uncertainties/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cedee6e23dd..5f58ca3615c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-uncertainties/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-uncertainties/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,11 +30,12 @@ if {${name} ne ${subport}} {
</span> 
     depends_lib-append  port:py${python.version}-future
 
<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:#e0ffe0;'>+    depends_test-append port:py${python.version}-pytest \
</span>                         port:py${python.version}-numpy
 
     test.run            yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.target         nosetests
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.cmd            pytest-${python.branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.target
</span>     test.env            PYTHONPATH=${worksrcpath}/build/lib
 
     post-destroot {
</pre><pre style='margin:0'>

</pre>