components/python/oslo.concurrency/oslo.concurrency-PYVER.p5m
changeset 5405 66fd59fecd68
child 6798 dd6058afd589
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/library/python/oslo.concurrency-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="Oslo concurrency library"
       
    29 set name=pkg.description \
       
    30     value="The Oslo concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes."
       
    31 set name=com.oracle.info.description value="the Oslo concurrency library"
       
    32 set name=com.oracle.info.tpno value=$(TPNO)
       
    33 set name=info.classification \
       
    34     value=org.opensolaris.category.2008:Development/Python
       
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    36 set name=info.upstream-url value="OpenStack <[email protected]>"
       
    37 set name=org.opensolaris.arc-caseid value=PSARC/2015/520
       
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    39 #
       
    40 link path=usr/bin/lockutils-wrapper target=lockutils-wrapper-$(PYVER) \
       
    41     mediator=python mediator-version=$(PYVER)
       
    42 file path=usr/bin/lockutils-wrapper-$(PYVER)
       
    43 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    45 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/namespace_packages.txt
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/oslo/concurrency/__init__.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/oslo/concurrency/fixture/__init__.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/__init__.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/_i18n.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/fixture/__init__.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/fixture/lockutils.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/lockutils.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/openstack/__init__.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/openstack/common/__init__.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/openstack/common/fileutils.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/opts.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/processutils.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_concurrency/watchdog.py
       
    66 #
       
    67 license oslo.concurrency.license license="Apache v2.0"
       
    68 
       
    69 # force a group dependency on the optional eventlet; pkgdepend work is needed to
       
    70 # flush this out.
       
    71 depend type=group fmri=library/python/eventlet-$(PYV)
       
    72 
       
    73 # force a dependency on the oslo.concurrency package
       
    74 depend type=require \
       
    75     fmri=library/python/oslo.concurrency@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    76 
       
    77 # force a dependency on oslo.config; pkgdepend work is needed to flush this out.
       
    78 depend type=require fmri=library/python/oslo.config-$(PYV)
       
    79 
       
    80 # force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
       
    81 depend type=require fmri=library/python/oslo.i18n-$(PYV)
       
    82 
       
    83 # force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
       
    84 depend type=require fmri=library/python/oslo.utils-$(PYV)
       
    85 
       
    86 # force a dependency on retrying; pkgdepend work is needed to flush this out.
       
    87 depend type=require fmri=library/python/retrying-$(PYV)
       
    88 
       
    89 # force a dependency on six; pkgdepend work is needed to flush this out.
       
    90 depend type=require fmri=library/python/six-$(PYV)
       
    91 
       
    92