components/python/manilaclient/manilaclient-PYVER.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Wed, 19 Oct 2016 09:53:08 -0500
changeset 7133 cabdc0719c92
parent 6769 b3c4d8201144
permissions -rw-r--r--
24920023 llvm/clang packages need dependency changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6769
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     1
#
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     3
#
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     7
#
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    12
#
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    18
#
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    20
#
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    21
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    22
#
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    24
#
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    25
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    27
    value=pkg:/library/python/manilaclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary \
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    29
    value="Python and command-line clients for the OpenStack Manila API"
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    30
set name=pkg.description \
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    31
    value="Client Library for Manila - Shared Filesystem Service for OpenStack, implemented by Manila. There's a Python API (the 'manilaclient' module), and a command-line script ('manila')."
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.description \
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    33
    value="manilaclient, Python bindings to the OpenStack Shared Filesystem API"
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    34
set name=com.oracle.info.tpno value=$(TPNO)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    35
set name=info.classification \
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    36
    value=org.opensolaris.category.2008:Development/Python \
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    37
    value="org.opensolaris.category.2008:System/Administration and Configuration" \
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    38
    value="org.opensolaris.category.2008:System/Enterprise Management"
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    39
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    40
set name=info.upstream value="OpenStack <[email protected]>"
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    41
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    42
set name=org.opensolaris.arc-caseid value=PSARC/2016/488
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    43
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    44
#
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    45
link path=usr/bin/manila target=manila-$(PYVER) mediator=python \
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    46
    mediator-version=$(PYVER)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    47
file path=usr/bin/manila-$(PYVER)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/__init__.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/api_versions.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/base.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/client.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/common/__init__.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/common/constants.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/common/httpclient.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/config.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/exceptions.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/extension.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/openstack/__init__.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/openstack/common/__init__.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/openstack/common/_i18n.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/openstack/common/apiclient/__init__.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/openstack/common/apiclient/auth.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/openstack/common/apiclient/base.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/openstack/common/apiclient/client.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/openstack/common/apiclient/exceptions.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/openstack/common/apiclient/fake_client.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/openstack/common/apiclient/utils.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/openstack/common/cliutils.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/openstack/common/uuidutils.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/shell.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/utils.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/__init__.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/client.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/contrib/__init__.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/contrib/list_extensions.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/limits.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/quota_classes.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/quotas.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/scheduler_stats.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/security_services.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/services.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/share_networks.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/share_servers.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    84
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/share_snapshots.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/share_type_access.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    86
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/share_types.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    87
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v1/shares.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    88
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/__init__.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    89
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/client.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    90
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/consistency_group_snapshots.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    91
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/consistency_groups.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    92
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/contrib/__init__.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    93
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/contrib/list_extensions.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/limits.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    95
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/quota_classes.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    96
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/quotas.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    97
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/scheduler_stats.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    98
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/security_services.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    99
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/services.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   100
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/share_export_locations.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   101
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/share_instance_export_locations.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   102
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/share_instances.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   103
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/share_networks.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   104
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/share_replicas.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   105
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/share_servers.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   106
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/share_snapshots.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   107
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/share_type_access.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   108
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/share_types.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   109
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/shares.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   110
file path=usr/lib/python$(PYVER)/vendor-packages/manilaclient/v2/shell.py
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   111
file path=usr/lib/python$(PYVER)/vendor-packages/python_manilaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   112
file path=usr/lib/python$(PYVER)/vendor-packages/python_manilaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   113
file path=usr/lib/python$(PYVER)/vendor-packages/python_manilaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   114
file path=usr/lib/python$(PYVER)/vendor-packages/python_manilaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   115
file path=usr/lib/python$(PYVER)/vendor-packages/python_manilaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   116
file path=usr/lib/python$(PYVER)/vendor-packages/python_manilaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   117
file path=usr/lib/python$(PYVER)/vendor-packages/python_manilaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   118
file path=usr/lib/python$(PYVER)/vendor-packages/python_manilaclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   119
#
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   120
license manilaclient.license license="Apache v2.0"
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   121
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   122
# force a group dependency on the optional eventlet; pkgdepend work is needed to
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   123
# flush this out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   124
depend type=group fmri=library/python/eventlet-$(PYV)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   125
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   126
# force a group dependency on the optional simplejson; pkgdepend work is needed
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   127
# to flush this out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   128
depend type=group fmri=library/python/simplejson-$(PYV)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   129
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   130
# force a dependency on keystoneclient; pkgdepend work is needed to flush this
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   131
# out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   132
depend type=require fmri=library/python/keystoneclient-$(PYV)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   133
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   134
# force a dependency on the manilaclient package
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   135
depend type=require \
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   136
    fmri=library/python/manilaclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   137
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   138
# force a dependency on oslo.config; pkgdepend work is needed to flush this out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   139
depend type=require fmri=library/python/oslo.config-$(PYV)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   140
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   141
# force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   142
depend type=require fmri=library/python/oslo.i18n-$(PYV)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   143
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   144
# force a dependency on oslo.log; pkgdepend work is needed to flush this out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   145
depend type=require fmri=library/python/oslo.log-$(PYV)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   146
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   147
# force a dependency on oslo.serialization; pkgdepend work is needed to flush
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   148
# this out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   149
depend type=require fmri=library/python/oslo.serialization-$(PYV)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   150
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   151
# force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   152
depend type=require fmri=library/python/oslo.utils-$(PYV)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   153
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   154
# force a dependency on pbr; pkgdepend work is needed to flush this out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   155
depend type=require fmri=library/python/pbr-$(PYV)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   156
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   157
# force a dependency on prettytable; pkgdepend work is needed to flush this out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   158
depend type=require fmri=library/python/prettytable-$(PYV)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   159
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   160
# force a dependency on requests; pkgdepend work is needed to flush this out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   161
depend type=require fmri=library/python/requests-$(PYV)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   162
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   163
# force a dependency on six; pkgdepend work is needed to flush this out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   164
depend type=require fmri=library/python/six-$(PYV)
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   165
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   166
# force a dependency on stevedore; pkgdepend work is needed to flush this out.
b3c4d8201144 PSARC 2016/488 manilaclient - Python and CLI client for the OpenStack Manila API
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
   167
depend type=require fmri=library/python/stevedore-$(PYV)