components/python/designateclient/designateclient-PYVER.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 6766 fc50c2dfae1b
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

#
# 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) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/library/python/designateclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="OpenStack DNS as a Service - Client"
set name=pkg.description \
    value="This is a client for the OpenStack DNS as a Service API. There's a Python API (the 'designateclient' module), and a command-line tool (installed as 'designate'). Designate supports either the Keystone authentication, or no authentication at all."
set name=com.oracle.info.description \
    value="designateclient, the Python bindings to the OpenStack DNSaaS 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/2016/176
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
file path=usr/bin/designate-$(PYVER)
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/auth.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/cli/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/cli/base.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/cli/diagnostics.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/cli/domains.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/cli/quotas.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/cli/records.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/cli/reports.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/cli/servers.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/cli/sync.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/cli/touch.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/client.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/exceptions.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/osc/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/osc/plugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/resources/schemas/v1/domain.json
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/resources/schemas/v1/record.json
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/resources/schemas/v1/server.json
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/shell.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v1/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v1/diagnostics.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v1/domains.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v1/quotas.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v1/records.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v1/reports.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v1/servers.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v1/sync.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v1/touch.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/base.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/blacklists.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/cli/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/cli/blacklists.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/cli/recordsets.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/cli/reverse.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/cli/tlds.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/cli/zones.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/client.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/limits.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/nameservers.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/recordsets.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/reverse.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/tlds.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/v2/zones.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/version.py
file path=usr/lib/python$(PYVER)/vendor-packages/designateclient/warlock.py
file path=usr/lib/python$(PYVER)/vendor-packages/python_designateclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
file path=usr/lib/python$(PYVER)/vendor-packages/python_designateclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
file path=usr/lib/python$(PYVER)/vendor-packages/python_designateclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
file path=usr/lib/python$(PYVER)/vendor-packages/python_designateclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/python_designateclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
file path=usr/lib/python$(PYVER)/vendor-packages/python_designateclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
file path=usr/lib/python$(PYVER)/vendor-packages/python_designateclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
file path=usr/lib/python$(PYVER)/vendor-packages/python_designateclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
#
license designateclient.license license="Apache v2.0"

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

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

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

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

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