<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/0289766ace24da2e9160cae735743d85e4f33095">https://github.com/macports/macports-ports/commit/0289766ace24da2e9160cae735743d85e4f33095</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0289766ace24da2e9160cae735743d85e4f33095
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Mon Aug 24 22:23:47 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-args: Add comment about python3 not working
</span>---
 python/py-args/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-args/Portfile b/python/py-args/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3db64f044d0..44df077f297 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-args/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-args/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,9 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# This port doesn't actually work with python3.  I would suggest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# to obsolete it.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# 8+ year old https://github.com/kennethreitz-archive/args/issues/6
</span> github.setup        kennethreitz args 0.1.0 v
 name                py-args
 
</pre><pre style='margin:0'>

</pre>