<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/4f6079a1fb3510f3a858a1a2771a11d59efb49d6">https://github.com/macports/macports-ports/commit/4f6079a1fb3510f3a858a1a2771a11d59efb49d6</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 4f6079a  pylint: since version 1.7 pylint-gui is no longer built
</span>4f6079a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4f6079a1fb3510f3a858a1a2771a11d59efb49d6
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Fri Jun 2 14:22:40 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    pylint: since version 1.7 pylint-gui is no longer built
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    adjust select files
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes https://trac.macports.org/ticket/54092
</span>---
 python/py-pylint/Portfile       | 6 +++---
 python/py-pylint/files/pylint27 | 1 -
 python/py-pylint/files/pylint34 | 1 -
 python/py-pylint/files/pylint35 | 1 -
 python/py-pylint/files/pylint36 | 1 -
 5 files changed, 3 insertions(+), 7 deletions(-)

<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 c1336bd..8f8283c 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;'>@@ -6,7 +6,7 @@ PortGroup           select 1.0
</span> 
 name                py-pylint
 version             1.7.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories-append   devel
 platforms           darwin
 license             GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,11 +54,11 @@ if {${name} ne ${subport}} {
</span>     post-destroot {
         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
         if {[file exists ${worksrcpath}/doc]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            eval xinstall -m 644 [glob -types f ${worksrcpath}/doc/*] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            xinstall -m 644 {*}[glob -types f ${worksrcpath}/doc/*] \
</span>                 ${destroot}${prefix}/share/doc/${subport}
             if {[file exists ${worksrcpath}/doc/_static]} {
                 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}/_static
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                eval xinstall -m 644 [glob -types f ${worksrcpath}/doc/_static/*] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                xinstall -m 644 {*}[glob -types f ${worksrcpath}/doc/_static/*] \
</span>                     ${destroot}${prefix}/share/doc/${subport}/_static
             }
         }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pylint/files/pylint27 b/python/py-pylint/files/pylint27
</span><span style='display:block; white-space:pre;color:#808080;'>index 76a92ec..d2389f2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pylint/files/pylint27
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pylint/files/pylint27
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,4 @@
</span> ${frameworks_dir}/Python.framework/Versions/2.7/bin/epylint
 ${frameworks_dir}/Python.framework/Versions/2.7/bin/pylint
<span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/2.7/bin/pylint-gui
</span> ${frameworks_dir}/Python.framework/Versions/2.7/bin/pyreverse
 ${frameworks_dir}/Python.framework/Versions/2.7/bin/symilar
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pylint/files/pylint34 b/python/py-pylint/files/pylint34
</span><span style='display:block; white-space:pre;color:#808080;'>index 41a0168..df8208c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pylint/files/pylint34
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pylint/files/pylint34
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,4 @@
</span> ${frameworks_dir}/Python.framework/Versions/3.4/bin/epylint
 ${frameworks_dir}/Python.framework/Versions/3.4/bin/pylint
<span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.4/bin/pylint-gui
</span> ${frameworks_dir}/Python.framework/Versions/3.4/bin/pyreverse
 ${frameworks_dir}/Python.framework/Versions/3.4/bin/symilar
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pylint/files/pylint35 b/python/py-pylint/files/pylint35
</span><span style='display:block; white-space:pre;color:#808080;'>index fec2490..c2dc750 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pylint/files/pylint35
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pylint/files/pylint35
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,4 @@
</span> ${frameworks_dir}/Python.framework/Versions/3.5/bin/epylint
 ${frameworks_dir}/Python.framework/Versions/3.5/bin/pylint
<span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.5/bin/pylint-gui
</span> ${frameworks_dir}/Python.framework/Versions/3.5/bin/pyreverse
 ${frameworks_dir}/Python.framework/Versions/3.5/bin/symilar
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pylint/files/pylint36 b/python/py-pylint/files/pylint36
</span><span style='display:block; white-space:pre;color:#808080;'>index 74df2ad..fb27b2a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pylint/files/pylint36
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pylint/files/pylint36
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,4 @@
</span> ${frameworks_dir}/Python.framework/Versions/3.6/bin/epylint
 ${frameworks_dir}/Python.framework/Versions/3.6/bin/pylint
<span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.6/bin/pylint-gui
</span> ${frameworks_dir}/Python.framework/Versions/3.6/bin/pyreverse
 ${frameworks_dir}/Python.framework/Versions/3.6/bin/symilar
</pre><pre style='margin:0'>

</pre>