REQ libXfont
[unleashed-userland.git] / components / pylint / pylint.p5m
blob7426d03f06e8e84ce52dacd0f6ab5c54d92d3cab
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
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=com.oracle.info.description value="the pylint code static checker for Python"
30 set name=com.oracle.info.tpno value=9026
31 set name=info.classification value="org.opensolaris.category.2008:Development/Python"
32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
35 set name=org.opensolaris.arc-caseid \
36     value=PSARC/2009/325
39 file path=usr/share/doc/pylint/beginner_pylint_tutorial.txt
40 file path=usr/share/doc/pylint/examples/custom_raw.py pkg.tmp.autopyc=false
41 file path=usr/share/doc/pylint/examples/custom.py pkg.tmp.autopyc=false
42 file path=usr/share/doc/pylint/examples/pylint.el
43 file path=usr/share/doc/pylint/examples/pylintrc
44 file path=usr/share/doc/pylint/examples/pylintrc_camelcase
45 file path=usr/share/doc/pylint/FAQ.txt
46 file path=usr/share/doc/pylint/features.txt
47 file path=usr/share/doc/pylint/manual.txt
48 file path=usr/share/doc/pylint/quickstart.txt
49 file path=usr/share/doc/pylint/README
51 file manpages/epylint.1 path=usr/share/man/man1/epylint.1
52 file man/pylint.1 path=usr/share/man/man1/pylint.1
53 file manpages/pylint-gui.1 path=usr/share/man/man1/pylint-gui.1
54 file man/pyreverse.1 path=usr/share/man/man1/pyreverse.1
55 file manpages/symilar.1 path=usr/share/man/man1/symilar.1
57 license pylint.license license="GPLv2"
59 depend fmri=developer/python/pylint-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
60     predicate=runtime/python-26 \
61     type=conditional
63 depend fmri=developer/python/pylint-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
64     predicate=runtime/python-27 \
65     type=conditional