components/pylint/pylint.p5m
changeset 247 c57f32335aee
child 464 08f94c414553
equal deleted inserted replaced
246:0878f7720e3e 247:c57f32335aee
       
     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, 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@$(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=opensolaris.arc_url \
       
    34     value=http://arc.opensolaris.org/caselog/PSARC/2009/325
       
    35 
       
    36 dir path=usr
       
    37 dir path=usr/bin
       
    38 dir path=usr/lib
       
    39 dir path=usr/lib/python2.6
       
    40 dir path=usr/lib/python2.6/vendor-packages
       
    41 dir path=usr/lib/python2.6/vendor-packages/pylint
       
    42 dir \
       
    43     path=usr/lib/python2.6/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.6.egg-info
       
    44 dir path=usr/lib/python2.6/vendor-packages/pylint/checkers
       
    45 dir path=usr/lib/python2.6/vendor-packages/pylint/pyreverse
       
    46 dir path=usr/lib/python2.6/vendor-packages/pylint/reporters
       
    47 dir path=usr/share
       
    48 dir path=usr/share/man
       
    49 dir path=usr/share/man/man1
       
    50 
       
    51 file path=usr/bin/epylint
       
    52 file path=usr/bin/pylint
       
    53 file path=usr/bin/pylint-gui
       
    54 file path=usr/bin/pyreverse
       
    55 file path=usr/bin/symilar
       
    56 file \
       
    57     path=usr/lib/python2.6/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.6.egg-info/PKG-INFO
       
    58 file \
       
    59     path=usr/lib/python2.6/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.6.egg-info/SOURCES.txt
       
    60 file \
       
    61     path=usr/lib/python2.6/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.6.egg-info/dependency_links.txt
       
    62 file \
       
    63     path=usr/lib/python2.6/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.6.egg-info/requires.txt
       
    64 file \
       
    65     path=usr/lib/python2.6/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.6.egg-info/top_level.txt
       
    66 file path=usr/lib/python2.6/vendor-packages/pylint/__init__.py
       
    67 file path=usr/lib/python2.6/vendor-packages/pylint/__pkginfo__.py
       
    68 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/__init__.py
       
    69 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/base.py
       
    70 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/classes.py
       
    71 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/design_analysis.py
       
    72 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/exceptions.py
       
    73 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/format.py
       
    74 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/imports.py
       
    75 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/misc.py
       
    76 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/newstyle.py
       
    77 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/raw_metrics.py
       
    78 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/similar.py
       
    79 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/typecheck.py
       
    80 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/utils.py
       
    81 file path=usr/lib/python2.6/vendor-packages/pylint/checkers/variables.py
       
    82 file path=usr/lib/python2.6/vendor-packages/pylint/config.py
       
    83 file path=usr/lib/python2.6/vendor-packages/pylint/epylint.py
       
    84 file path=usr/lib/python2.6/vendor-packages/pylint/gui.py
       
    85 file path=usr/lib/python2.6/vendor-packages/pylint/interfaces.py
       
    86 file path=usr/lib/python2.6/vendor-packages/pylint/lint.py
       
    87 file path=usr/lib/python2.6/vendor-packages/pylint/pyreverse/__init__.py
       
    88 file path=usr/lib/python2.6/vendor-packages/pylint/pyreverse/diadefslib.py
       
    89 file path=usr/lib/python2.6/vendor-packages/pylint/pyreverse/diagrams.py
       
    90 file path=usr/lib/python2.6/vendor-packages/pylint/pyreverse/main.py
       
    91 file path=usr/lib/python2.6/vendor-packages/pylint/pyreverse/utils.py
       
    92 file path=usr/lib/python2.6/vendor-packages/pylint/pyreverse/writer.py
       
    93 file path=usr/lib/python2.6/vendor-packages/pylint/reporters/__init__.py
       
    94 file path=usr/lib/python2.6/vendor-packages/pylint/reporters/html.py
       
    95 file path=usr/lib/python2.6/vendor-packages/pylint/reporters/text.py
       
    96 file path=usr/lib/python2.6/vendor-packages/pylint/utils.py
       
    97 file manpages/epylint.1 path=usr/share/man/man1/epylint.1
       
    98 file man/pylint.1 path=usr/share/man/man1/pylint.1
       
    99 file manpages/pylint-gui.1 path=usr/share/man/man1/pylint-gui.1
       
   100 file man/pyreverse.1 path=usr/share/man/man1/pyreverse.1
       
   101 file manpages/symilar.1 path=usr/share/man/man1/symilar.1
       
   102 
       
   103 license pylint.license license="GPLv2"
       
   104 
       
   105 legacy pkg=SUNWpylint \
       
   106     desc="Python source code analyzer (0.18.0)" \
       
   107     name="pylint python code static checker"
       
   108 
       
   109 # pkgdepend should have picked up the dependency on 
       
   110 # /library/python-2/logilab-common and /library/python-2/logilab-astng; 
       
   111 # this explicit depend action can be removed if pkgdepend is fixed later
       
   112 depend fmri=__TBD \
       
   113     pkg.debug.depend.file=usr/lib/python2.6/vendor-packages/logilab/common/textutils.py \
       
   114     pkg.debug.reason=usr/lib/python2.6/vendor-packages/pylint/utils.py \
       
   115     type=require
       
   116 depend fmri=__TBD \
       
   117     pkg.debug.depend.file=usr/lib/python2.6/vendor-packages/logilab/astng/nodes.py \
       
   118     pkg.debug.reason=usr/lib/python2.6/vendor-packages/pylint/lint.py \
       
   119     type=require