components/python/cinderclient/cinderclient-PYVER.p5m
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 3178 77584387a894
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
    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 # argparse is part of python 2.7, but separate in 2.6
       
    27 <transform depend type=require fmri=library/python-2/argparse-27 -> drop>
       
    28 set name=pkg.fmri \
    26 set name=pkg.fmri \
    29     value=pkg:/library/python/cinderclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/cinderclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    30 set name=pkg.summary \
    28 set name=pkg.summary \
    31     value="Python and command-line clients for the OpenStack Cinder API"
    29     value="Python and command-line clients for the OpenStack Block Storage API"
    32 set name=pkg.description \
    30 set name=pkg.description \
    33     value="A client for the OpenStack Block Storage API. There's a Python API (the 'cinderclient' module), and a command-line script ('cinder'). Each implements 100% of the OpenStack Block Storage API."
    31     value="A client for the OpenStack Block Storage API. There's a Python API (the 'cinderclient' module), and a command-line script ('cinder'). Each implements 100% of the OpenStack Block Storage API."
    34 set name=com.oracle.info.description \
    32 set name=com.oracle.info.description \
    35     value="cinderclient, the Python bindings to the OpenStack Block Storage API"
    33     value="cinderclient, the Python bindings to the OpenStack Block Storage API"
    36 set name=com.oracle.info.tpno value=17869
    34 set name=com.oracle.info.tpno value=$(TPNO)
    37 set name=info.classification \
    35 set name=info.classification \
    38     value=org.opensolaris.category.2008:Development/Python \
    36     value=org.opensolaris.category.2008:Development/Python \
    39     value="org.opensolaris.category.2008:System/Administration and Configuration" \
    37     value="org.opensolaris.category.2008:System/Administration and Configuration" \
    40     value="org.opensolaris.category.2008:System/Enterprise Management"
    38     value="org.opensolaris.category.2008:System/Enterprise Management"
    41 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    39 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    42 set name=info.upstream value="OpenStack <[email protected]>"
    40 set name=info.upstream value="OpenStack <[email protected]>"
    43 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    41 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    44 set name=org.opensolaris.arc-caseid value=PSARC/2014/007
    42 set name=org.opensolaris.arc-caseid value=PSARC/2014/007
    45 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    43 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    44 #
    46 link path=usr/bin/cinder target=cinder-$(PYVER) mediator=python \
    45 link path=usr/bin/cinder target=cinder-$(PYVER) mediator=python \
    47     mediator-version=$(PYVER)
    46     mediator-version=$(PYVER)
    48 file path=usr/bin/cinder-$(PYVER)
    47 file path=usr/bin/cinder-$(PYVER)
    49 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/__init__.py
    48 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/__init__.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/auth_plugin.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/auth_plugin.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/apiclient/client.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/apiclient/client.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/apiclient/exceptions.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/apiclient/exceptions.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/apiclient/fake_client.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/apiclient/fake_client.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/gettextutils.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/gettextutils.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/importutils.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/importutils.py
    65 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/py3kcompat/__init__.py
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/py3kcompat/urlutils.py
       
    67 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/strutils.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/openstack/common/strutils.py
    68 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/service_catalog.py
    65 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/service_catalog.py
    69 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/shell.py
    66 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/shell.py
    70 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/utils.py
    67 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/utils.py
    71 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v1/__init__.py
    68 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v1/__init__.py
    86 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v1/volume_transfers.py
    83 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v1/volume_transfers.py
    87 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v1/volume_types.py
    84 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v1/volume_types.py
    88 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v1/volumes.py
    85 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v1/volumes.py
    89 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/__init__.py
    86 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/__init__.py
    90 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/availability_zones.py
    87 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/availability_zones.py
       
    88 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/cgsnapshots.py
    91 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/client.py
    89 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/client.py
       
    90 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/consistencygroups.py
    92 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/contrib/__init__.py
    91 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/contrib/__init__.py
    93 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/contrib/list_extensions.py
    92 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/contrib/list_extensions.py
    94 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/limits.py
    93 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/limits.py
    95 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/qos_specs.py
    94 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/qos_specs.py
    96 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/quota_classes.py
    95 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/quota_classes.py
   109 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
   108 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
   110 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
   109 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
   111 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
   110 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
   112 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
   111 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
   113 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
   112 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
   113 #
   114 license cinderclient.license license="Apache v2.0"
   114 license cinderclient.license license="Apache v2.0"
   115 
   115 
   116 # force a group dependency on the optional eventlet; pkgdepend work is needed to
   116 # force a group dependency on the optional eventlet; pkgdepend work is needed to
   117 # flush this out.
   117 # flush this out.
   118 depend type=group fmri=library/python-2/eventlet-$(PYV)
   118 depend type=group fmri=library/python-2/eventlet-$(PYV)
   145 depend type=require fmri=library/python/keystoneclient-$(PYV)
   145 depend type=require fmri=library/python/keystoneclient-$(PYV)
   146 
   146 
   147 # force a dependency on pbr; pkgdepend work is needed to flush this out.
   147 # force a dependency on pbr; pkgdepend work is needed to flush this out.
   148 depend type=require fmri=library/python/pbr-$(PYV)
   148 depend type=require fmri=library/python/pbr-$(PYV)
   149 
   149 
       
   150 # force a dependency on setuptools; pkgdepend work is needed to flush this out.
       
   151 depend type=require fmri=library/python-2/setuptools-$(PYV)
       
   152 
   150 # force a dependency on six; pkgdepend work is needed to flush this out.
   153 # force a dependency on six; pkgdepend work is needed to flush this out.
   151 depend type=require fmri=library/python/six-$(PYV)
   154 depend type=require fmri=library/python/six-$(PYV)