cherrypy-PYVER.p5m revision 3732
98N/A#
98N/A# CDDL HEADER START
98N/A#
98N/A# The contents of this file are subject to the terms of the
98N/A# Common Development and Distribution License (the "License").
98N/A# You may not use this file except in compliance with the License.
98N/A#
98N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
98N/A# or http://www.opensolaris.org/os/licensing.
98N/A# See the License for the specific language governing permissions
98N/A# and limitations under the License.
98N/A#
98N/A# When distributing Covered Code, include this CDDL HEADER in each
98N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
98N/A# If applicable, add the following below this CDDL HEADER, with the
98N/A# fields enclosed by brackets "[]" replaced with your own identifying
98N/A# information: Portions Copyright [yyyy] [name of copyright owner]
98N/A#
98N/A# CDDL HEADER END
98N/A#
98N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
98N/A#
98N/A
98N/Aset name=pkg.fmri \
98N/A value=pkg:/library/python/cherrypy-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
98N/Aset name=pkg.summary value="Pythonic, object-oriented HTTP framework"
98N/Aset name=pkg.description \
98N/A value="CherryPy is a Pythonic, object-oriented HTTP framework. It includes a fast, HTTP/1.1-compliant, WSGI thread-pooled web server and also allows the use of any other WSGI-enabled web server or adapter including Apache, lighttpd, mod_python, FastCGI, and mod_wsgi. In addition to supporting a flexible plugin system, CherryPy includes built-in tools for caching, encoding, sessions, authorization, and static content."
98N/Aset name=com.oracle.info.description \
98N/A value="the CherryPy object-oriented HTTP framework for Python"
98N/Aset name=com.oracle.info.tpno value=$(TPNO)
98N/Aset name=info.classification \
331N/A value=org.opensolaris.category.2008:Development/Python \
98N/A value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
98N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
98N/Aset name=info.upstream value="CherryPy Team <team@cherrypy.org>"
98N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
98N/Aset name=org.opensolaris.arc-caseid value=PSARC/2011/259
98N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
331N/A#
98N/Alink path=usr/bin/cherryd target=cherryd$(PYVER) mediator=python \
98N/A mediator-version=$(PYVER)
134N/Afile path=usr/bin/cherryd$(PYVER)
274N/Afile path=usr/lib/python$(PYVER)/vendor-packages/CherryPy-$(COMPONENT_VERSION)-py$(PYVER).egg-info
274N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/LICENSE.txt
134N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/__init__.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cpcgifs.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cpchecker.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cpconfig.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cpdispatch.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cperror.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cplogging.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cpmodpy.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cprequest.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cpserver.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cpthreadinglocal.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cptools.py
216N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cptree.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cpwsgi.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/_cpwsgi_server.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/cherryd mode=0555
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/favicon.ico
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/__init__.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/auth.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/caching.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/covercp.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/cptools.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/encoding.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/http.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/httpauth.py
255N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/profiler.py
255N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/safemime.py
255N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/sessions.py
255N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/static.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/tidy.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/wsgiapp.py
124N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/lib/xmlrpc.py
124N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/process/__init__.py
124N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/process/plugins.py
255N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/process/servers.py
255N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/process/win32.py
255N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/process/wspbus.py
98N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cherrypy/wsgiserver/__init__.py
98N/A#
license cherrypy.copyright license=BSD
# force the rename with an optional dependency on the old name
depend type=optional \
fmri=library/python-2/cherrypy-$(PYV)@3.1.2,5.12-5.12.0.0.0.41.0
# force a dependency on the Python runtime
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
pkg.debug.depend.path=usr/bin
# force a dependency on the cherrypy package
depend type=require \
fmri=library/python/cherrypy@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)