components/python/keystonemiddleware/keystonemiddleware-PYVER.p5m
author Brian Reitz <Brian.Reitz@Oracle.COM>
Thu, 28 May 2015 10:11:41 -0700
branchs11-update
changeset 4448 a1595889821c
parent 4072 db0cec748ec0
child 5405 66fd59fecd68
permissions -rw-r--r--
21035315 swift missing dependency on network/rsync

#
# 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/keystonemiddleware-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="Middleware for OpenStack Identity"
set name=pkg.description \
    value="The Keystone middleware architecture supports a common authentication protocol in use between the OpenStack projects. By using Keystone as a common authentication and authorization mechanism, the OpenStack project can plug in to existing authentication and authorization systems in use by existing environments."
set name=com.oracle.info.description \
    value="keystonemiddleware, the Python middleware for OpenStack Identity"
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/067
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/_memcache_crypt.py
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/_memcache_pool.py
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/audit.py
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/auth_token.py
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/ec2_token.py
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/i18n.py
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/openstack/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/openstack/common/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/openstack/common/context.py
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/openstack/common/memorycache.py
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/opts.py
file path=usr/lib/python$(PYVER)/vendor-packages/keystonemiddleware/s3_token.py
#
license LICENSE license="Apache v2.0"

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

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

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

# force a dependency on the Python runtime
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    pkg.debug.depend.path=usr/bin

# 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 the keystonemiddleware package
depend type=require \
    fmri=library/python/keystonemiddleware@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)

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