components/python/python-ldap/python-ldap-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/python-ldap-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/python-ldap-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="LDAP client library for Python"
    26 set name=pkg.summary value="LDAP client library for Python"
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x library for that purpose."
    28     value="python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x library for that purpose."
    29 set name=com.oracle.info.description value="the Python python-ldap module"
    29 set name=com.oracle.info.description value="the Python python-ldap module"
    30 set name=com.oracle.info.tpno value=$(TPNO)
    30 set name=com.oracle.info.tpno value=$(TPNO)
    74 file path=usr/lib/python$(PYVER)/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    74 file path=usr/lib/python$(PYVER)/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    75 file path=usr/lib/python$(PYVER)/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    75 file path=usr/lib/python$(PYVER)/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    76 file path=usr/lib/python$(PYVER)/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    76 file path=usr/lib/python$(PYVER)/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    77 license python-ldap.license license=PSF
    77 license python-ldap.license license=PSF
    78 
    78 
       
    79 # force the rename with an optional dependency on the old name
       
    80 depend type=optional \
       
    81     fmri=library/python-2/python-ldap-$(PYV)@2.4.10,5.11-0.175.3.0.0.16.0
       
    82 
    79 # force a dependency on the Python runtime
    83 # force a dependency on the Python runtime
    80 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    84 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    81     pkg.debug.depend.path=usr/bin
    85     pkg.debug.depend.path=usr/bin
    82 
    86 
    83 # force a dependency on the python-ldap package
    87 # force a dependency on the python-ldap package
    84 depend type=require \
    88 depend type=require \
    85     fmri=library/python-2/python-ldap@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    89     fmri=library/python/python-ldap@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)