components/python/ironicclient/ironicclient-PYVER.p5m
author Laszlo Peter <laszlo.peter@oracle.com>
Wed, 07 Sep 2016 14:48:36 -0700
changeset 6824 75d8f5b88459
parent 5405 66fd59fecd68
permissions -rw-r--r--
23116012 Upgrade Ironicclient to 1.3.0

#
# 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, 2016, 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/apiclient/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/common/apiclient/base.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/common/apiclient/exceptions.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/common/base.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/common/cliutils.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/common/filecache.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/common/http.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/common/i18n.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/osc/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/osc/plugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/osc/v1/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/ironicclient/osc/v1/baremetal.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 ironicclient.license license="Apache 2.0"

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

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

# force a dependency on dogpile.cache; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/dogpile.cache-$(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 keystoneauth1; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/keystoneauth1-$(PYV)

# force a dependency on openstackclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/openstackclient-$(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)