components/python/pylint/pylint-PYVER.p5m
author Rich Burridge <rich.burridge@oracle.com>
Thu, 29 Sep 2016 12:45:18 -0700
changeset 7001 49bc9df236c6
parent 6938 64f04bb4c3c3
child 7007 8aba3abf65e1
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:
4814
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     1
#
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     3
#
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     7
#
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    12
#
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    18
#
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    20
#
5427
25b736152081 15814060 SUNBT7196216 userland build mangles PKG_MACROS containing whitespace
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5006
diff changeset
    21
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
4814
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    22
#
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    23
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    25
    value=pkg:/developer/python/pylint-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="pylint - python code static checker"
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    28
    value="pylint is a Python source code analyzer which looks for programming errors and helps enforce a coding standard"
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    29
set name=com.oracle.info.description \
5427
25b736152081 15814060 SUNBT7196216 userland build mangles PKG_MACROS containing whitespace
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5006
diff changeset
    30
    value="the pylint Python code static checker for Python$(MAYBE_SPACE_PYVER)"
4814
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    33
    value=org.opensolaris.category.2008:Development/Python
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2009/325
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    38
#
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    39
link path=usr/bin/epylint target=epylint-$(PYVER) mediator=python \
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    40
    mediator-version=$(PYVER)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    41
file path=usr/bin/epylint-$(PYVER)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    42
link path=usr/bin/pylint target=pylint-$(PYVER) mediator=python \
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    43
    mediator-version=$(PYVER)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    44
file path=usr/bin/pylint-$(PYVER)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    45
link path=usr/bin/pylint-gui target=pylint-gui-$(PYVER) mediator=python \
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    46
    mediator-version=$(PYVER)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    47
file path=usr/bin/pylint-gui-$(PYVER)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    48
link path=usr/bin/pyreverse target=pyreverse-$(PYVER) mediator=python \
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    49
    mediator-version=$(PYVER)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    50
file path=usr/bin/pyreverse-$(PYVER)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    51
link path=usr/bin/symilar target=symilar-$(PYVER) mediator=python \
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    52
    mediator-version=$(PYVER)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    53
#
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    54
file path=usr/bin/symilar-$(PYVER)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/pylint-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/pylint-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/pylint-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/pylint-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/pylint-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/pylint-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/__init__.py
6938
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/__main__.py
4814
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/__pkginfo__.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/__init__.py
6938
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/async.py
4814
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/base.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/classes.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/design_analysis.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/exceptions.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/format.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/imports.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/logging.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/misc.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/newstyle.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/python3.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/raw_metrics.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/similar.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/spelling.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/stdlib.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/strings.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/typecheck.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/utils.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/variables.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    84
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/config.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/epylint.py
6938
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
    86
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/extensions/__init__.py
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
    87
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/extensions/_check_docs_utils.py
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
    88
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/extensions/bad_builtin.py
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
    89
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/extensions/check_docs.py
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
    90
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/extensions/check_elif.py
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
    91
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/extensions/docparams.py
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
    92
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/extensions/docstyle.py
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
    93
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/graph.py
4814
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/gui.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    95
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/interfaces.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    96
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/lint.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    97
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/__init__.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    98
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/diadefslib.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
    99
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/diagrams.py
6938
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
   100
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/inspector.py
4814
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   101
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/main.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   102
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/utils.py
6938
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
   103
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/vcgutils.py
4814
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   104
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/writer.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   105
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/__init__.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   106
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/guireporter.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   107
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/html.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   108
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/json.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   109
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/text.py
6938
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
   110
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/ureports/__init__.py
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
   111
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/ureports/html_writer.py
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
   112
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/ureports/nodes.py
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
   113
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/ureports/text_writer.py
4814
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   114
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/testutils.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   115
file path=usr/lib/python$(PYVER)/vendor-packages/pylint/utils.py
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   116
#
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   117
license pylint.license license=GPLv2
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   118
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   119
# force a dependency on the Python $(PYVER) runtime
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   120
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   121
    pkg.debug.depend.path=usr/bin
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   122
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   123
# force a dependency on the pylint package
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   124
depend type=require \
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   125
    fmri=developer/python/pylint@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   126
6938
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
   127
# force a dependency on astroid-$(PYV) version 1.4.8
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
   128
depend type=require fmri=library/python/astroid-$(PYV)@1.4.8
4814
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   129
7001
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents: 6938
diff changeset
   130
# force a dependency on isort-$(PYV) version 4.2.5
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents: 6938
diff changeset
   131
depend type=require fmri=library/python/isort-$(PYV)@4.2.5
49bc9df236c6 24756839 pylint-3.4 traceback - "The 'mccabe' distribution was not found"
Rich Burridge <rich.burridge@oracle.com>
parents: 6938
diff changeset
   132
6938
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
   133
# force a dependency on logilab-common-$(PYV) version 1.2.2
64f04bb4c3c3 PSARC 2016/506 lazy-object-proxy - version 1.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 5427
diff changeset
   134
depend type=require fmri=library/python/logilab-common-$(PYV)@1.2.2
4814
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   135
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   136
# force a dependency on the six package
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   137
depend type=require \
c673d998018a PSARC 2015/302 astroid 1.3.6
Yiteng Zhang <yiteng.zhang@oracle.com>
parents:
diff changeset
   138
    fmri=library/python/six-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)