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