<pre style='margin:0'>
petrrr pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9fb9aa056d98efb16e5fd9eddd89280d128f0106">https://github.com/macports/macports-ports/commit/9fb9aa056d98efb16e5fd9eddd89280d128f0106</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9fb9aa056d98efb16e5fd9eddd89280d128f0106
</span>Author: Peter Danecek <peter.danecek@ingv.it>
AuthorDate: Wed Aug 1 21:23:38 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    py-codestyle, py-pyflakes: Add hint to avoid py-flake8 breakage.
</span>---
 python/py-codestyle/Portfile | 4 ++++
 python/py-pyflakes/Portfile  | 5 +++++
 2 files changed, 9 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-codestyle/Portfile b/python/py-codestyle/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f80ba00..d0926a6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-codestyle/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-codestyle/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,10 @@ set _name           pycodestyle
</span> 
 name                py-codestyle
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# CAUTION: Updates tend to break port `py-flake8` due to strict version caps.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Please DO NOT update without cross-checking version compatibility and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# perform updates in a coordinated way.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> version             2.3.1
 categories-append   devel
 platforms           darwin
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pyflakes/Portfile b/python/py-pyflakes/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e4587cf..f9a22b1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pyflakes/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pyflakes/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,11 @@ PortGroup           python 1.0
</span> PortGroup           select 1.0
 
 name                py-pyflakes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# CAUTION: Updates tend to break port `py-flake8` due to strict version caps.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Please DO NOT update without cross-checking version compatibility and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# perform updates in a coordinated way.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> version             1.6.0
 revision            0
 categories-append   devel
</pre><pre style='margin:0'>

</pre>