components/python/anyjson/anyjson-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
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) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 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-2/anyjson-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/anyjson-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary \
    26 set name=pkg.summary \
    27     value="Python module wrapping the best available JSON implementation with a common interface"
    27     value="Python module wrapping the best available JSON implementation with a common interface"
    28 set name=pkg.description \
    28 set name=pkg.description \
    29     value="Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used."
    29     value="Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used."
    30 set name=com.oracle.info.description \
    30 set name=com.oracle.info.description \
    43 file path=usr/lib/python$(PYVER)/vendor-packages/anyjson-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    43 file path=usr/lib/python$(PYVER)/vendor-packages/anyjson-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    44 file path=usr/lib/python$(PYVER)/vendor-packages/anyjson-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    44 file path=usr/lib/python$(PYVER)/vendor-packages/anyjson-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    45 file path=usr/lib/python$(PYVER)/vendor-packages/anyjson/__init__.py
    45 file path=usr/lib/python$(PYVER)/vendor-packages/anyjson/__init__.py
    46 license LICENSE license=BSD
    46 license LICENSE license=BSD
    47 
    47 
       
    48 # force the rename with an optional dependency on the old name
       
    49 depend type=optional \
       
    50     fmri=library/python-2/anyjson-$(PYV)@0.3.3,5.11-0.175.3.0.0.16.0
       
    51 
    48 # force a dependency on the Python runtime
    52 # force a dependency on the Python runtime
    49 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    53 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    50     pkg.debug.depend.path=usr/bin
    54     pkg.debug.depend.path=usr/bin
    51 
    55 
    52 # force a dependency on the anyjson package
    56 # force a dependency on the anyjson package
    53 depend type=require \
    57 depend type=require \
    54     fmri=library/python-2/anyjson@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    58     fmri=library/python/anyjson@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)