components/python/troveclient/troveclient-PYVER.p5m
author david.comay@oracle.com
Mon, 09 Jun 2014 12:44:49 -0700
branchs11-update
changeset 3166 a76983bc2aeb
child 3661 47545fb8aed4
child 4156 4b1def16fe9b
permissions -rw-r--r--
PSARC 2014/163 OpenStack client for Heat (Orchestration Service) PSARC 2014/165 OpenStack client for Trove (Database as a Service) PSARC 2014/177 Dogpile PSARC 2014/179 Jinja2 PSARC 2014/185 dnspython PSARC 2014/186 python-memcached PSARC 2014/187 OpenStack client for Ceilometer (Telemetry Service) 18802343 Request to integrate jinja2 2.7.2 18855562 Request to integrate heatclient 0.2.9 18855610 Request to integrate troveclient 0.1.4 18855621 Request to integrate ceilometerclient 1.0.10 18855628 Request to integrate dogpile.core 0.4.1 18855636 Request to integrate dogpile.cache 0.5.3 18855655 Request to integrate dnspython 1.11.1 18855661 Request to integrate python-memcached 1.53
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3166
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     1
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     2
# CDDL HEADER START
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     3
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     7
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    10
# See the License for the specific language governing permissions
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    11
# and limitations under the License.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    12
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    18
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    19
# CDDL HEADER END
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    20
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    21
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    22
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    23
# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    24
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    25
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    26
set name=pkg.fmri \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    27
    value=pkg:/library/python/troveclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    28
set name=pkg.summary \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    29
    value="Python and command-line clients for the OpenStack Trove API"
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    30
set name=pkg.description \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    31
    value="A client for the OpenStack DBaaS API. There's a Python API (the 'troveclient' module), and a command-line script ('trove'). Each implements 100% of the OpenStack DBaaS API."
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    32
set name=com.oracle.info.description \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    33
    value="troveclient, the Python bindings to the OpenStack DBaaS API"
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    34
set name=com.oracle.info.tpno value=17305
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    35
set name=info.classification \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    36
    value=org.opensolaris.category.2008:Development/Python \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    37
    value="org.opensolaris.category.2008:System/Administration and Configuration" \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    38
    value="org.opensolaris.category.2008:System/Enterprise Management"
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    39
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    40
set name=info.upstream value="OpenStack <[email protected]>"
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    41
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    42
set name=org.opensolaris.arc-caseid value=PSARC/2014/165
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    43
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    44
link path=usr/bin/trove-cli target=trove-cli-$(PYVER) mediator=python \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    45
    mediator-version=$(PYVER)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    46
file path=usr/bin/trove-cli-$(PYVER)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    47
link path=usr/bin/trove-mgmt-cli target=trove-mgmt-cli-$(PYVER) \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    48
    mediator=python mediator-version=$(PYVER)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    49
file path=usr/bin/trove-mgmt-cli-$(PYVER)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/python_troveclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/python_troveclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/python_troveclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/python_troveclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/python_troveclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/python_troveclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/python_troveclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/__init__.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/accounts.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/auth.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/backups.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/base.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/cli.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/client.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/common.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/databases.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/diagnostics.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/exceptions.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/flavors.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/hosts.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/instances.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/limits.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/management.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/mcli.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/quota.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/root.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/security_groups.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/storage.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/users.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/utils.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/versions.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/troveclient/xml.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    82
license LICENSE license="Apache v2.0"
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    83
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    84
# force a group dependency on simplejson; pkgdepend work is needed
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    85
# to flush this out.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    86
depend type=group fmri=library/python-2/simplejson-$(PYV)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    87
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    88
# force a dependency on httplib2; pkgdepend work is needed to flush this out.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    89
depend type=require fmri=library/python-2/httplib2-$(PYV)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    90
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    91
# force a dependency on lxml; pkgdepend work is needed to flush this out.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    92
depend type=require fmri=library/python-2/lxml-$(PYV)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    93
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    94
# force a dependency on the troveclient package
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    95
depend type=require \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    96
    fmri=library/python/troveclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)