components/python/pyasn1-modules/pyasn1-modules-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) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 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/pyasn1-modules-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/pyasn1-modules-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="A collection of ASN.1-based protocols modules"
    26 set name=pkg.summary value="A collection of ASN.1-based protocols modules"
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="pyasn1-modules is a collection of ASN.1 modules expressed in the form of pyasn1 classes. It includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.)."
    28     value="pyasn1-modules is a collection of ASN.1 modules expressed in the form of pyasn1 classes. It includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.)."
    29 set name=com.oracle.info.description value="the Python pyasn1-modules module"
    29 set name=com.oracle.info.description value="the Python pyasn1-modules module"
    30 set name=com.oracle.info.tpno value=$(TPNO)
    30 set name=com.oracle.info.tpno value=$(TPNO)
    61 file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1_modules/rfc3447.py
    61 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
    62 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
    63 file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1_modules/rfc5208.py
    64 license LICENSE license=BSD-like
    64 license LICENSE license=BSD-like
    65 
    65 
       
    66 # force the rename with an optional dependency on the old name
       
    67 depend type=optional \
       
    68     fmri=library/python-2/pyasn1-modules-$(PYV)@0.0.5,5.11-0.175.3.0.0.16.0
       
    69 
    66 # force a dependency on the Python runtime
    70 # force a dependency on the Python runtime
    67 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    71 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    68     pkg.debug.depend.path=usr/bin
    72     pkg.debug.depend.path=usr/bin
    69 
    73 
    70 # force dependency on pyasn1; pkgdepend work is needed to flush these out
    74 # force dependency on pyasn1; pkgdepend work is needed to flush these out
    71 depend type=require fmri=library/python-2/pyasn1-$(PYV)
    75 depend type=require fmri=library/python/pyasn1-$(PYV)
    72 
    76 
    73 # force a dependency on the pyasn1-modules package
    77 # force a dependency on the pyasn1-modules package
    74 depend type=require \
    78 depend type=require \
    75     fmri=library/python-2/pyasn1-modules@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    79     fmri=library/python/pyasn1-modules@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)