<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/93262c8e971effff35c78e5422f9185740c50b14">https://github.com/macports/macports-ports/commit/93262c8e971effff35c78e5422f9185740c50b14</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 93262c8e971effff35c78e5422f9185740c50b14
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Oct 23 12:58:27 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-pylint: add py310 subport
</span>---
 python/py-pylint/Portfile        | 2 +-
 python/py-pylint/files/pylint310 | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pylint/Portfile b/python/py-pylint/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d4401abf567..e2c458c4222 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pylint/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pylint/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +13,7 @@ platforms           darwin
</span> license             GPL-2+
 supported_archs     noarch
 
<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> 
 maintainers         {stromnov @stromnov} openmaintainer
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pylint/files/pylint310 b/python/py-pylint/files/pylint310
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..95b52f9b4d6
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pylint/files/pylint310
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,4 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.10/bin/epylint
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.10/bin/pylint
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.10/bin/pyreverse
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.10/bin/symilar
</span></pre><pre style='margin:0'>

</pre>