components/python/glance_store/glance_store-PYVER.p5m
branchs11u2-sru
changeset 4156 4b1def16fe9b
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
       
     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, 2015, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/library/python/glance_store-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="OpenStack Image Service Store Library"
       
    29 set name=pkg.description \
       
    30     value="The glance_store library supports the creation, deletion, and gather of data assets from/to a set of several, different, storage technologies."
       
    31 set name=com.oracle.info.description \
       
    32     value="glance_store, the OpenStack Image Service Store Library"
       
    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 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    39 set name=info.upstream value="OpenStack <[email protected]>"
       
    40 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    41 set name=org.opensolaris.arc-caseid value=PSARC/2015/059
       
    42 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    43 #
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    45 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/__init__.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/_drivers/__init__.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/_drivers/cinder.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/_drivers/filesystem.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/_drivers/gridfs.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/_drivers/http.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/_drivers/rbd.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/_drivers/s3.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/_drivers/sheepdog.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/_drivers/swift/__init__.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/_drivers/swift/store.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/_drivers/swift/utils.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/_drivers/vmware_datastore.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/backend.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/common/__init__.py
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/common/auth.py
       
    67 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/common/config.py
       
    68 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/common/utils.py
       
    69 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/driver.py
       
    70 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/exceptions.py
       
    71 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/i18n.py
       
    72 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/location.py
       
    73 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/openstack/__init__.py
       
    74 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/openstack/common/__init__.py
       
    75 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/openstack/common/_i18n.py
       
    76 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/openstack/common/context.py
       
    77 file path=usr/lib/python$(PYVER)/vendor-packages/glance_store/openstack/common/processutils.py
       
    78 #
       
    79 license LICENSE license="Apache v2.0"
       
    80 
       
    81 # force a group dependency on the optional boto; pkgdepend work is needed to
       
    82 # flush this out.
       
    83 depend type=group fmri=library/python-2/boto-$(PYV)
       
    84 
       
    85 # force a group dependency on the optional cinderclient; pkgdepend work is
       
    86 # needed to flush this out.
       
    87 depend type=group fmri=library/python/cinderclient-$(PYV)
       
    88 
       
    89 # force a group dependency on the optional oslo.vmware; pkgdepend work is needed
       
    90 # to flush this out.
       
    91 depend type=group fmri=library/python/oslo.vmware-$(PYV)
       
    92 
       
    93 # force a group dependency on the optional swiftclient; pkgdepend work is needed
       
    94 # to flush this out.
       
    95 depend type=group fmri=library/python/swiftclient-$(PYV)
       
    96 
       
    97 # force a dependency on the Python runtime
       
    98 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
       
    99     pkg.debug.depend.path=usr/bin
       
   100 
       
   101 # force a dependency on eventlet; pkgdepend work is needed to flush this out.
       
   102 depend type=require fmri=library/python-2/eventlet-$(PYV)
       
   103 
       
   104 # force a dependency on the glance_store package
       
   105 depend type=require \
       
   106     fmri=library/python/glance_store@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
   107 
       
   108 # force a dependency on httplib2; pkgdepend work is needed to flush this out.
       
   109 depend type=require fmri=library/python-2/httplib2-$(PYV)
       
   110 
       
   111 # force a dependency on ordereddict; pkgdepend work is needed to flush this out.
       
   112 depend type=require fmri=library/python-2/ordereddict-$(PYV)
       
   113 
       
   114 # force a dependency on oslo.config; pkgdepend work is needed to flush this out.
       
   115 depend type=require fmri=library/python/oslo.config-$(PYV)
       
   116 
       
   117 # force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
       
   118 depend type=require fmri=library/python/oslo.i18n-$(PYV)
       
   119 
       
   120 # force a dependency on oslo.serialization; pkgdepend work is needed to flush
       
   121 # this out.
       
   122 depend type=require fmri=library/python/oslo.serialization-$(PYV)
       
   123 
       
   124 # force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
       
   125 depend type=require fmri=library/python/oslo.utils-$(PYV)
       
   126 
       
   127 # force a dependency on paste.deploy; pkgdepend work is needed to flush this
       
   128 # out.
       
   129 depend type=require fmri=library/python-2/paste.deploy-$(PYV)
       
   130 
       
   131 # force a dependency on six; pkgdepend work is needed to flush this out.
       
   132 depend type=require fmri=library/python/six-$(PYV)
       
   133 
       
   134 # force a dependency on stevedore; pkgdepend work is needed to flush this out.
       
   135 depend type=require fmri=library/python-2/stevedore-$(PYV)