components/python/pbr/pbr-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
child 6035 c9748fcc32de
equal deleted inserted replaced
3698:9c01a3410e89 3704:69ab8eca01c5
    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, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, 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:/library/python/pbr-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/pbr-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="Python Build Reasonableness"
    26 set name=pkg.summary value="Python Build Reasonableness"
    57 file path=usr/lib/python$(PYVER)/vendor-packages/pbr/version.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/pbr/version.py
    58 license pbr.license license="Apache v2.0, BSD"
    58 license pbr.license license="Apache v2.0, BSD"
    59 
    59 
    60 # force a group dependency on the optional nose; pkgdepend work is needed to
    60 # force a group dependency on the optional nose; pkgdepend work is needed to
    61 # flush this out.
    61 # flush this out.
    62 depend type=group fmri=library/python-2/nose-$(PYV)
    62 depend type=group fmri=library/python/nose-$(PYV)
    63 
    63 
    64 # force a group dependency on the optional pip; pkgdepend work is needed to
    64 # force a group dependency on the optional pip; pkgdepend work is needed to
    65 # flush this out.
    65 # flush this out.
    66 depend type=group fmri=library/python-2/pip-$(PYV)
    66 depend type=group fmri=library/python/pip-$(PYV)
    67 
    67 
    68 # force the rename with an optional dependency on the old name
    68 # force the rename with an optional dependency on the old name
    69 depend type=optional \
    69 depend type=optional \
    70     fmri=library/python-2/pbr-$(PYV)@0.5.21,5.11-0.175.2.0.0.41.0
    70     fmri=library/python-2/pbr-$(PYV)@0.5.21,5.11-0.175.2.0.0.41.0
    71 
    71 
    72 # force a dependency on the Python runtime
    72 # force a dependency on the Python runtime
    73 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    73 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    74     pkg.debug.depend.path=usr/bin
    74     pkg.debug.depend.path=usr/bin
    75 
    75 
    76 # force a dependency on setuptools; pkgdepend work is needed to flush this out.
       
    77 depend type=require fmri=library/python-2/setuptools-$(PYV)
       
    78 
       
    79 # force a dependency on the pbr package
    76 # force a dependency on the pbr package
    80 depend type=require \
    77 depend type=require \
    81     fmri=library/python/pbr@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    78     fmri=library/python/pbr@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    79 
       
    80 # force a dependency on setuptools; pkgdepend work is needed to flush this out.
       
    81 depend type=require fmri=library/python/setuptools-$(PYV)