paste.deploy-PYVER.p5m revision 2035
5462N/A#
5462N/A# CDDL HEADER START
5462N/A#
5462N/A# The contents of this file are subject to the terms of the
5462N/A# Common Development and Distribution License (the "License").
5462N/A# You may not use this file except in compliance with the License.
5462N/A#
5462N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5462N/A# or http://www.opensolaris.org/os/licensing.
5462N/A# See the License for the specific language governing permissions
5462N/A# and limitations under the License.
5462N/A#
5462N/A# When distributing Covered Code, include this CDDL HEADER in each
5462N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5462N/A# If applicable, add the following below this CDDL HEADER, with the
5462N/A# fields enclosed by brackets "[]" replaced with your own identifying
5462N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5462N/A#
5462N/A# CDDL HEADER END
5462N/A#
5462N/A# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
5462N/A#
5462N/A
5462N/Aset name=pkg.fmri \
5462N/A value=pkg:/library/python-2/paste.deploy-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
5462N/Aset name=pkg.summary \
5462N/A value="Load, configure, and compose WSGI applications and servers"
5462N/Aset name=pkg.description \
5462N/A value="The Python paste.deploy module is a system for finding and configuring WSGI applications and servers."
5462N/Aset name=com.oracle.info.description value="the Python paste.deploy module"
5462N/Aset name=com.oracle.info.tpno value=14503
5462N/Aset name=info.classification \
5462N/A value=org.opensolaris.category.2008:Development/Python
5462N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
5462N/Aset name=info.upstream value="Alex Gronholm <alex.gronholm@nextday.fi>"
5462N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
5462N/Aset name=org.opensolaris.arc-caseid value=PSARC/2013/164
5462N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/PasteDeploy-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/PasteDeploy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/PasteDeploy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/PasteDeploy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/PasteDeploy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/PasteDeploy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/namespace_packages.txt
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/PasteDeploy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/PasteDeploy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/PasteDeploy-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/__init__.py
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/compat.py
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/config.py
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/converters.py
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/loadwsgi.py
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/paster_templates.py
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
5462N/Afile path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/util.py
5462N/Alicense docs/license.txt license=MIT
5462N/A
5462N/A# force a dependency on the Python runtime
5462N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
5462N/A pkg.debug.depend.path=usr/bin
5462N/A
5462N/A# force a dependency on the paste.deploy package
5462N/Adepend type=require \
5462N/A fmri=library/python-2/paste.deploy@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
5462N/A