components/python/cliff/cliff-PYVER.p5m
branchs11-update
changeset 2902 206ef3eafd0a
parent 2785 b6f5c5d1d0b7
child 3661 47545fb8aed4
child 4156 4b1def16fe9b
equal deleted inserted replaced
2901:5096530f204e 2902:206ef3eafd0a
    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) 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # argparse is part of python 2.7, but separate in 2.6
    24 # argparse is part of python 2.7, but separate in 2.6
    25 <transform depend type=require fmri=library/python-2/argparse-27 -> drop>
    25 <transform depend type=require fmri=library/python-2/argparse-27 -> drop>
    26 #
    26 #
    28     value=pkg:/library/python-2/cliff-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28     value=pkg:/library/python-2/cliff-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29 set name=pkg.summary value="Command Line Interface Formulation Framework"
    29 set name=pkg.summary value="Command Line Interface Formulation Framework"
    30 set name=pkg.description \
    30 set name=pkg.description \
    31     value="The Python cliff module is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions."
    31     value="The Python cliff module is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions."
    32 set name=com.oracle.info.description value="the Python cliff module"
    32 set name=com.oracle.info.description value="the Python cliff module"
    33 set name=com.oracle.info.tpno value=14503
    33 set name=com.oracle.info.tpno value=15998
    34 set name=info.classification \
    34 set name=info.classification \
    35     value=org.opensolaris.category.2008:Development/Python
    35     value=org.opensolaris.category.2008:Development/Python
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.upstream value="Paul McGuire <[email protected]>"
    37 set name=info.upstream value="Paul McGuire <[email protected]>"
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)