components/python/quantumclient/quantumclient-PYVER.p5m
changeset 1760 353323c7bdc1
child 1948 2d1537e7942d
equal deleted inserted replaced
1759:b412ae0aa701 1760:353323c7bdc1
       
     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) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/library/python/quantumclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary \
       
    29     value="Python and command-line clients for the OpenStack Quantum API"
       
    30 set name=pkg.description \
       
    31     value="This package provides a compatibility layer for code that was built to require the old Quantum API Client. New code should use the neutronclient module."
       
    32 set name=com.oracle.info.description \
       
    33     value="quantumclient, the Python bindings to the OpenStack Network API"
       
    34 set name=com.oracle.info.tpno value=15410
       
    35 set name=info.classification \
       
    36     value=org.opensolaris.category.2008:Development/Python \
       
    37     value="org.opensolaris.category.2008:System/Administration and Configuration" \
       
    38     value="org.opensolaris.category.2008:System/Enterprise Management"
       
    39 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    40 set name=info.upstream value="OpenStack <[email protected]>"
       
    41 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    42 set name=org.opensolaris.arc-caseid value=PSARC/2014/007
       
    43 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    44 link path=usr/bin/quantum target=quantum-$(PYVER) mediator=python \
       
    45     mediator-version=$(PYVER)
       
    46 file path=usr/bin/quantum-$(PYVER)
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/python_quantumclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/python_quantumclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/python_quantumclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/python_quantumclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/python_quantumclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/python_quantumclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/python_quantumclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/__init__.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/client.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/common/__init__.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/common/exceptions.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/common/utils.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/quantum/__init__.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/quantum/v2_0/__init__.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/quantum/v2_0/port.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/shell.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/v2_0/__init__.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/v2_0/client.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/version.py
       
    66 license quantumclient.license license="Apache v2.0"
       
    67 
       
    68 # force a dependency on neutronclient; pkgdepend work is needed to flush this
       
    69 # out.
       
    70 depend type=require fmri=library/python/neutronclient-$(PYV)
       
    71 
       
    72 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
    73 depend type=require fmri=library/python/pbr-$(PYV)
       
    74 
       
    75 # force a dependency on the quantumclient package
       
    76 depend type=require \
       
    77     fmri=library/python/quantumclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)