2880N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2880N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2880N/A value=pkg:/library/python/dogpile.cache-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
2880N/Aset name=pkg.summary value="A 'dogpile lock' based caching API"
2880N/Aset name=pkg.description \
2880N/A 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."
3661N/Aset name=com.oracle.info.tpno value=$(TPNO)
2880N/Aset name=info.classification \
2880N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
2880N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
2880N/Aset name=org.opensolaris.arc-caseid value=PSARC/2014/177
2880N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
2880N/Afile path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
2880N/Afile path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
2880N/Afile path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
2880N/Afile path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
2880N/Afile path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
2880N/Afile path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/namespace_packages.txt
2880N/Afile path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
2880N/Afile path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
2880N/Afile path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
2880N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
2880N/A# force a dependency on the dogpile.cache package
2880N/A fmri=library/python/dogpile.cache@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
2880N/A# force a dependency on dogpile.core; pkgdepend work is needed to flush this
2880N/Adepend type=require fmri=library/python/dogpile.core-$(PYV)
3704N/Adepend type=require fmri=library/python/setuptools-$(PYV)