components/python/barbicanclient/barbicanclient-PYVER.p5m
changeset 3998 5bd484384122
child 5405 66fd59fecd68
equal deleted inserted replaced
3997:0ca3f3d6c919 3998:5bd484384122
       
     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 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
       
    23 #
       
    24 
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/library/python/barbicanclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary \
       
    28     value="Python and command-line clients for the OpenStack Key Management API"
       
    29 set name=pkg.description \
       
    30     value="A client for the Key Management API. There is a Python library for accessing the API (barbicanclient module), and a command-line script (barbican)."
       
    31 set name=com.oracle.info.description \
       
    32     value="barbicanclient, the Python bindings to the OpenStack Key Management API"
       
    33 set name=com.oracle.info.tpno value=$(TPNO)
       
    34 set name=info.classification \
       
    35     value=org.opensolaris.category.2008:Development/Python \
       
    36     value="org.opensolaris.category.2008:System/Administration and Configuration" \
       
    37     value="org.opensolaris.category.2008:System/Enterprise Management" \
       
    38     value=org.opensolaris.category.2008:System/Security
       
    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/2015/073
       
    43 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    44 #
       
    45 link path=usr/bin/barbican target=barbican-$(PYVER) mediator=python \
       
    46     mediator-version=$(PYVER)
       
    47 file path=usr/bin/barbican-$(PYVER)
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/__init__.py
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/_i18n.py
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/barbican.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/barbican_cli/__init__.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/barbican_cli/containers.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/barbican_cli/orders.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/barbican_cli/secrets.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/base.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/client.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/common/__init__.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/common/config.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/containers.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/formatter.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/orders.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/secrets.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/barbicanclient/version.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/python_barbicanclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/python_barbicanclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/python_barbicanclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    67 file path=usr/lib/python$(PYVER)/vendor-packages/python_barbicanclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
       
    68 file path=usr/lib/python$(PYVER)/vendor-packages/python_barbicanclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    69 file path=usr/lib/python$(PYVER)/vendor-packages/python_barbicanclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
    70 file path=usr/lib/python$(PYVER)/vendor-packages/python_barbicanclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    71 #
       
    72 license LICENSE license="Apache v2.0"
       
    73 
       
    74 # force a dependency on the barbicanclient package
       
    75 depend type=require \
       
    76     fmri=library/python/barbicanclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    77 
       
    78 # force a dependency on cliff; pkgdepend work is needed to flush this out.
       
    79 depend type=require fmri=library/python/cliff-$(PYV)
       
    80 
       
    81 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
       
    82 # out.
       
    83 depend type=require fmri=library/python/keystoneclient-$(PYV)
       
    84 
       
    85 # force a dependency on oslo.config; pkgdepend work is needed to flush this out.
       
    86 depend type=require fmri=library/python/oslo.config-$(PYV)
       
    87 
       
    88 # force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
       
    89 depend type=require fmri=library/python/oslo.i18n-$(PYV)
       
    90 
       
    91 # force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
       
    92 depend type=require fmri=library/python/oslo.utils-$(PYV)
       
    93 
       
    94 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
    95 depend type=require fmri=library/python/pbr-$(PYV)
       
    96 
       
    97 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
       
    98 depend type=require fmri=library/python/prettytable-$(PYV)
       
    99 
       
   100 # force a dependency on six; pkgdepend work is needed to flush this out.
       
   101 depend type=require fmri=library/python/six-$(PYV)