components/pylint/pylint.p5m
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 30 Dec 2013 09:32:30 -0800
branchs11-update
changeset 2879 3430bb940676
parent 2551 0391c5c3b137
child 3661 47545fb8aed4
permissions -rw-r--r--
Close of build 30.
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
#
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 792
diff changeset
    21
# Copyright (c) 2011, 2013, 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"
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 792
diff changeset
    29
set name=com.oracle.info.description value="the pylint code static checker for Python"
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 792
diff changeset
    30
set name=com.oracle.info.tpno value=9026
247
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    31
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
    32
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
    33
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
    34
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 247
diff changeset
    35
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 247
diff changeset
    36
    value=PSARC/2009/325
247
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    37
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    38
dir path=usr
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    39
dir path=usr/lib
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    40
dir path=usr/share
697
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
452fae7409ce 7092106 pylint manpage refers to non-existent path
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    42
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
    43
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
    44
dir path=usr/share/man
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    45
dir path=usr/share/man/man1
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    46
697
452fae7409ce 7092106 pylint manpage refers to non-existent path
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    47
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
    48
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
    49
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
    50
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
    51
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
    52
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
    53
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
    54
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
    55
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
    56
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
    57
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
    58
247
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    59
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
    60
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
    61
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
    62
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
    63
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
    64
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    65
license pylint.license license="GPLv2"
c57f32335aee 7043992 move pylint from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    66
792
5aa7760aa098 7161971 developer/python/pylint doesn't bring in 2.6 modules
April Chin <april.chin@oracle.com>
parents: 751
diff changeset
    67
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
    68
    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
    69
    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
    70
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 697
diff changeset
    71
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
    72
    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
    73
    type=conditional