components/python/amqp/amqp-PYVER.p5m
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 2785 b6f5c5d1d0b7
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    21 
       
    22 #
       
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 set name=pkg.fmri \
    26 set name=pkg.fmri \
    25     value=pkg:/library/python-2/amqp-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python-2/amqp-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="AMQP client library for Python"
    28 set name=pkg.summary value="Low-level AMQP client for Python"
    27 set name=pkg.description \
    29 set name=pkg.description \
    28     value="Amqp implements a simple non-threaded Python client library for the Advanced Message Queuing Protocol (AMQP) version 0-8."
    30     value="The 'amqp' module implements a simple non-threaded Python client library for the Advanced Message Queuing Protocol (AMQP) version 0-9-1. It provides support for draining events from multiple channels, timeouts, channel restoration after a channel error, heartbeats, and a number of RabbitMQ extensions."
    29 set name=com.oracle.info.description value="the Python amqp module"
    31 set name=com.oracle.info.description \
    30 set name=com.oracle.info.tpno value=14503
    32     value="amqp, a low-level AMQP client for Python"
       
    33 set name=com.oracle.info.tpno value=$(TPNO)
    31 set name=info.classification \
    34 set name=info.classification \
    32     value=org.opensolaris.category.2008:Development/Python
    35     value=org.opensolaris.category.2008:Development/Python
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.upstream value="Ask Solem <[email protected]>"
    37 set name=info.upstream value="Ask Solem <[email protected]>"
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=org.opensolaris.arc-caseid value=PSARC/2013/168
    39 set name=org.opensolaris.arc-caseid value=PSARC/2013/168
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    41 #
    38 file path=usr/lib/python$(PYVER)/vendor-packages/amqp-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    42 file path=usr/lib/python$(PYVER)/vendor-packages/amqp-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    39 file path=usr/lib/python$(PYVER)/vendor-packages/amqp-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    43 file path=usr/lib/python$(PYVER)/vendor-packages/amqp-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    40 file path=usr/lib/python$(PYVER)/vendor-packages/amqp-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    44 file path=usr/lib/python$(PYVER)/vendor-packages/amqp-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    41 file path=usr/lib/python$(PYVER)/vendor-packages/amqp-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    45 file path=usr/lib/python$(PYVER)/vendor-packages/amqp-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    42 file path=usr/lib/python$(PYVER)/vendor-packages/amqp-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    46 file path=usr/lib/python$(PYVER)/vendor-packages/amqp-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    44 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/abstract_channel.py
    48 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/abstract_channel.py
    45 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/basic_message.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/basic_message.py
    46 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/channel.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/channel.py
    47 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/connection.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/connection.py
    48 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/exceptions.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/exceptions.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/five.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/method_framing.py
    54 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/method_framing.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/protocol.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/serialization.py
    56 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/serialization.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/transport.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/transport.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/amqp/utils.py
       
    59 #
    52 license LICENSE license=LGPL2.1
    60 license LICENSE license=LGPL2.1
    53 
    61 
    54 # force a dependency on the Python runtime
    62 # force a dependency on the Python runtime
    55 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    63 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    56     pkg.debug.depend.path=usr/bin
    64     pkg.debug.depend.path=usr/bin