970N/A#
970N/A# CDDL HEADER START
1356N/A#
1356N/A# The contents of this file are subject to the terms of the
1356N/A# Common Development and Distribution License (the "License").
970N/A# You may not use this file except in compliance with the License.
970N/A#
970N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
970N/A# or http://www.opensolaris.org/os/licensing.
970N/A# See the License for the specific language governing permissions
970N/A# and limitations under the License.
970N/A#
970N/A# When distributing Covered Code, include this CDDL HEADER in each
970N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
970N/A# If applicable, add the following below this CDDL HEADER, with the
970N/A# fields enclosed by brackets "[]" replaced with your own identifying
970N/A# information: Portions Copyright [yyyy] [name of copyright owner]
970N/A#
970N/A# CDDL HEADER END
970N/A#
970N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
970N/A#
970N/A
970N/Aset name=pkg.fmri \
970N/A value=pkg:/library/python/repoze.lru-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
970N/Aset name=pkg.summary \
970N/A value="A tiny LRU cache implementation and decorator for Python"
970N/Aset name=pkg.description \
970N/A value="repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently."
970N/Aset name=com.oracle.info.description value="the Python repoze.lru module"
970N/Aset name=com.oracle.info.tpno value=$(TPNO)
970N/Aset name=info.classification \
970N/A value=org.opensolaris.category.2008:Development/Python
977N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
970N/Aset name=info.upstream \
970N/A value="Agendaless Consulting <repoze-dev@lists.repoze.org>"
970N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
970N/Aset name=org.opensolaris.arc-caseid value=PSARC/2013/152
970N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
970N/Afile path=usr/lib/python$(PYVER)/vendor-packages/repoze.lru-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
1003N/Afile path=usr/lib/python$(PYVER)/vendor-packages/repoze.lru-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
1356N/Afile path=usr/lib/python$(PYVER)/vendor-packages/repoze.lru-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
1003N/Afile path=usr/lib/python$(PYVER)/vendor-packages/repoze.lru-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
1003N/Afile path=usr/lib/python$(PYVER)/vendor-packages/repoze.lru-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
1003N/Afile path=usr/lib/python$(PYVER)/vendor-packages/repoze.lru-$(COMPONENT_VERSION)-py$(PYVER).egg-info/namespace_packages.txt
1356N/Afile path=usr/lib/python$(PYVER)/vendor-packages/repoze.lru-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
1356N/Afile path=usr/lib/python$(PYVER)/vendor-packages/repoze.lru-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
1356N/Afile path=usr/lib/python$(PYVER)/vendor-packages/repoze.lru-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
1356N/Afile path=usr/lib/python$(PYVER)/vendor-packages/repoze/lru/__init__.py
970N/Afile path=usr/lib/python$(PYVER)/vendor-packages/repoze/lru/tests.py
1356N/Alicense repoze.lru.license license=BSD-like
970N/A
970N/A# force the rename with an optional dependency on the old name
970N/Adepend type=optional \
970N/A fmri=library/python-2/repoze.lru-$(PYV)@0.6,5.11-0.175.3.0.0.16.0
970N/A
970N/A# force a dependency on the Python runtime
970N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
970N/A pkg.debug.depend.path=usr/bin
970N/A
970N/A# force a dependency on the repoze.lru package
970N/Adepend type=require \
970N/A fmri=library/python/repoze.lru@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
970N/A