components/python/pylint/patches/01-remove-mccabe.patch
author Rich Burridge <rich.burridge@oracle.com>
Thu, 29 Sep 2016 12:45:18 -0700
changeset 7001 49bc9df236c6
permissions -rw-r--r--
24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found" 24757583 pylint in missing a run-time dependency for isort
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7001
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
Remove the pylint mccabe extension until the Python mccabe module is
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
available in Userland/Solaris.
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
These changes will not be sent upstream (and are only temporary).
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
--- pylint-1.6.4/pylint/__pkginfo__.py.orig	2016-09-29 09:22:05.276892599 +0000
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
+++ pylint-1.6.4/pylint/__pkginfo__.py	2016-09-29 09:22:15.294658505 +0000
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
@@ -19,7 +19,6 @@
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
     'astroid>=1.4.5,<1.5.0',
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
     'six',
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
     'isort >= 4.2.5',
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
-    'mccabe',
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
 ]
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
 
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
 extras_require = {}
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
--- pylint-1.6.4/pylint.egg-info/requires.txt.orig	2016-09-29 09:23:04.147211978 +0000
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
+++ pylint-1.6.4/pylint.egg-info/requires.txt	2016-09-29 09:23:17.057516302 +0000
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
@@ -1,7 +1,6 @@
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
 astroid>=1.4.5,<1.5.0
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
 six
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
 isort >= 4.2.5
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
-mccabe
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
 
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
 [:python_version=="2.7"]
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
 configparser