components/python/heatclient/heatclient-PYVER.p5m
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 3166 a76983bc2aeb
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) 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 # pyyaml is only delivered for python 2.6
    26 # pyyaml is only delivered for python 2.6
    27 <transform depend type=require fmri=library/python-2/pyyaml-27 -> drop>
    27 <transform depend type=require fmri=library/python-2/pyyaml-27 -> drop>
    28 # argparse is part of python 2.7, but separate in 2.6
       
    29 <transform depend type=require fmri=library/python-2/argparse-27 -> drop>
       
    30 set name=pkg.fmri \
    28 set name=pkg.fmri \
    31     value=pkg:/library/python/heatclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29     value=pkg:/library/python/heatclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    32 set name=pkg.summary \
    30 set name=pkg.summary \
    33     value="Python and command-line clients for the OpenStack Heat API"
    31     value="Python and command-line clients for the OpenStack Orchestration API"
    34 set name=pkg.description \
    32 set name=pkg.description \
    35     value="A client for the OpenStack Orchestration API. There's a Python API (the 'heatclient' module), and a command-line script ('heat'). Each implements 100% of the OpenStack Orchestration API."
    33     value="A client for the OpenStack Orchestration API. There's a Python API (the 'heatclient' module), and a command-line script ('heat'). Each implements 100% of the OpenStack Orchestration API."
    36 set name=com.oracle.info.description \
    34 set name=com.oracle.info.description \
    37     value="heatclient, the Python bindings to the OpenStack Orchestration API"
    35     value="heatclient, the Python bindings to the OpenStack Orchestration API"
    38 set name=com.oracle.info.tpno value=17303
    36 set name=com.oracle.info.tpno value=$(TPNO)
    39 set name=info.classification \
    37 set name=info.classification \
    40     value=org.opensolaris.category.2008:Development/Python \
    38     value=org.opensolaris.category.2008:Development/Python \
    41     value="org.opensolaris.category.2008:System/Administration and Configuration" \
    39     value="org.opensolaris.category.2008:System/Administration and Configuration" \
    42     value="org.opensolaris.category.2008:System/Enterprise Management"
    40     value="org.opensolaris.category.2008:System/Enterprise Management"
    43 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    41 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    44 set name=info.upstream value="OpenStack <[email protected]>"
    42 set name=info.upstream value="OpenStack <[email protected]>"
    45 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    43 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    46 set name=org.opensolaris.arc-caseid value=PSARC/2014/163
    44 set name=org.opensolaris.arc-caseid value=PSARC/2014/163
    47 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    45 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    46 #
    48 link path=usr/bin/heat target=heat-$(PYVER) mediator=python \
    47 link path=usr/bin/heat target=heat-$(PYVER) mediator=python \
    49     mediator-version=$(PYVER)
    48     mediator-version=$(PYVER)
    50 file path=usr/bin/heat-$(PYVER)
    49 file path=usr/bin/heat-$(PYVER)
    51 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/__init__.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/__init__.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/client.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/client.py
    58 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/common/utils.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/common/utils.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/exc.py
    58 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/exc.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/__init__.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/__init__.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/__init__.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/__init__.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/apiclient/__init__.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/apiclient/__init__.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/apiclient/auth.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/apiclient/base.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/apiclient/base.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/apiclient/client.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/apiclient/exceptions.py
    65 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/apiclient/exceptions.py
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/apiclient/fake_client.py
    65 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/cliutils.py
    67 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/cliutils.py
    66 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/gettextutils.py
    68 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/gettextutils.py
    67 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/importutils.py
    69 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/importutils.py
    68 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/jsonutils.py
    70 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/jsonutils.py
    69 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/strutils.py
    71 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/strutils.py
    86 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    88 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    87 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    89 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    88 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    90 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    89 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    91 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    90 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    92 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    93 #
    91 license LICENSE license="Apache v2.0"
    94 license LICENSE license="Apache v2.0"
    92 
    95 
    93 # force a group dependency on the optional anyjson; pkgdepend work is needed to
    96 # force a group dependency on the optional anyjson; pkgdepend work is needed to
    94 # flush this out.
    97 # flush this out.
    95 depend type=group fmri=library/python-2/anyjson-$(PYV)
    98 depend type=group fmri=library/python-2/anyjson-$(PYV)
    96 
    99 
       
   100 # force a group dependency on the optional simplejson; pkgdepend work is needed
       
   101 # to flush this out.
       
   102 depend type=group fmri=library/python-2/simplejson-$(PYV)
       
   103 
    97 # force a dependency on argparse; pkgdepend work is needed to flush this out.
   104 # force a dependency on argparse; pkgdepend work is needed to flush this out.
    98 depend type=require fmri=library/python-2/argparse-$(PYV)
   105 depend type=require fmri=library/python-2/argparse-$(PYV)
    99 
   106 
   100 # force a dependency on babel; pkgdepend work is needed to flush this out.
   107 # force a dependency on babel; pkgdepend work is needed to flush this out.
   101 depend type=require fmri=library/python-2/babel-$(PYV)
   108 depend type=require fmri=library/python-2/babel-$(PYV)
       
   109 
       
   110 # force a dependency on the heatclient package
       
   111 depend type=require \
       
   112     fmri=library/python/heatclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
   113 
       
   114 # force a dependency on iso8601; pkgdepend work is needed to flush this out.
       
   115 depend type=require fmri=library/python/iso8601-$(PYV)
       
   116 
       
   117 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
       
   118 # out.
       
   119 depend type=require fmri=library/python/keystoneclient-$(PYV)
       
   120 
       
   121 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
   122 depend type=require fmri=library/python/pbr-$(PYV)
   102 
   123 
   103 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
   124 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
   104 depend type=require fmri=library/python-2/prettytable-$(PYV)
   125 depend type=require fmri=library/python-2/prettytable-$(PYV)
   105 
   126 
   106 # force a dependency on pyyaml; pkgdepend work is needed to flush this out.
   127 # force a dependency on pyyaml; pkgdepend work is needed to flush this out.
   107 depend type=require fmri=library/python-2/pyyaml-$(PYV)
   128 depend type=require fmri=library/python-2/pyyaml-$(PYV)
   108 
   129 
   109 # force a dependency on requests; pkgdepend work is needed to flush this out.
   130 # force a dependency on requests; pkgdepend work is needed to flush this out.
   110 depend type=require fmri=library/python-2/requests-$(PYV)
   131 depend type=require fmri=library/python-2/requests-$(PYV)
   111 
   132 
   112 # force a dependency on the heatclient package
       
   113 depend type=require \
       
   114     fmri=library/python/heatclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
   115 
       
   116 # force a dependency on iso8601; pkgdepend work is needed to flush this out.
       
   117 depend type=require fmri=library/python/iso8601-$(PYV)
       
   118 
       
   119 # force a dependency on keystoneclient; pkgdepend work is needed to flush this out.
       
   120 depend type=require fmri=library/python/keystoneclient-$(PYV)
       
   121 
       
   122 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
   123 depend type=require fmri=library/python/pbr-$(PYV)
       
   124 
       
   125 # force a dependency on six; pkgdepend work is needed to flush this out.
   133 # force a dependency on six; pkgdepend work is needed to flush this out.
   126 depend type=require fmri=library/python/six-$(PYV)
   134 depend type=require fmri=library/python/six-$(PYV)
       
   135 
       
   136 # force a dependency on stevedore; pkgdepend work is needed to flush this out.
       
   137 depend type=require fmri=library/python-2/stevedore-$(PYV)