components/pylint/pylint.p5m
author Petr Nyc <Petr.Nyc@Oracle.COM>
Wed, 19 Mar 2014 06:01:55 -0700
branchs11u1-sru
changeset 2990 946e9428cb03
parent 792 5aa7760aa098
child 1205 6c6c27bcf9ac
child 2551 0391c5c3b137
permissions -rw-r--r--
Added tag 0.175.1.18.0.3.0, S11.1SRU18.3 for changeset 83fae5048c6c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
247
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     1
#
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     3
#
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     7
#
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    12
#
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    18
#
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    20
#
697
452fae7409ce 7092106 pylint manpage refers to non-existent path
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    21
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
247
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    22
#
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    23
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    25
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri value=pkg:/developer/python/pylint@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="pylint - python code static checker"
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    28
set name=pkg.description value="pylint is a Python source code analyzer which looks for programming errors and helps enforce a coding standard"
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    29
set name=info.classification value="org.opensolaris.category.2008:Development/Python"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 247
diff changeset
    30
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 247
diff changeset
    31
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
247
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    32
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 247
diff changeset
    33
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 247
diff changeset
    34
    value=PSARC/2009/325
247
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    35
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    36
dir path=usr
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    37
dir path=usr/lib
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    38
dir path=usr/share
697
452fae7409ce 7092106 pylint manpage refers to non-existent path
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    39
dir path=usr/share/doc
452fae7409ce 7092106 pylint manpage refers to non-existent path
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    40
dir path=usr/share/doc/pylint
452fae7409ce 7092106 pylint manpage refers to non-existent path
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    41
dir path=usr/share/doc/pylint/examples
247
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    42
dir path=usr/share/man
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    43
dir path=usr/share/man/man1
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    44
697
452fae7409ce 7092106 pylint manpage refers to non-existent path
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    45
file path=usr/share/doc/pylint/beginner_pylint_tutorial.txt
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 697
diff changeset
    46
file path=usr/share/doc/pylint/examples/custom_raw.py pkg.tmp.autopyc=false
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 697
diff changeset
    47
file path=usr/share/doc/pylint/examples/custom.py pkg.tmp.autopyc=false
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 697
diff changeset
    48
file path=usr/share/doc/pylint/examples/pylint.el
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 697
diff changeset
    49
file path=usr/share/doc/pylint/examples/pylintrc
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 697
diff changeset
    50
file path=usr/share/doc/pylint/examples/pylintrc_camelcase
697
452fae7409ce 7092106 pylint manpage refers to non-existent path
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    51
file path=usr/share/doc/pylint/FAQ.txt
452fae7409ce 7092106 pylint manpage refers to non-existent path
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    52
file path=usr/share/doc/pylint/features.txt
452fae7409ce 7092106 pylint manpage refers to non-existent path
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    53
file path=usr/share/doc/pylint/manual.txt
452fae7409ce 7092106 pylint manpage refers to non-existent path
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    54
file path=usr/share/doc/pylint/quickstart.txt
452fae7409ce 7092106 pylint manpage refers to non-existent path
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    55
file path=usr/share/doc/pylint/README
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 697
diff changeset
    56
247
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    57
file manpages/epylint.1 path=usr/share/man/man1/epylint.1
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    58
file man/pylint.1 path=usr/share/man/man1/pylint.1
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    59
file manpages/pylint-gui.1 path=usr/share/man/man1/pylint-gui.1
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    60
file man/pyreverse.1 path=usr/share/man/man1/pyreverse.1
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    61
file manpages/symilar.1 path=usr/share/man/man1/symilar.1
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    62
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    63
license pylint.license license="GPLv2"
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    64
792
5aa7760aa098 7161971 developer/python/pylint doesn't bring in 2.6 modules
April Chin <april.chin@oracle.com>
parents: 751
diff changeset
    65
depend fmri=developer/python/pylint-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
5aa7760aa098 7161971 developer/python/pylint doesn't bring in 2.6 modules
April Chin <april.chin@oracle.com>
parents: 751
diff changeset
    66
    predicate=runtime/python-26 \
5aa7760aa098 7161971 developer/python/pylint doesn't bring in 2.6 modules
April Chin <april.chin@oracle.com>
parents: 751
diff changeset
    67
    type=conditional
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 697
diff changeset
    68
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 697
diff changeset
    69
depend fmri=developer/python/pylint-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 697
diff changeset
    70
    predicate=runtime/python-27 \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 697
diff changeset
    71
    type=conditional