components/pylint/pylint.p5m
branchs11-update
changeset 3778 35735ffdda43
parent 3777 68aef260e079
child 3779 d01825f968e9
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
     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, 2015, 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@$(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 code static checker for Python"
       
    32 set name=com.oracle.info.tpno value=$(TPNO)
       
    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 dir  path=usr
       
    40 dir  path=usr/lib
       
    41 dir  path=usr/share
       
    42 dir  path=usr/share/doc
       
    43 dir  path=usr/share/doc/pylint
       
    44 file path=usr/share/doc/pylint/FAQ.txt
       
    45 file path=usr/share/doc/pylint/README
       
    46 file path=usr/share/doc/pylint/beginner_pylint_tutorial.txt
       
    47 dir  path=usr/share/doc/pylint/examples
       
    48 file path=usr/share/doc/pylint/examples/custom.py pkg.tmp.autopyc=false
       
    49 file path=usr/share/doc/pylint/examples/custom_raw.py pkg.tmp.autopyc=false
       
    50 file path=usr/share/doc/pylint/examples/pylint.el
       
    51 file path=usr/share/doc/pylint/examples/pylintrc
       
    52 file path=usr/share/doc/pylint/examples/pylintrc_camelcase
       
    53 file path=usr/share/doc/pylint/features.txt
       
    54 file path=usr/share/doc/pylint/manual.txt
       
    55 file path=usr/share/doc/pylint/quickstart.txt
       
    56 dir  path=usr/share/man
       
    57 dir  path=usr/share/man/man1
       
    58 file manpages/epylint.1 path=usr/share/man/man1/epylint.1
       
    59 file manpages/pylint-gui.1 path=usr/share/man/man1/pylint-gui.1
       
    60 file man/pylint.1 path=usr/share/man/man1/pylint.1
       
    61 file man/pyreverse.1 path=usr/share/man/man1/pyreverse.1
       
    62 file manpages/symilar.1 path=usr/share/man/man1/symilar.1
       
    63 license pylint.license license=GPLv2
       
    64 depend type=conditional \
       
    65     fmri=developer/python/pylint-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    66     predicate=runtime/python-26
       
    67 depend type=conditional \
       
    68     fmri=developer/python/pylint-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    69     predicate=runtime/python-27