components/python/cinderclient/cinderclient-PYVER.p5m
branchs11-update
changeset 4072 db0cec748ec0
parent 3704 69ab8eca01c5
child 6035 c9748fcc32de
equal deleted inserted replaced
4067:4be1f488dda8 4072:db0cec748ec0
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2015, 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
    26 #
    27 <transform depend type=require fmri=library/python/argparse-27 -> drop>
    27 # As an earlier Python 3 version of cinderclient was published, we
       
    28 # continue to do so for now by dropping the dependency on the
       
    29 # corresponding keystoneclient as the latter is not Python 3 ready.
       
    30 #
       
    31 <transform depend fmri=library/python/keystoneclient-34 type=require -> drop>
    28 set name=pkg.fmri \
    32 set name=pkg.fmri \
    29     value=pkg:/library/python/cinderclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    33     value=pkg:/library/python/cinderclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    30 set name=pkg.summary \
    34 set name=pkg.summary \
    31     value="Python and command-line clients for the OpenStack Cinder API"
    35     value="Python and command-line clients for the OpenStack Block Storage API"
    32 set name=pkg.description \
    36 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."
    37     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 \
    38 set name=com.oracle.info.description \
    35     value="cinderclient, the Python bindings to the OpenStack Block Storage API"
    39     value="cinderclient, the Python bindings to the OpenStack Block Storage API"
    36 set name=com.oracle.info.tpno value=$(TPNO)
    40 set name=com.oracle.info.tpno value=$(TPNO)
    41 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    45 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    42 set name=info.upstream value="OpenStack <[email protected]>"
    46 set name=info.upstream value="OpenStack <[email protected]>"
    43 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    47 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    44 set name=org.opensolaris.arc-caseid value=PSARC/2014/007
    48 set name=org.opensolaris.arc-caseid value=PSARC/2014/007
    45 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    49 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    50 #
    46 link path=usr/bin/cinder target=cinder-$(PYVER) mediator=python \
    51 link path=usr/bin/cinder target=cinder-$(PYVER) mediator=python \
    47     mediator-version=$(PYVER)
    52     mediator-version=$(PYVER)
    48 file path=usr/bin/cinder-$(PYVER)
    53 file path=usr/bin/cinder-$(PYVER)
    49 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/__init__.py
    54 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/__init__.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/auth_plugin.py
    55 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
    65 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
    66 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
    67 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
    68 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
    69 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
    70 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
    71 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/service_catalog.py
    69 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/shell.py
    72 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/shell.py
    70 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/utils.py
    73 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/utils.py
    71 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v1/__init__.py
    74 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
    89 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
    90 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
    91 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
    92 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
    93 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/availability_zones.py
       
    94 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
    95 file path=usr/lib/python$(PYVER)/vendor-packages/cinderclient/v2/client.py
       
    96 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
    97 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
    98 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
    99 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
   100 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
   101 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
   114 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
   115 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
   116 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
   117 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
   118 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
   119 #
   114 license cinderclient.license license="Apache v2.0"
   120 license cinderclient.license license="Apache v2.0"
   115 
   121 
   116 # force a group dependency on the optional eventlet; pkgdepend work is needed to
   122 # force a group dependency on the optional eventlet; pkgdepend work is needed to
   117 # flush this out.
   123 # flush this out.
   118 depend type=group fmri=library/python/eventlet-$(PYV)
   124 depend type=group fmri=library/python/eventlet-$(PYV)
   142 depend type=require fmri=library/python/prettytable-$(PYV)
   148 depend type=require fmri=library/python/prettytable-$(PYV)
   143 
   149 
   144 # force a dependency on requests; pkgdepend work is needed to flush this out.
   150 # force a dependency on requests; pkgdepend work is needed to flush this out.
   145 depend type=require fmri=library/python/requests-$(PYV)
   151 depend type=require fmri=library/python/requests-$(PYV)
   146 
   152 
       
   153 # force a dependency on setuptools; pkgdepend work is needed to flush this out.
       
   154 depend type=require fmri=library/python/setuptools-$(PYV)
       
   155 
   147 # force a dependency on six; pkgdepend work is needed to flush this out.
   156 # force a dependency on six; pkgdepend work is needed to flush this out.
   148 depend type=require fmri=library/python/six-$(PYV)
   157 depend type=require fmri=library/python/six-$(PYV)
   149 
   158 
   150 # force a dependency on stevedore; pkgdepend work is needed to flush this out.
   159 # force a dependency on stevedore; pkgdepend work is needed to flush this out.
   151 depend type=require fmri=library/python/stevedore-$(PYV)
   160 depend type=require fmri=library/python/stevedore-$(PYV)