components/python/dogpile.cache/dogpile.cache-PYVER.p5m
changeset 6784 44a7005695a3
parent 1948 2d1537e7942d
equal deleted inserted replaced
6783:4f3d1898c571 6784:44a7005695a3
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python/dogpile.cache-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/dogpile.cache-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="A 'dogpile lock' based caching API"
    28 set name=pkg.summary value="A 'dogpile lock' based caching API"
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.upstream value="Mike Bayer https://bitbucket.org/zzzeek"
    37 set name=info.upstream value="Mike Bayer https://bitbucket.org/zzzeek"
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    39 set name=org.opensolaris.arc-caseid value=PSARC/2014/177
    39 set name=org.opensolaris.arc-caseid value=PSARC/2014/177
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    41 #
    41 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
    42 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
    42 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    43 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    43 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    44 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    44 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    45 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    45 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    46 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    51 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/api.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/api.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/__init__.py
    53 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/__init__.py
    53 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/file.py
    54 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/file.py
    54 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/memcached.py
    55 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/memcached.py
    55 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/memory.py
    56 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/memory.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/null.py
    56 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/redis.py
    58 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/redis.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/compat.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/compat.py
    58 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/exception.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/exception.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/plugins/__init__.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/plugins/__init__.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/plugins/mako_cache.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/plugins/mako_cache.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/proxy.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/proxy.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/region.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/region.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/util.py
    65 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/util.py
       
    66 #
    64 license LICENSE license=BSD
    67 license LICENSE license=BSD
       
    68 
       
    69 # force a group dependency on the optional mako; pkgdepend work is needed to
       
    70 # flush this out.
       
    71 depend type=group fmri=library/python/mako-$(PYV)
       
    72 
       
    73 # force a group dependency on the optional python-memcached; pkgdepend work is
       
    74 # needed to flush this out.
       
    75 depend type=group fmri=library/python/python-memcached-$(PYV)
    65 
    76 
    66 # force a dependency on the Python runtime
    77 # force a dependency on the Python runtime
    67 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    78 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    68     pkg.debug.depend.path=usr/bin
    79     pkg.debug.depend.path=usr/bin
    69 
    80