components/python/oslo.config/oslo.config-PYVER.p5m
branchs11-update
changeset 3152 1572f2692c01
parent 2946 74c77317f502
child 3661 47545fb8aed4
child 4156 4b1def16fe9b
equal deleted inserted replaced
3151:0dbc999aeec2 3152:1572f2692c01
    22 #
    22 #
    23 
    23 
    24 # argparse is part of python 2.7, but separate in 2.6
    24 # argparse is part of python 2.7, but separate in 2.6
    25 <transform depend type=require fmri=library/python-2/argparse-27 -> drop>
    25 <transform depend type=require fmri=library/python-2/argparse-27 -> drop>
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python-2/oslo.config-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/oslo.config-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Oslo Configuration Library"
    28 set name=pkg.summary value="Oslo Configuration Library"
    29 set name=pkg.description \
    29 set name=pkg.description \
    30     value="The Oslo configuration API supports parsing command line arguments and .ini style configuration files."
    30     value="The Oslo configuration API supports parsing command line arguments and .ini style configuration files."
    31 set name=com.oracle.info.description value="the Oslo Configuration Library"
    31 set name=com.oracle.info.description value="the Oslo Configuration Library"
    32 set name=com.oracle.info.tpno value=16316
    32 set name=com.oracle.info.tpno value=17861
    33 set name=info.classification \
    33 set name=info.classification \
       
    34     value=org.opensolaris.category.2008:Development/Python \
    34     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    35     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.upstream value="OpenStack <[email protected]>"
    37 set name=info.upstream value="OpenStack <[email protected]>"
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=org.opensolaris.arc-caseid value=PSARC/2013/403
    39 set name=org.opensolaris.arc-caseid value=PSARC/2013/403
    47 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    48 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    48 file path=usr/lib/python$(PYVER)/vendor-packages/oslo/__init__.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/oslo/__init__.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/__init__.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/__init__.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/cfg.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/cfg.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/iniparser.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/iniparser.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/types.py
    52 license LICENSE license="Apache v2.0"
    54 license LICENSE license="Apache v2.0"
       
    55 
       
    56 # force the rename with an optional dependency on the old name
       
    57 depend type=optional \
       
    58     fmri=library/python-2/oslo.config-$(PYV)@1.2.1,5.11-0.175.2.0.0.41.0
    53 
    59 
    54 # force a dependency on the correct Python runtime package
    60 # force a dependency on the correct Python runtime package
    55 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    61 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    56     pkg.debug.depend.path=usr/bin
    62     pkg.debug.depend.path=usr/bin
    57 
    63 
    58 # force a dependency on argparse; pkgdepend work is needed to flush this out.
    64 # force a dependency on argparse; pkgdepend work is needed to flush this out.
    59 depend type=require fmri=library/python-2/argparse-$(PYV)
    65 depend type=require fmri=library/python-2/argparse-$(PYV)
    60 
    66 
       
    67 # force a dependency on six; pkgdepend work is needed to flush this out.
       
    68 depend type=require fmri=library/python-2/six-$(PYV)
       
    69 
    61 # force a dependency on oslo.config
    70 # force a dependency on oslo.config
    62 depend type=require \
    71 depend type=require \
    63     fmri=library/python-2/oslo.config@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    72     fmri=library/python/oslo.config@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    64 
       
    65 # force a dependency on six; pkgdepend work is needed to flush this out.
       
    66 depend type=require fmri=library/python-2/six-$(PYV)