components/python/pylint/pylint-PYVER.p5m
changeset 5427 25b736152081
parent 5006 f2592e203a2a
child 6938 64f04bb4c3c3
equal deleted inserted replaced
5426:095b7eacbee6 5427:25b736152081
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri \
    24 set name=pkg.fmri \
    25     value=pkg:/developer/python/pylint-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/developer/python/pylint-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="pylint - python code static checker"
    26 set name=pkg.summary value="pylint - python code static checker"
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="pylint is a Python source code analyzer which looks for programming errors and helps enforce a coding standard"
    28     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 \
    29 set name=com.oracle.info.description \
    30     value="the pylint Python code static checker for Python $(PYVER)"
    30     value="the pylint Python code static checker for Python$(MAYBE_SPACE_PYVER)"
    31 set name=com.oracle.info.tpno value=$(TPNO)
    31 set name=com.oracle.info.tpno value=$(TPNO)
    32 set name=info.classification \
    32 set name=info.classification \
    33     value=org.opensolaris.category.2008:Development/Python
    33     value=org.opensolaris.category.2008:Development/Python
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)