components/pylint/pylint-27.p5m
changeset 706 6e61f0012046
child 751 32bfb3fa9b60
equal deleted inserted replaced
705:ea8fed4b5f65 706:6e61f0012046
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    25 
       
    26 set name=pkg.fmri value=pkg:/developer/python/pylint-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="pylint - python code static checker"
       
    28 set name=pkg.description value="pylint is a Python source code analyzer which looks for programming errors and helps enforce a coding standard"
       
    29 set name=info.classification value="org.opensolaris.category.2008:Development/Python"
       
    30 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    33 set name=org.opensolaris.arc-caseid \
       
    34     value=PSARC/2009/325
       
    35 
       
    36 license pylint.license license="GPLv2"
       
    37 
       
    38 # pkgdepend should have picked up the dependency on 
       
    39 # /library/python-2/logilab-common and /library/python-2/logilab-astng; 
       
    40 # this explicit depend action can be removed if pkgdepend is fixed later
       
    41 #depend fmri=__TBD \
       
    42 #    pkg.debug.depend.file=usr/lib/python2.6/vendor-packages/logilab/common/textutils.py \
       
    43 #    pkg.debug.reason=usr/lib/python2.6/vendor-packages/pylint/utils.py \
       
    44 #    type=require
       
    45 #depend fmri=__TBD \
       
    46 #    pkg.debug.depend.file=usr/lib/python2.6/vendor-packages/logilab/astng/nodes.py \
       
    47 #    pkg.debug.reason=usr/lib/python2.6/vendor-packages/pylint/lint.py \
       
    48 #    type=require
       
    49 dir path=usr/lib/python2.7
       
    50 dir path=usr/lib/python2.7/vendor-packages
       
    51 dir path=usr/lib/python2.7/vendor-packages/pylint
       
    52 dir path=usr/lib/python2.7/vendor-packages/pylint/checkers
       
    53 dir path=usr/lib/python2.7/vendor-packages/pylint/pyreverse
       
    54 dir path=usr/lib/python2.7/vendor-packages/pylint/reporters
       
    55 file path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info
       
    56 file path=usr/lib/python2.7/vendor-packages/pylint/__init__.py
       
    57 file path=usr/lib/python2.7/vendor-packages/pylint/__pkginfo__.py
       
    58 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/__init__.py
       
    59 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/base.py
       
    60 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/classes.py
       
    61 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/design_analysis.py
       
    62 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/exceptions.py
       
    63 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/format.py
       
    64 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/imports.py
       
    65 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/misc.py
       
    66 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/newstyle.py
       
    67 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/raw_metrics.py
       
    68 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/similar.py
       
    69 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/typecheck.py
       
    70 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/utils.py
       
    71 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/variables.py
       
    72 file path=usr/lib/python2.7/vendor-packages/pylint/config.py
       
    73 file path=usr/lib/python2.7/vendor-packages/pylint/epylint.py
       
    74 file path=usr/lib/python2.7/vendor-packages/pylint/gui.py
       
    75 file path=usr/lib/python2.7/vendor-packages/pylint/interfaces.py
       
    76 file path=usr/lib/python2.7/vendor-packages/pylint/lint.py
       
    77 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/__init__.py
       
    78 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/diadefslib.py
       
    79 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/diagrams.py
       
    80 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/main.py
       
    81 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/utils.py
       
    82 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/writer.py
       
    83 file path=usr/lib/python2.7/vendor-packages/pylint/reporters/__init__.py
       
    84 file path=usr/lib/python2.7/vendor-packages/pylint/reporters/html.py
       
    85 file path=usr/lib/python2.7/vendor-packages/pylint/reporters/text.py
       
    86 file path=usr/lib/python2.7/vendor-packages/pylint/utils.py
       
    87 
       
    88 # force a dependency on the Python 2.7 runtime
       
    89 depend fmri=__TBD pkg.debug.depend.file=python2.7 \
       
    90        pkg.debug.depend.path=usr/bin type=require
       
    91 
       
    92 # force a dependency on the pylint package
       
    93 depend fmri=developer/python/pylint@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    94     type=require