6758N/A#
6758N/A# CDDL HEADER START
6758N/A#
6758N/A# The contents of this file are subject to the terms of the
6758N/A# Common Development and Distribution License (the "License").
6758N/A# You may not use this file except in compliance with the License.
6758N/A#
6758N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6758N/A# or http://www.opensolaris.org/os/licensing.
6758N/A# See the License for the specific language governing permissions
6758N/A# and limitations under the License.
6758N/A#
6758N/A# When distributing Covered Code, include this CDDL HEADER in each
6758N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6758N/A# If applicable, add the following below this CDDL HEADER, with the
6758N/A# fields enclosed by brackets "[]" replaced with your own identifying
6758N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6758N/A#
6758N/A# CDDL HEADER END
6758N/A#
6758N/A
6758N/A#
6758N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6758N/A#
6758N/A
6758N/Aset name=pkg.fmri \
6758N/A value=pkg:/library/python/oslo.service-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6758N/Aset name=pkg.summary value="Library for running OpenStack services"
6758N/Aset name=pkg.description \
6758N/A value="Oslo.service provides a framework for defining new long-running services using the patterns established by other OpenStack applications."
6758N/Aset name=com.oracle.info.description value="the Oslo service framework library"
6758N/Aset name=com.oracle.info.tpno value=$(TPNO)
6758N/Aset name=info.classification \
6758N/A value=org.opensolaris.category.2008:Development/Python
6758N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
6758N/Aset name=info.upstream value="OpenStack <openstack-dev@lists.openstack.org>"
6758N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
6758N/Aset name=org.opensolaris.arc-caseid value=PSARC/2016/377
6758N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
6758N/A#
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_service/__init__.py
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_service/_i18n.py
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_service/_options.py
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_service/eventlet_backdoor.py
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_service/loopingcall.py
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_service/periodic_task.py
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_service/service.py
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_service/sslutils.py
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_service/systemd.py
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_service/threadgroup.py
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_service/wsgi.py
6758N/A#
6758N/Alicense oslo.service.license license="Apache v2.0"
6758N/A
6758N/A# force a dependency on the Python runtime
6758N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
6758N/A pkg.debug.depend.path=usr/bin
6758N/A
6758N/A# force a dependency on eventlet; pkgdepend work is needed to flush this out.
6758N/Adepend type=require fmri=library/python/eventlet-$(PYV)
6758N/A
6758N/A# force a dependency on greenlet; pkgdepend work is needed to flush this out.
6758N/Adepend type=require fmri=library/python/greenlet-$(PYV)
6758N/A
6758N/A# force a dependency on monotonic; pkgdepend work is needed to flush this out.
6758N/Adepend type=require fmri=library/python/monotonic-$(PYV)
6758N/A
6758N/A# force a dependency on oslo.concurrency; pkgdepend work is needed to flush this
6758N/A# out.
6758N/Adepend type=require fmri=library/python/oslo.concurrency-$(PYV)
6758N/A
6758N/A# force a dependency on oslo.config; pkgdepend work is needed to flush this out.
6758N/Adepend type=require fmri=library/python/oslo.config-$(PYV)
6758N/A
6758N/A# force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
6758N/Adepend type=require fmri=library/python/oslo.i18n-$(PYV)
6758N/A
6758N/A# force a dependency on oslo.log; pkgdepend work is needed to flush this out.
6758N/Adepend type=require fmri=library/python/oslo.log-$(PYV)
6758N/A
6758N/A# force a dependency on the oslo.service package
6758N/Adepend type=require \
6758N/A fmri=library/python/oslo.service@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6758N/A
6758N/A# force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
6758N/Adepend type=require fmri=library/python/oslo.utils-$(PYV)
6758N/A
6758N/A# force a dependency on paste.deploy; pkgdepend work is needed to flush this
6758N/A# out.
6758N/Adepend type=require fmri=library/python/paste.deploy-$(PYV)
6758N/A
6758N/A# force a dependency on routes; pkgdepend work is needed to flush this out.
6758N/Adepend type=require fmri=library/python/routes-$(PYV)
6758N/A
6758N/A# force a dependency on six; pkgdepend work is needed to flush this out.
6758N/Adepend type=require fmri=library/python/six-$(PYV)
6758N/A
6758N/A# force a dependency on webob; pkgdepend work is needed to flush this out.
6758N/Adepend type=require fmri=library/python/webob-$(PYV)