4070N/A#
4070N/A# CDDL HEADER START
4070N/A#
4070N/A# The contents of this file are subject to the terms of the
4070N/A# Common Development and Distribution License (the "License").
4070N/A# You may not use this file except in compliance with the License.
4070N/A#
4070N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4070N/A# or http://www.opensolaris.org/os/licensing.
4070N/A# See the License for the specific language governing permissions
4070N/A# and limitations under the License.
4070N/A#
4070N/A# When distributing Covered Code, include this CDDL HEADER in each
4070N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4070N/A# If applicable, add the following below this CDDL HEADER, with the
4070N/A# fields enclosed by brackets "[]" replaced with your own identifying
4070N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4070N/A#
4070N/A# CDDL HEADER END
4070N/A#
4070N/A
4070N/A#
6033N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
4070N/A#
4070N/A
4070N/Aset name=pkg.fmri \
4070N/A value=pkg:/library/python/oslo.middleware-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4070N/Aset name=pkg.summary value="Oslo Middleware library"
4070N/Aset name=pkg.description \
4070N/A value="The Oslo middleware library includes components that can be injected into WSGI pipelines to intercept request/response flows. The base class can be enhanced with functionality like add/delete/modification of HTTP headers and support for limiting size/connection etc."
4070N/Aset name=com.oracle.info.description value="the Oslo middleware library"
4070N/Aset name=com.oracle.info.tpno value=$(TPNO)
4070N/Aset name=info.classification \
4070N/A value=org.opensolaris.category.2008:Development/Python \
4070N/A value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
4070N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
4070N/Aset name=info.upstream value="OpenStack <openstack-dev@lists.openstack.org>"
4070N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
4070N/Aset name=org.opensolaris.arc-caseid value=PSARC/2015/058
4070N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
4070N/A#
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.middleware-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.middleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.middleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.middleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.middleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.middleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/namespace_packages.txt
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.middleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.middleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.middleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.middleware-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/middleware/__init__.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/middleware/base.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/middleware/catch_errors.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/middleware/correlation_id.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/middleware/debug.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/middleware/request_id.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/middleware/sizelimit.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_middleware/__init__.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_middleware/_i18n.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_middleware/base.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_middleware/catch_errors.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_middleware/correlation_id.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_middleware/debug.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_middleware/healthcheck/__init__.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_middleware/healthcheck/disable_by_file.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_middleware/healthcheck/pluginbase.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_middleware/opts.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_middleware/request_id.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_middleware/sizelimit.py
4070N/A#
6033N/Alicense oslo.middleware.license license="Apache v2.0"
4070N/A
4070N/A# force a dependency on the Python runtime
4070N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
4070N/A pkg.debug.depend.path=usr/bin
4070N/A
4070N/A# force a dependency on oslo.config; pkgdepend work is needed to flush this out.
4070N/Adepend type=require fmri=library/python/oslo.config-$(PYV)
4070N/A
4070N/A# force a dependency on oslo.context; pkgdepend work is needed to flush this
4070N/A# out.
4070N/Adepend type=require fmri=library/python/oslo.context-$(PYV)
4070N/A
4070N/A# force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
4070N/Adepend type=require fmri=library/python/oslo.i18n-$(PYV)
4070N/A
4070N/A# force a dependency on the oslo.middleware package
4070N/Adepend type=require \
4070N/A fmri=library/python/oslo.middleware@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4070N/A
6033N/A# force a dependency on pbr; pkgdepend work is needed to flush this out.
6033N/Adepend type=require fmri=library/python/pbr-$(PYV)
6033N/A
4070N/A# force a dependency on six; pkgdepend work is needed to flush this out.
4070N/Adepend type=require fmri=library/python/six-$(PYV)
4070N/A
4070N/A# force a dependency on stevedore; pkgdepend work is needed to flush this out.
4070N/Adepend type=require fmri=library/python/stevedore-$(PYV)
4070N/A
4070N/A# force a dependency on webob; pkgdepend work is needed to flush this out.
4070N/Adepend type=require fmri=library/python/webob-$(PYV)