components/python/imaging/imaging-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
child 3778 35735ffdda43
equal deleted inserted replaced
3698:9c01a3410e89 3704:69ab8eca01c5
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    27 set name=pkg.fmri \
    27 set name=pkg.fmri \
    28     value=pkg:/library/python-2/python-imaging-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28     value=pkg:/library/python/python-imaging-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29 set name=pkg.summary value="Python's own image processing library"
    29 set name=pkg.summary value="Python's own image processing library"
    30 set name=pkg.description \
    30 set name=pkg.description \
    31     value="The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and powerful image processing capabilities."
    31     value="The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and powerful image processing capabilities."
    32 set name=com.oracle.info.description value="the Python imaging library"
    32 set name=com.oracle.info.description value="the Python imaging library"
    33 set name=com.oracle.info.tpno value=$(TPNO)
    33 set name=com.oracle.info.tpno value=$(TPNO)
   153 # dependency is here to facilitate the safe transfer of the package
   153 # dependency is here to facilitate the safe transfer of the package
   154 # to the 'userland' consolidation.
   154 # to the 'userland' consolidation.
   155 depend type=optional \
   155 depend type=optional \
   156     fmri=consolidation/desktop/[email protected],5.11-0.175.2.0.0.20.0
   156     fmri=consolidation/desktop/[email protected],5.11-0.175.2.0.0.20.0
   157 
   157 
       
   158 # force the rename with an optional dependency on the old name
       
   159 depend type=optional \
       
   160     fmri=library/python-2/python-imaging-$(PYV)@1.1.7,5.11-0.175.3.0.0.16.0
       
   161 
   158 # force a dependency on the Python runtime
   162 # force a dependency on the Python runtime
   159 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   163 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   160     pkg.debug.depend.path=usr/bin
   164     pkg.debug.depend.path=usr/bin
   161 
   165 
   162 # force a dependency on the python-imaging package
   166 # force a dependency on the python-imaging package
   163 depend type=require \
   167 depend type=require \
   164     fmri=library/python-2/python-imaging@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   168     fmri=library/python/python-imaging@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)