components/python/novaclient/novaclient-PYVER.p5m
branchs11-update
changeset 3028 5e73a3a3f66a
child 3178 77584387a894
equal deleted inserted replaced
3027:3bcf7d43558b 3028:5e73a3a3f66a
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    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 \
       
    29     value=pkg:/library/python/novaclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    30 set name=pkg.summary \
       
    31     value="Python and command-line clients for the OpenStack Nova API"
       
    32 set name=pkg.description \
       
    33     value="A client for the OpenStack Compute API. There's a Python API (the 'novaclient' module) and a command-line script ('nova'). Each implements 100% of the OpenStack Compute API."
       
    34 set name=com.oracle.info.description \
       
    35     value="novaclient, the Python bindings to the OpenStack Compute API"
       
    36 set name=com.oracle.info.tpno value=16352
       
    37 set name=info.classification \
       
    38     value=org.opensolaris.category.2008:Development/Python \
       
    39     value="org.opensolaris.category.2008:System/Administration and Configuration" \
       
    40     value="org.opensolaris.category.2008:System/Enterprise Management"
       
    41 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    42 set name=info.upstream value="OpenStack <[email protected]>"
       
    43 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    44 set name=org.opensolaris.arc-caseid value=PSARC/2014/007
       
    45 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    46 link path=usr/bin/nova target=nova-$(PYVER) mediator=python \
       
    47     mediator-version=$(PYVER)
       
    48 file path=usr/bin/nova-$(PYVER)
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/__init__.py
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/auth_plugin.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/base.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/client.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/crypto.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/exceptions.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/extension.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/openstack/__init__.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/openstack/common/__init__.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/openstack/common/gettextutils.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/openstack/common/py3kcompat/__init__.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/openstack/common/py3kcompat/urlutils.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/openstack/common/strutils.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/openstack/common/timeutils.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/openstack/common/uuidutils.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/service_catalog.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/shell.py
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/utils.py
       
    67 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/__init__.py
       
    68 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/agents.py
       
    69 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/aggregates.py
       
    70 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/availability_zones.py
       
    71 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/certs.py
       
    72 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/client.py
       
    73 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/cloudpipe.py
       
    74 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/contrib/__init__.py
       
    75 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/contrib/assisted_volume_snapshots.py
       
    76 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/contrib/baremetal.py
       
    77 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/contrib/cells.py
       
    78 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/contrib/deferred_delete.py
       
    79 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/contrib/host_evacuate.py
       
    80 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/contrib/host_servers_migrate.py
       
    81 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/contrib/instance_action.py
       
    82 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/contrib/list_extensions.py
       
    83 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/contrib/metadata_extensions.py
       
    84 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/contrib/migrations.py
       
    85 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/contrib/tenant_networks.py
       
    86 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/coverage_ext.py
       
    87 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/fixed_ips.py
       
    88 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/flavor_access.py
       
    89 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/flavors.py
       
    90 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/floating_ip_dns.py
       
    91 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/floating_ip_pools.py
       
    92 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/floating_ips.py
       
    93 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/floating_ips_bulk.py
       
    94 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/fping.py
       
    95 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/hosts.py
       
    96 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/hypervisors.py
       
    97 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/images.py
       
    98 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/keypairs.py
       
    99 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/limits.py
       
   100 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/networks.py
       
   101 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/quota_classes.py
       
   102 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/quotas.py
       
   103 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/security_group_rules.py
       
   104 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/security_groups.py
       
   105 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/servers.py
       
   106 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/services.py
       
   107 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/shell.py
       
   108 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/usage.py
       
   109 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/virtual_interfaces.py
       
   110 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/volume_snapshots.py
       
   111 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/volume_types.py
       
   112 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v1_1/volumes.py
       
   113 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v3/__init__.py
       
   114 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v3/client.py
       
   115 file path=usr/lib/python$(PYVER)/vendor-packages/novaclient/v3/shell.py
       
   116 file path=usr/lib/python$(PYVER)/vendor-packages/python_novaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
   117 file path=usr/lib/python$(PYVER)/vendor-packages/python_novaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
   118 file path=usr/lib/python$(PYVER)/vendor-packages/python_novaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
   119 file path=usr/lib/python$(PYVER)/vendor-packages/python_novaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
       
   120 file path=usr/lib/python$(PYVER)/vendor-packages/python_novaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
   121 file path=usr/lib/python$(PYVER)/vendor-packages/python_novaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
   122 file path=usr/lib/python$(PYVER)/vendor-packages/python_novaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
   123 license novaclient.license license="Apache v2.0"
       
   124 
       
   125 # force a dependency on argparse; pkgdepend work is needed to flush this out.
       
   126 depend type=require fmri=library/python-2/argparse-$(PYV)
       
   127 
       
   128 # force a dependency on babel; pkgdepend work is needed to flush this out.
       
   129 depend type=require fmri=library/python-2/babel-$(PYV)
       
   130 
       
   131 # force a dependency on iso8601; pkgdepend work is needed to flush this out.
       
   132 depend type=require fmri=library/python-2/iso8601-$(PYV)
       
   133 
       
   134 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
   135 depend type=require fmri=library/python-2/pbr-$(PYV)
       
   136 
       
   137 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
       
   138 depend type=require fmri=library/python-2/prettytable-$(PYV)
       
   139 
       
   140 # force a dependency on requests; pkgdepend work is needed to flush this out.
       
   141 depend type=require fmri=library/python-2/requests-$(PYV)
       
   142 
       
   143 # force a dependency on setuptools; pkgdepend work is needed to flush this out.
       
   144 depend type=require fmri=library/python-2/setuptools-$(PYV)
       
   145 
       
   146 # force a dependency on six; pkgdepend work is needed to flush this out.
       
   147 depend type=require fmri=library/python-2/six-$(PYV)
       
   148 
       
   149 # force a dependency on the novaclient package
       
   150 depend type=require \
       
   151     fmri=library/python/novaclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)