components/python/swiftclient/swiftclient-PYVER.p5m
branchs11-update
changeset 3028 5e73a3a3f66a
child 3178 77584387a894
equal deleted inserted replaced
3027:3bcf7d43558b 3028:5e73a3a3f66a
       
     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/swiftclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary \
       
    29     value="Python and command-line clients for the OpenStack Swift API"
       
    30 set name=pkg.description \
       
    31     value="A python client for the OpenStack Object Storage API. There's a Python API (the 'swiftclient' module), and a command-line script ('swift')."
       
    32 set name=com.oracle.info.description \
       
    33     value="swiftclient, the Python bindings to the OpenStack Object Storage API"
       
    34 set name=com.oracle.info.tpno value=16617
       
    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/swift target=swift-$(PYVER) mediator=python \
       
    45     mediator-version=$(PYVER)
       
    46 file path=usr/bin/swift-$(PYVER)
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/__init__.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/client.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/command_helpers.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/exceptions.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/multithreading.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/utils.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/version.py
       
    60 license swiftclient.license license="Apache v2.0"
       
    61 
       
    62 # force a group dependency on the optional keystoneclient; pkgdepend work is
       
    63 # needed to flush this out.
       
    64 depend type=group fmri=library/python/keystoneclient-$(PYV)
       
    65 
       
    66 # force a dependency on requests; pkgdepend work is needed to flush this out.
       
    67 depend type=require fmri=library/python-2/requests-$(PYV)
       
    68 
       
    69 # force a dependency on setuptools; pkgdepend work is needed to flush this out.
       
    70 depend type=require fmri=library/python-2/setuptools-$(PYV)
       
    71 
       
    72 # force a dependency on the swiftclient package
       
    73 depend type=require \
       
    74     fmri=library/python/swiftclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)