components/python/twisted-web2/twisted-web2-PYVER.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 1948 2d1537e7942d
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/library/python/python-twisted-web2-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="A HTTP/1.1 Server Framework"
set name=pkg.description \
    value="Twisted.web2 is an asynchronous HTTP 1.1 server written for the Twisted internet framework. It provides a RFC 2616 compliant HTTP 1.1 protocol implementation, with pipelined and persistent request support, in a non-blocking threadless manner. It also includes a simple web framework with request and response objects, static file support, error handling, form upload support, HTTP range support, and pre-built parsers for all standard headers. It is deployable as a standalone HTTP or HTTPS server, as a HTTP[S] server proxied behind another server, or as a SCGI, FastCGI, or CGI script. In addition to running native twisted.web2 applications, it can also run any WSGI or CGI application, or, via compatibility wrappers, most applications written for the older twisted.web API."
set name=com.oracle.info.description \
    value="the Twisted Web2 Python HTTP/1.1 Server Framework"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
    value=org.opensolaris.category.2008:Development/Python \
    value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2008/670
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
file path=usr/lib/python$(PYVER)/vendor-packages/Twisted_Web2-8.1.0-py$(PYVER).egg-info
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/plugins/twisted_web2.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/TODO
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/_version.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/auth/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/auth/basic.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/auth/digest.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/auth/interfaces.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/auth/wrapper.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/channel/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/channel/cgi.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/channel/fastcgi.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/channel/http.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/channel/scgi.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/client/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/client/http.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/client/interfaces.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/dirlist.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/error.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/fileupload.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/filter/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/filter/gzip.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/filter/location.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/filter/range.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/http.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/http_headers.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/iweb.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/log.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/plugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/proxy.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/resource.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/responsecode.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/server.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/static.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/stream.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/tap.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/server.pem
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/simple_client.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/stream_data.txt
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_cgi.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_client.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_fastcgi.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_fileupload.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_http.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_http_headers.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_httpauth.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_log.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_plugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_resource.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_scgi.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_server.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_static.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_stream.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_vhost.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_wsgi.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/test/test_xmlrpc.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/twcgi.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/twscgi.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/vhost.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/wsgi.py
file path=usr/lib/python$(PYVER)/vendor-packages/twisted/web2/xmlrpc.py
license twisted-web2.license license=MIT

# twisted-web2 was previously in the 'desktop' consolidation. This optional
# dependency is here to facilitate the safe transfer of the package
# to the 'userland' consolidation.
depend type=optional \
    fmri=consolidation/desktop/[email protected]

# force the rename with an optional dependency on the old name
depend type=optional \
    fmri=library/python-2/python-twisted-web2-$(PYV)@8.1.0,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 python-twisted; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/python-twisted-$(PYV)

# force a dependency on the python-twisted-web2 package
depend type=require \
    fmri=library/python/python-twisted-web2@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)

# force a dependency on python-zope-interface; pkgdepend work is needed to flush
# this out.
depend type=require fmri=library/python/python-zope-interface-$(PYV)