<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/204ad11a58eeef3e39f1fc5863e3dffef58f92c0">https://github.com/macports/macports-ports/commit/204ad11a58eeef3e39f1fc5863e3dffef58f92c0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 204ad11a58eeef3e39f1fc5863e3dffef58f92c0
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Fri Mar 11 11:02:44 2022 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-txgithub: remove py27/py36 subports
</span>---
python/py-txgithub/Portfile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-txgithub/Portfile b/python/py-txgithub/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 01c5e6f841a..66a3ad1ea8e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-txgithub/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-txgithub/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,8 +7,8 @@ PortGroup python 1.0
</span> github.setup tomprince txgithub 15.0.0
revision 1
name py-txgithub
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> license MIT
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> supported_archs noarch
maintainers nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +19,7 @@ checksums rmd160 645d05ac2166fd590f1f9ea3a667168af6b71488 \
</span> sha256 9b49812facdaf6010ffd23d4a8ce197a815449a1a04e35a1d3e430303405c47a \
size 9874
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions 27 36 37 38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 37 38
</span>
if {${name} ne ${subport}} {
depends_build-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +28,4 @@ if {${name} ne ${subport}} {
</span> port:py${python.version}-twisted
patchfiles python3.patch
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- livecheck.type none
</span> }
</pre><pre style='margin:0'>
</pre>