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

<span style='display:block; white-space:pre;color:#404040;'>    py-uncertainties: add py310 subport
</span>---
 python/py-uncertainties/Portfile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

<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 e13f9f29b4a..cedee6e23dd 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;'>@@ -5,23 +5,24 @@ PortGroup               python 1.0
</span> PortGroup               github 1.0
 
 github.setup            lebigot uncertainties 3.1.6
<span style='display:block; white-space:pre;background:#e0ffe0;'>+name                    py-uncertainties
</span> revision                0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-name                    py-uncertainties
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms               darwin
</span> categories-append       math
<span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs         noarch
</span> license                 BSD
 maintainers             {reneeotten @reneeotten} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description             The python uncertainties package.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description        The uncertainties package transparently handles\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description             The Python uncertainties package
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description        The uncertainties package transparently handles \
</span>                         calculations for numbers with uncertainties.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms               darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs         noarch
</span> 
 checksums               rmd160  66fa315b1b7f878159401f4f52f23e9332593007 \
                         sha256  f1aefd64260872e9144943453f2ce776a4ee7d4cbb765891393ef5098f028911 \
                         size    150377
 
<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  \
</pre><pre style='margin:0'>

</pre>