components/pylint/pylint-PYVER.p5m
changeset 1907 446472de62e9
parent 1666 69d14d547e77
child 1948 2d1537e7942d
equal deleted inserted replaced
1906:06b8097543cd 1907:446472de62e9
       
     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, 2014, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/developer/python/pylint-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="pylint - python code static checker"
       
    28 set name=pkg.description \
       
    29     value="pylint is a Python source code analyzer which looks for programming errors and helps enforce a coding standard"
       
    30 set name=com.oracle.info.description \
       
    31     value="the pylint Python code static checker for Python $(PYVER)"
       
    32 set name=com.oracle.info.tpno value=9026
       
    33 set name=info.classification \
       
    34     value=org.opensolaris.category.2008:Development/Python
       
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    37 set name=org.opensolaris.arc-caseid value=PSARC/2009/325
       
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    39 #
       
    40 link path=usr/bin/epylint target=epylint-$(PYVER) mediator=python \
       
    41     mediator-version=$(PYVER)
       
    42 file path=usr/bin/epylint-$(PYVER)
       
    43 link path=usr/bin/pylint target=pylint-$(PYVER) mediator=python \
       
    44     mediator-version=$(PYVER)
       
    45 file path=usr/bin/pylint-$(PYVER)
       
    46 link path=usr/bin/pylint-gui target=pylint-gui-$(PYVER) mediator=python \
       
    47     mediator-version=$(PYVER)
       
    48 file path=usr/bin/pylint-gui-$(PYVER)
       
    49 link path=usr/bin/pyreverse target=pyreverse-$(PYVER) mediator=python \
       
    50     mediator-version=$(PYVER)
       
    51 file path=usr/bin/pyreverse-$(PYVER)
       
    52 link path=usr/bin/symilar target=symilar-$(PYVER) mediator=python \
       
    53     mediator-version=$(PYVER)
       
    54 #
       
    55 file path=usr/bin/symilar-$(PYVER)
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/pylint-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/pylint-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/pylint-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/pylint-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/pylint-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/__init__.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/__pkginfo__.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/__init__.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/base.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/classes.py
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/design_analysis.py
       
    67 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/exceptions.py
       
    68 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/format.py
       
    69 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/imports.py
       
    70 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/logging.py
       
    71 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/misc.py
       
    72 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/newstyle.py
       
    73 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/raw_metrics.py
       
    74 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/similar.py
       
    75 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/string_format.py
       
    76 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/typecheck.py
       
    77 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/utils.py
       
    78 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/checkers/variables.py
       
    79 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/config.py
       
    80 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/epylint.py
       
    81 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/gui.py
       
    82 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/interfaces.py
       
    83 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/lint.py
       
    84 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/__init__.py
       
    85 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/diadefslib.py
       
    86 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/diagrams.py
       
    87 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/main.py
       
    88 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/utils.py
       
    89 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/pyreverse/writer.py
       
    90 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/__init__.py
       
    91 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/guireporter.py
       
    92 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/html.py
       
    93 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/reporters/text.py
       
    94 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/testutils.py
       
    95 file path=usr/lib/python$(PYVER)/vendor-packages/pylint/utils.py
       
    96 #
       
    97 license pylint.license license=GPLv2
       
    98 
       
    99 # force a dependency on the Python $(PYVER) runtime
       
   100 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
       
   101     pkg.debug.depend.path=usr/bin
       
   102 
       
   103 # force a dependency on the pylint package
       
   104 depend type=require \
       
   105     fmri=developer/python/pylint@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
   106 
       
   107 # force a dependency on the pylint package
       
   108 depend type=require \
       
   109     fmri=developer/python/pylint@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
   110 
       
   111 # force a dependency on logilab-astng-$(PYV) version 0.24.0
       
   112 depend type=require fmri=library/python/logilab-astng-$(PYV)@0.24.0
       
   113 
       
   114 # force a dependency on logilab-common-$(PYV) version 0.58.2
       
   115 depend type=require fmri=library/python/logilab-common-$(PYV)@0.58.2