components/python/dogpile.cache/dogpile.cache-PYVER.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Fri, 09 Jan 2015 10:58:01 -0800
branchs11u2-sru
changeset 3627 4d299d6b2a9a
parent 3166 a76983bc2aeb
child 3661 47545fb8aed4
permissions -rw-r--r--
20332735 problem in UTILITY/SOX
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3166
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     1
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     2
# CDDL HEADER START
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     3
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     7
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    10
# See the License for the specific language governing permissions
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    11
# and limitations under the License.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    12
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    18
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    19
# CDDL HEADER END
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    20
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    21
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    22
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    23
# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    24
#
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    25
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    26
set name=pkg.fmri \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    27
    value=pkg:/library/python/dogpile.cache-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    28
set name=pkg.summary value="A 'dogpile lock' based caching API"
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    29
set name=pkg.description \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    30
    value="dogpile.cache is a caching API built around the concept of a 'dogpile lock', which allows continued access to an expiring data value while a single thread generates a new value. dogpile.cache builds on the 'dogpile.core' locking system, which implements the idea of 'allow one creator to write while others read' in the abstract."
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    31
set name=com.oracle.info.description value="the Python dogpile.cache module"
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=17712
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    33
set name=info.classification \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:Development/Python \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    35
    value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    36
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    37
set name=info.upstream value="Mike Bayer https://bitbucket.org/zzzeek"
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    38
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    39
set name=org.opensolaris.arc-caseid value=PSARC/2014/177
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    40
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/namespace_packages.txt
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/__init__.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/api.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/__init__.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/file.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/memcached.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/memory.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/redis.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/compat.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/exception.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/plugins/__init__.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/plugins/mako_cache.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/proxy.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/region.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/util.py
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    64
license LICENSE license=BSD
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    65
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    66
# force a dependency on the Python runtime
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    67
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    68
    pkg.debug.depend.path=usr/bin
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    69
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    70
# force a dependency on setuptools; pkgdepend work is needed to flush this out.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    71
depend type=require fmri=library/python-2/setuptools-$(PYV)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    72
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    73
# force a dependency on the dogpile.cache package
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    74
depend type=require \
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    75
    fmri=library/python/dogpile.cache@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    76
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    77
# force a dependency on dogpile.core; pkgdepend work is needed to flush this
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    78
# out.
a76983bc2aeb PSARC 2014/163 OpenStack client for Heat (Orchestration Service)
david.comay@oracle.com
parents:
diff changeset
    79
depend type=require fmri=library/python/dogpile.core-$(PYV)