5403N/A#
5403N/A# CDDL HEADER START
5403N/A#
5403N/A# The contents of this file are subject to the terms of the
5403N/A# Common Development and Distribution License (the "License").
5403N/A# You may not use this file except in compliance with the License.
5403N/A#
5403N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5403N/A# or http://www.opensolaris.org/os/licensing.
5403N/A# See the License for the specific language governing permissions
5403N/A# and limitations under the License.
5403N/A#
5403N/A# When distributing Covered Code, include this CDDL HEADER in each
5403N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5403N/A# If applicable, add the following below this CDDL HEADER, with the
5403N/A# fields enclosed by brackets "[]" replaced with your own identifying
5403N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5403N/A#
5403N/A# CDDL HEADER END
5403N/A#
5403N/A
5403N/A#
5403N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5403N/A#
5403N/A
5403N/Aset name=pkg.fmri \
5403N/A value=pkg:/library/python/oslo.concurrency-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
5403N/Aset name=pkg.summary value="Oslo concurrency library"
5403N/Aset name=pkg.description \
5403N/A value="The Oslo concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes."
5403N/Aset name=com.oracle.info.description value="the Oslo concurrency library"
5403N/Aset name=com.oracle.info.tpno value=$(TPNO)
5403N/Aset name=info.classification \
5403N/A value=org.opensolaris.category.2008:Development/Python
5403N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
5403N/Aset name=info.upstream-url value="OpenStack <openstack-dev@lists.openstack.org>"
5403N/Aset name=org.opensolaris.arc-caseid value=PSARC/2015/520
5403N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5403N/A#
5403N/Alink path=usr/bin/lockutils-wrapper target=lockutils-wrapper-$(PYVER) \
5403N/A mediator=python mediator-version=$(PYVER)
5403N/Afile path=usr/bin/lockutils-wrapper-$(PYVER)
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/__init__.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/_i18n.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/fixture/__init__.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/fixture/lockutils.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/lockutils.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/opts.py
6796N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/prlimit.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/processutils.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/watchdog.py
5403N/A#
5403N/Alicense oslo.concurrency.license license="Apache v2.0"
5403N/A
5403N/A# force a group dependency on the optional eventlet; pkgdepend work is needed to
5403N/A# flush this out.
5403N/Adepend type=group fmri=library/python/eventlet-$(PYV)
5403N/A
6796N/A# force a dependency on enum; pkgdepend work is needed to flush this out.
6796N/Adepend type=require fmri=library/python/enum-$(PYV)
6796N/A
6796N/A# force a dependency on fasteners; pkgdepend work is needed to flush this out.
6796N/Adepend type=require fmri=library/python/fasteners-$(PYV)
6796N/A
5403N/A# force a dependency on the oslo.concurrency package
5403N/Adepend type=require \
5403N/A fmri=library/python/oslo.concurrency@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
5403N/A
5403N/A# force a dependency on oslo.config; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/oslo.config-$(PYV)
5403N/A
5403N/A# force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/oslo.i18n-$(PYV)
5403N/A
5403N/A# force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/oslo.utils-$(PYV)
5403N/A
5403N/A# force a dependency on six; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/six-$(PYV)