components/python/ironicclient/ironicclient-PYVER.p5m
author Matt Keenan <matt.keenan@oracle.com>
Wed, 10 Jun 2015 10:12:11 +0100
changeset 4460 e5811789e2fb
child 5405 66fd59fecd68
permissions -rw-r--r--
PSARC 2015/172 OpenStack Ironic (OpenStack Bare Metal Provisioning Service) PSARC 2015/070 pecan - Lightweight Python web-framework PSARC 2015/071 PyCA Python Cryptography PSARC 2015/170 OpenStack client for Ironic (Bare Metal Provisioning) PSARC 2015/171 scp - python secure copy PSARC 2015/196 singledispatch - Single-dispatch generic functions for Python PSARC 2015/197 logutils - Set of handlers for standard Python logging library PSARC 2015/198 Support for enumerations in Python 2.6 and 2.7 PSARC 2015/250 paramiko - SSHv2 protocol implementation in Python 20547142 Request to integrate Ironic into userland 17502639 The Python paramiko module should be added to Userland 20172780 The Python module scp should be added to Userland 20180376 The Python module ironicclient should be added to Userland 20182588 The Python module pecan should be added to Userland 20465525 The PyCA cryptography module should be added to Userland 20904396 The Python module singledispatch should be added to Userland 20904413 The Python module logutils should be added to Userland 20917993 The Python enum34 module should be added to Userland

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/library/python/ironicclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary \
    value="OpenStack Bare Metal Provisioning API client library"
set name=pkg.description \
    value=" This is a client for the OpenStack Bare Metal Provisioning API. It provides a Python API (the 'ironicclient' module) and a command-line interface ('ironic')."
set name=com.oracle.info.description \
    value="ironicclient, the Python bindings to the OpenStack Bare Metal Provisioning Storage API"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
    value=org.opensolaris.category.2008:Development/Python \
    value="org.opensolaris.category.2008:System/Administration and Configuration" \
    value="org.opensolaris.category.2008:System/Enterprise Management"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream value="OpenStack <[email protected]>"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2015/170
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
link path=usr/bin/ironic target=ironic-$(PYVER) mediator=python \
    mediator-version=$(PYVER)
file path=usr/bin/ironic-$(PYVER)
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/client.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/common/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/common/base.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/common/http.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/common/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/exc.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/_i18n.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/apiclient/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/apiclient/auth.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/apiclient/base.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/apiclient/client.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/apiclient/exceptions.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/apiclient/fake_client.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/apiclient/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/cliutils.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/gettextutils.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/importutils.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/strutils.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/openstack/common/uuidutils.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/shell.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/v1/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/v1/chassis.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/v1/chassis_shell.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/v1/client.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/v1/driver.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/v1/driver_shell.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/v1/node.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/v1/node_shell.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/v1/port.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/v1/port_shell.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/v1/resource_fields.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/v1/shell.py
file path=usr/lib/python$(PYVER)/vendor-packages/python_ironicclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
file path=usr/lib/python$(PYVER)/vendor-packages/python_ironicclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
file path=usr/lib/python$(PYVER)/vendor-packages/python_ironicclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
file path=usr/lib/python$(PYVER)/vendor-packages/python_ironicclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/python_ironicclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
file path=usr/lib/python$(PYVER)/vendor-packages/python_ironicclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
file path=usr/lib/python$(PYVER)/vendor-packages/python_ironicclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
file path=usr/lib/python$(PYVER)/vendor-packages/python_ironicclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
#
license LICENSE license="Apache 2.0"

# force a group dependency on the optional simplejson; pkgdepend work is needed
# to flush this out.
depend type=group fmri=library/python/simplejson-$(PYV)

# force a dependency on argparse; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/argparse-$(PYV)

# force a dependency on babel; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/babel-$(PYV)

# force a dependency on httplib2; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/httplib2-$(PYV)

# force a dependency on the ironicclient package
depend type=require \
    fmri=library/python/ironicclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)

# force a dependency on keystoneclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/keystoneclient-$(PYV)

# force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/oslo.i18n-$(PYV)

# force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/oslo.utils-$(PYV)

# force a dependency on pbr; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/pbr-$(PYV)

# force a dependency on prettytable; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/prettytable-$(PYV)

# force a dependency on requests; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/requests-$(PYV)

# force a dependency on six; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/six-$(PYV)

# force a dependency on stevedore; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/stevedore-$(PYV)