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