components/python/pycountry/pycountry-PYVER.p5m
changeset 1666 69d14d547e77
parent 1607 861db9bed008
child 1760 353323c7bdc1
equal deleted inserted replaced
1665:9e945128be3b 1666:69d14d547e77
    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, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2014, 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"
   689 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zh_TW/LC_MESSAGES/iso639.po
   689 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zh_TW/LC_MESSAGES/iso639.po
   690 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zu/LC_MESSAGES/iso3166.mo
   690 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zu/LC_MESSAGES/iso3166.mo
   691 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zu/LC_MESSAGES/iso3166.po
   691 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zu/LC_MESSAGES/iso3166.po
   692 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zu/LC_MESSAGES/iso639.mo
   692 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zu/LC_MESSAGES/iso639.mo
   693 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zu/LC_MESSAGES/iso639.po
   693 file path=usr/lib/python$(PYVER)/vendor-packages/pycountry/locales/zu/LC_MESSAGES/iso639.po
       
   694 license LICENSE.txt license=LGPLv2.1
   694 
   695 
   695 license LICENSE.txt license=LGPLv2.1
   696 # force the rename with an optional dependency on the old name
       
   697 depend type=optional \
       
   698     fmri=library/python-2/pycountry-$(PYV)@0.17,5.12-5.12.0.0.0.41.0
       
   699 
       
   700 # force a dependency on the Python runtime
       
   701 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
       
   702     pkg.debug.depend.path=usr/bin
   696 
   703 
   697 # force a dependency on the pycountry package
   704 # force a dependency on the pycountry package
   698 depend type=require \
   705 depend type=require \
   699     fmri=library/python-2/pycountry@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   706     fmri=library/python/pycountry@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   700 
       
   701 # force a dependency on the Python runtime
       
   702 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
       
   703      pkg.debug.depend.path=usr/bin