components/python/glanceclient/glanceclient-PYVER.p5m
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 3028 5e73a3a3f66a
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, 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/glanceclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/glanceclient-$(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 Glance API"
    29     value="Python and command-line clients for the OpenStack Images API"
    32 set name=pkg.description \
    30 set name=pkg.description \
    33     value="A client library for Glance built on the OpenStack Images API. It provides a Python API (the 'glanceclient' module) and a command-line tool ('glance'). This library fully supports the v1 Images API, while support for the v2 API is in progress."
    31     value="A client library for Glance built on the OpenStack Images API. It provides a Python API (the 'glanceclient' module) and a command-line tool ('glance'). This library fully supports the v1 Images API, while support for the v2 API is in progress."
    34 set name=com.oracle.info.description \
    32 set name=com.oracle.info.description \
    35     value="glanceclient, the Python bindings to the OpenStack Images API"
    33     value="glanceclient, the Python bindings to the OpenStack Images API"
    36 set name=com.oracle.info.tpno value=16348
    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)
    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)
    46 link path=usr/bin/glance target=glance-$(PYVER) mediator=python \
    44 link path=usr/bin/glance target=glance-$(PYVER) mediator=python \
    47     mediator-version=$(PYVER)
    45     mediator-version=$(PYVER)
       
    46 #
    48 file path=usr/bin/glance-$(PYVER)
    47 file path=usr/bin/glance-$(PYVER)
    49 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/__init__.py
    48 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/__init__.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/client.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/client.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/__init__.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/__init__.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/base.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/base.py
    53 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/exceptions.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/exceptions.py
    54 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/http.py
    53 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/http.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/https.py
    55 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/progressbar.py
    55 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/progressbar.py
    56 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/utils.py
    56 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/common/utils.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/exc.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/exc.py
    58 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/__init__.py
    58 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/__init__.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/__init__.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/__init__.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/apiclient/__init__.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/apiclient/auth.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/apiclient/base.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/apiclient/client.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/apiclient/exceptions.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/apiclient/fake_client.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/gettextutils.py
    66 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/gettextutils.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/importutils.py
    67 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/importutils.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/strutils.py
    68 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/openstack/common/strutils.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/shell.py
    69 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/shell.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v1/__init__.py
    70 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v1/__init__.py
    65 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v1/client.py
    71 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v1/client.py
    66 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v1/image_members.py
    72 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v1/image_members.py
    67 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v1/images.py
    73 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v1/images.py
    68 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v1/legacy_shell.py
       
    69 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v1/shell.py
    74 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v1/shell.py
    70 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/__init__.py
    75 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/__init__.py
    71 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/client.py
    76 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/client.py
    72 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/image_members.py
    77 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/image_members.py
    73 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/image_tags.py
    78 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/image_tags.py
    74 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/images.py
    79 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/images.py
       
    80 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/metadefs.py
    75 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/schemas.py
    81 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/schemas.py
    76 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/shell.py
    82 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/shell.py
       
    83 file path=usr/lib/python$(PYVER)/vendor-packages/glanceclient/v2/tasks.py
    77 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    84 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    78 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    85 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    79 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    86 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    80 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    87 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    81 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    88 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    82 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    89 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    83 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    90 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    91 #
    84 license glanceclient.license license="Apache v2.0"
    92 license glanceclient.license license="Apache v2.0"
    85 
    93 
    86 # force a group dependency on the optional eventlet; pkgdepend work is needed to
    94 # force a group dependency on the optional eventlet; pkgdepend work is needed to
    87 # flush this out.
    95 # flush this out.
    88 depend type=group fmri=library/python-2/eventlet-$(PYV)
    96 depend type=group fmri=library/python-2/eventlet-$(PYV)
    89 
    97 
       
    98 # force a group dependency on the optional simplejson; pkgdepend work is needed
       
    99 # to flush this out.
       
   100 depend type=group fmri=library/python-2/simplejson-$(PYV)
       
   101 
    90 # force a dependency on argparse; pkgdepend work is needed to flush this out.
   102 # force a dependency on argparse; pkgdepend work is needed to flush this out.
    91 depend type=require fmri=library/python-2/argparse-$(PYV)
   103 depend type=require fmri=library/python-2/argparse-$(PYV)
       
   104 
       
   105 # force a dependency on the glanceclient package
       
   106 depend type=require \
       
   107     fmri=library/python/glanceclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    92 
   108 
    93 # force a dependency on jsonpatch; pkgdepend work is needed to flush this out.
   109 # force a dependency on jsonpatch; pkgdepend work is needed to flush this out.
    94 depend type=require fmri=library/python-2/jsonpatch-$(PYV)
   110 depend type=require fmri=library/python-2/jsonpatch-$(PYV)
    95 
   111 
    96 # force a dependency on netaddr; pkgdepend work is needed to flush this out.
   112 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
    97 depend type=require fmri=library/python-2/netaddr-$(PYV)
   113 # out.
       
   114 depend type=require fmri=library/python/keystoneclient-$(PYV)
       
   115 
       
   116 # force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
       
   117 depend type=require fmri=library/python/oslo.utils-$(PYV)
    98 
   118 
    99 # force a dependency on pbr; pkgdepend work is needed to flush this out.
   119 # force a dependency on pbr; pkgdepend work is needed to flush this out.
   100 depend type=require fmri=library/python-2/pbr-$(PYV)
   120 depend type=require fmri=library/python/pbr-$(PYV)
   101 
   121 
   102 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
   122 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
   103 depend type=require fmri=library/python-2/prettytable-$(PYV)
   123 depend type=require fmri=library/python-2/prettytable-$(PYV)
   104 
   124 
   105 # force a dependency on pyopenssl; pkgdepend work is needed to flush this out.
   125 # force a dependency on pyopenssl; pkgdepend work is needed to flush this out.
   106 depend type=require fmri=library/python-2/pyopenssl-$(PYV)
   126 depend type=require fmri=library/python-2/pyopenssl-$(PYV)
   107 
   127 
       
   128 # force a dependency on requests; pkgdepend work is needed to flush this out.
       
   129 depend type=require fmri=library/python-2/requests-$(PYV)
       
   130 
   108 # force a dependency on six; pkgdepend work is needed to flush this out.
   131 # force a dependency on six; pkgdepend work is needed to flush this out.
   109 depend type=require fmri=library/python-2/six-$(PYV)
   132 depend type=require fmri=library/python/six-$(PYV)
       
   133 
       
   134 # force a dependency on stevedore; pkgdepend work is needed to flush this out.
       
   135 depend type=require fmri=library/python-2/stevedore-$(PYV)
   110 
   136 
   111 # force a dependency on warlock; pkgdepend work is needed to flush this out.
   137 # force a dependency on warlock; pkgdepend work is needed to flush this out.
   112 depend type=require fmri=library/python-2/warlock-$(PYV)
   138 depend type=require fmri=library/python-2/warlock-$(PYV)
   113 
   139 
   114 # force a dependency on the glanceclient package
   140 # force a dependency on babel; pkgdepend work is needed to flush this out.
   115 depend type=require \
   141 depend type=require fmri=library/python-2/babel-$(PYV)
   116     fmri=library/python/glanceclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
   117 
       
   118 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
       
   119 # out.
       
   120 depend type=require fmri=library/python/keystoneclient-$(PYV)