components/python/babel/babel-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
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 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python-2/babel-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/babel-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Internationalization Utilities for Python"
    28 set name=pkg.summary value="Internationalization Utilities for Python"
    29 set name=pkg.description \
    29 set name=pkg.description \
    30     value="Babel is a Python library that provides an integrated collection of utilities that assist with internationalizing and localizing Python applications (in particular web-based applications)."
    30     value="Babel is a Python library that provides an integrated collection of utilities that assist with internationalizing and localizing Python applications (in particular web-based applications)."
    31 set name=com.oracle.info.description \
    31 set name=com.oracle.info.description \
    32     value="Babel, the internationalization utilities for Python"
    32     value="Babel, the internationalization utilities for Python"
   737 file path=usr/lib/python$(PYVER)/vendor-packages/babel/support.py
   737 file path=usr/lib/python$(PYVER)/vendor-packages/babel/support.py
   738 file path=usr/lib/python$(PYVER)/vendor-packages/babel/util.py
   738 file path=usr/lib/python$(PYVER)/vendor-packages/babel/util.py
   739 #
   739 #
   740 license babel.license license=BSD
   740 license babel.license license=BSD
   741 
   741 
       
   742 # force the rename with an optional dependency on the old name
       
   743 depend type=optional \
       
   744     fmri=library/python-2/babel-$(PYV)@1.3,5.11-0.175.3.0.0.16.0
       
   745 
   742 # force a dependency on the babel package
   746 # force a dependency on the babel package
   743 depend type=require \
   747 depend type=require \
   744     fmri=library/python-2/babel@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   748     fmri=library/python/babel@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   745 
   749 
   746 # force a dependency on pytz; pkgdepend work is needed to flush this out.
   750 # force a dependency on pytz; pkgdepend work is needed to flush this out.
   747 depend type=require fmri=library/python-2/pytz-$(PYV)
   751 depend type=require fmri=library/python/pytz-$(PYV)