components/python/jsonrpclib/jsonrpclib-PYVER.p5m
changeset 1666 69d14d547e77
parent 1391 5b61a66aa50c
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) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2014, 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-2/jsonrpclib-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/jsonrpclib-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="Python implementation of JSON-RPC v2.0"
    26 set name=pkg.summary value="Python implementation of JSON-RPC v2.0"
    27 set name=pkg.description value="The jsonrpclib library is an implementation of the JSON-RPC specification. It supports both the original 1.0 specification, as well as the new (proposed) 2.0 spec, which includes features such as batch submission and keyword arguments. It is designed to be as compatible with the syntax of xmlrpclib as possible (it extends where possible), so that projects using xmlrpclib could easily be modified to use JSON and experiment with the differences."
    27 set name=pkg.description value="The jsonrpclib library is an implementation of the JSON-RPC specification. It supports both the original 1.0 specification, as well as the new (proposed) 2.0 spec, which includes features such as batch submission and keyword arguments. It is designed to be as compatible with the syntax of xmlrpclib as possible (it extends where possible), so that projects using xmlrpclib could easily be modified to use JSON and experiment with the differences."
    28 set name=com.oracle.info.description \
    28 set name=com.oracle.info.description \
    29     value="the Python $(PYVER) implementation of JSON-RPC v2.0"
    29     value="the Python $(PYVER) implementation of JSON-RPC v2.0"
    30 set name=com.oracle.info.tpno value=8061
    30 set name=com.oracle.info.tpno value=8061
    49 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    49 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    50     pkg.debug.depend.path=usr/bin
    50     pkg.debug.depend.path=usr/bin
    51 
    51 
    52 # force a dependency on the jsonrpclib package
    52 # force a dependency on the jsonrpclib package
    53 depend type=require \
    53 depend type=require \
    54     fmri=library/python-2/jsonrpclib@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    54     fmri=library/python/jsonrpclib@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    55 
    55 
    56 # force dependency on simplejson; pkgdepend work is needed to flush these out. 
    56 # force dependency on simplejson; pkgdepend work is needed to flush these out. 
    57 depend type=require fmri=library/python-2/simplejson-$(PYV)
    57 depend type=require fmri=library/python/simplejson-$(PYV)
       
    58 
       
    59 # force the rename with an optional dependency on the old name
       
    60 depend type=optional \
       
    61     fmri=library/python-2/jsonrpclib-$(PYV)@0.1.3,5.12-5.12.0.0.0.41.0