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