components/python/pycountry/pycountry-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/pycountry-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/pycountry-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary \
    26 set name=pkg.summary \
    27     value="ISO country, subdivision, language, currency and script definitions"
    27     value="ISO country, subdivision, language, currency and script definitions"
    28 set name=pkg.description \
    28 set name=pkg.description \
    29     value="The Python pycountry module provides the ISO country (ISO 3166 and 3166-3), subdivision (3166-2), language (639), currency (4217) and script (15924) definitions and their translations."
    29     value="The Python pycountry module provides the ISO country (ISO 3166 and 3166-3), subdivision (3166-2), language (639), currency (4217) and script (15924) definitions and their translations."
    30 set name=com.oracle.info.description value="the Python pycountry module"
    30 set name=com.oracle.info.description value="the Python pycountry module"
   369 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zh_TW/LC_MESSAGES/iso639.mo
   369 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zh_TW/LC_MESSAGES/iso639.mo
   370 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zu/LC_MESSAGES/iso3166.mo
   370 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zu/LC_MESSAGES/iso3166.mo
   371 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zu/LC_MESSAGES/iso639.mo
   371 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zu/LC_MESSAGES/iso639.mo
   372 license LICENSE.txt license=LGPLv2.1
   372 license LICENSE.txt license=LGPLv2.1
   373 
   373 
       
   374 # force the rename with an optional dependency on the old name
       
   375 depend type=optional \
       
   376     fmri=library/python-2/pycountry-$(PYV)@0.17,5.11-0.175.3.0.0.16.0
       
   377 
   374 # force a dependency on the Python runtime
   378 # force a dependency on the Python runtime
   375 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   379 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   376     pkg.debug.depend.path=usr/bin
   380     pkg.debug.depend.path=usr/bin
   377 
   381 
   378 # force a dependency on the pycountry package
   382 # force a dependency on the pycountry package
   379 depend type=require \
   383 depend type=require \
   380     fmri=library/python-2/pycountry@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   384     fmri=library/python/pycountry@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)