components/python/oslo.cache/oslo.cache-PYVER.p5m
author Laszlo Peter <laszlo.peter@oracle.com>
Wed, 07 Sep 2016 14:48:23 -0700
changeset 6758 f7d653171475
permissions -rw-r--r--
PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects 22934301 The Python oslo.cache module should be added to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6758
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     1
#
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     3
#
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     7
#
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    12
#
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    18
#
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    20
#
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    21
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    22
#
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    24
#
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    25
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    27
    value=pkg:/library/python/oslo.cache-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary value="Cache storage for Openstack projects"
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    29
set name=pkg.description \
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    30
    value="Oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached."
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.description value="the Python oslo.cache module"
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:Development/Python
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    36
set name=info.upstream value="OpenStack <[email protected]>"
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.arc-caseid value=PSARC/2016/310
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    40
#
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/oslo.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/oslo.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/oslo.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/oslo.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/oslo.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/oslo.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/oslo.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/oslo.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/oslo_cache/__init__.py
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/oslo_cache/_i18n.py
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/oslo_cache/_memcache_pool.py
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/oslo_cache/_opts.py
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/oslo_cache/backends/__init__.py
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/oslo_cache/backends/dictionary.py
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/oslo_cache/backends/memcache_pool.py
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/oslo_cache/backends/mongo.py
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/oslo_cache/core.py
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/oslo_cache/exception.py
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/oslo_cache/testing.py
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    60
#
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    61
license oslo.cache.license license="Apache v2.0"
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    62
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    63
# force a dependency on the Python runtime
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    64
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    65
    pkg.debug.depend.path=usr/bin
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    66
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    67
# force a dependency on dogpile.cache; pkgdepend work is needed to flush this
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    68
# out.
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    69
depend type=require fmri=library/python/dogpile.cache-$(PYV)
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    70
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    71
# force a dependency on the oslo.cache package
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    72
depend type=require \
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    73
    fmri=library/python/oslo.cache@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    74
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    75
# force a dependency on oslo.config; pkgdepend work is needed to flush this out.
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    76
depend type=require fmri=library/python/oslo.config-$(PYV)
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    77
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    78
# force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    79
depend type=require fmri=library/python/oslo.i18n-$(PYV)
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    80
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    81
# force a dependency on oslo.log; pkgdepend work is needed to flush this out.
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    82
depend type=require fmri=library/python/oslo.log-$(PYV)
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    83
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    84
# force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    85
depend type=require fmri=library/python/oslo.utils-$(PYV)
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    86
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    87
# force a dependency on python-memcached; pkgdepend work is needed to flush this
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    88
# out.
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    89
depend type=require fmri=library/python/python-memcached-$(PYV)
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    90
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    91
# force a dependency on six; pkgdepend work is needed to flush this out.
f7d653171475 PSARC 2016/310 oslo.cache - Python module providing cache storage for OpenStack projects
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    92
depend type=require fmri=library/python/six-$(PYV)