components/python/jsonschema/jsonschema-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) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 set name=pkg.fmri \
    26 set name=pkg.fmri \
    49 file path=usr/lib/python$(PYVER)/vendor-packages/jsonschema/schemas/draft4.json
    51 file path=usr/lib/python$(PYVER)/vendor-packages/jsonschema/schemas/draft4.json
    50 file path=usr/lib/python$(PYVER)/vendor-packages/jsonschema/validators.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/jsonschema/validators.py
    51 #
    53 #
    52 license COPYING license=MIT
    54 license COPYING license=MIT
    53 
    55 
       
    56 # force a group dependency on the optional requests; pkgdepend work is needed
       
    57 # to flush this out.
       
    58 depend type=group fmri=library/python/requests-$(PYV)
       
    59 
       
    60 # force the rename with an optional dependency on the old name
       
    61 depend type=optional \
       
    62     fmri=library/python-2/jsonschema-$(PYV)@2.0.0,5.12-5.12.0.0.0.41.0
       
    63 
    54 # force a dependency on the Python runtime
    64 # force a dependency on the Python runtime
    55 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    65 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    56     pkg.debug.depend.path=usr/bin
    66     pkg.debug.depend.path=usr/bin
    57 
    67 
    58 # force a dependency on the jsonschema package
    68 # force a dependency on the jsonschema package
    59 depend type=require \
    69 depend type=require \
    60     fmri=library/python/jsonschema@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    70     fmri=library/python/jsonschema@$(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/jsonschema-$(PYV)@2.0.0,5.12-5.12.0.0.0.41.0