components/python/pyasn1-modules/pyasn1-modules-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 \
    61 file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1_modules/rfc3447.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1_modules/rfc3447.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1_modules/rfc4210.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1_modules/rfc4210.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1_modules/rfc5208.py
    65 file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1_modules/rfc5208.py
    64 license LICENSE license=BSD-like
    66 license LICENSE license=BSD-like
    65 
    67 
       
    68 # force the rename with an optional dependency on the old name
       
    69 depend type=optional \
       
    70     fmri=library/python-2/pyasn1-modules-$(PYV)@0.0.5,5.12-5.12.0.0.0.41.0
       
    71 
    66 # force a dependency on the Python runtime
    72 # force a dependency on the Python runtime
    67 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    73 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    68     pkg.debug.depend.path=usr/bin
    74     pkg.debug.depend.path=usr/bin
    69 
    75 
    70 # force dependency on pyasn1; pkgdepend work is needed to flush these out
    76 # force a dependency on pyasn1; pkgdepend work is needed to flush this out.
    71 depend type=require fmri=library/python/pyasn1-$(PYV)
    77 depend type=require fmri=library/python/pyasn1-$(PYV)
    72 
    78 
    73 # force a dependency on the pyasn1-modules package
    79 # force a dependency on the pyasn1-modules package
    74 depend type=require \
    80 depend type=require \
    75     fmri=library/python/pyasn1-modules@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    81     fmri=library/python/pyasn1-modules@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    76 
       
    77 # force the rename with an optional dependency on the old name
       
    78 depend type=optional \
       
    79     fmri=library/python-2/pyasn1-modules-$(PYV)@0.0.5,5.12-5.12.0.0.0.41.0