components/python/pyrabbit/pyrabbit-PYVER.p5m
changeset 1890 5a4ef66c42bf
parent 1666 69d14d547e77
child 1948 2d1537e7942d
equal deleted inserted replaced
1889:7251578a5ce7 1890:5a4ef66c42bf
    15 # If applicable, add the following below this CDDL HEADER, with the
    15 # If applicable, add the following below this CDDL HEADER, with the
    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 #
       
    21 
    20 #
    22 #
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 set name=pkg.fmri \
    26 set name=pkg.fmri \
    48 file path=usr/lib/python$(PYVER)/vendor-packages/pyrabbit/api.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/pyrabbit/api.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/pyrabbit/http.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/pyrabbit/http.py
    50 #
    52 #
    51 license pyrabbit.license license=MIT
    53 license pyrabbit.license license=MIT
    52 
    54 
       
    55 # force the rename with an optional dependency on the old name
       
    56 depend type=optional \
       
    57     fmri=library/python-2/pyrabbit-$(PYV)@1.0.1,5.12-5.12.0.0.0.41.0
       
    58 
    53 # force a dependency on the Python runtime
    59 # force a dependency on the Python runtime
    54 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    60 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    55     pkg.debug.depend.path=usr/bin
    61     pkg.debug.depend.path=usr/bin
       
    62 
       
    63 # force a dependency on httplib2; pkgdepend work is needed to flush this out.
    56 depend type=require fmri=library/python/httplib2-$(PYV)
    64 depend type=require fmri=library/python/httplib2-$(PYV)
    57 
    65 
    58 # force a dependency on the pyrabbit package
    66 # force a dependency on the pyrabbit package
    59 depend type=require \
    67 depend type=require \
    60     fmri=library/python/pyrabbit@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    68     fmri=library/python/pyrabbit@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    61 
       
    62 # force the rename with an optional dependency on the old name
       
    63 depend type=optional \
       
    64     fmri=library/python-2/pyrabbit-$(PYV)@1.0.1,5.12-5.12.0.0.0.41.0