components/python/cliff/cliff-PYVER.p5m
changeset 1666 69d14d547e77
parent 1608 ad73e8a08980
child 1890 5a4ef66c42bf
equal deleted inserted replaced
1665:9e945128be3b 1666:69d14d547e77
    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/argparse-27 -> drop>
    26 #
    26 #
    27 set name=pkg.fmri \
    27 set name=pkg.fmri \
    28     value=pkg:/library/python-2/cliff-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28     value=pkg:/library/python/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=15998
    33 set name=com.oracle.info.tpno value=15998
    60 file path=usr/lib/python$(PYVER)/vendor-packages/cliff/interactive.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/cliff/interactive.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/cliff/lister.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/cliff/lister.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/cliff/show.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/cliff/show.py
    63 license cliff.license license="Apache v2.0, MIT"
    63 license cliff.license license="Apache v2.0, MIT"
    64 
    64 
       
    65 # force the rename with an optional dependency on the old name
       
    66 depend type=optional \
       
    67     fmri=library/python-2/cliff-$(PYV)@1.4.5,5.12-5.12.0.0.0.41.0
       
    68 
    65 # force a dependency on the Python runtime
    69 # force a dependency on the Python runtime
    66 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    70 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    67     pkg.debug.depend.path=usr/bin
    71     pkg.debug.depend.path=usr/bin
    68 
    72 
    69 # force a dependency on argparse; pkgdepend work is needed to flush this out.
    73 # force a dependency on argparse; pkgdepend work is needed to flush this out.
    70 depend type=require fmri=library/python-2/argparse-$(PYV)
    74 depend type=require fmri=library/python/argparse-$(PYV)
    71 
    75 
    72 # force a dependency on the cliff package
    76 # force a dependency on the cliff package
    73 depend type=require \
    77 depend type=require \
    74     fmri=library/python-2/cliff@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    78     fmri=library/python/cliff@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    75 
    79 
    76 # force a dependency on cmd2; pkgdepend work is needed to flush this out.
    80 # force a dependency on cmd2; pkgdepend work is needed to flush this out.
    77 depend type=require fmri=library/python-2/cmd2-$(PYV)
    81 depend type=require fmri=library/python/cmd2-$(PYV)
    78 
    82 
    79 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
    83 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
    80 depend type=require fmri=library/python-2/prettytable-$(PYV)
    84 depend type=require fmri=library/python/prettytable-$(PYV)