components/python/paste/paste-PYVER.p5m
changeset 1948 2d1537e7942d
parent 1890 5a4ef66c42bf
child 6813 b50d7c514561
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    28 set name=pkg.summary \
    28 set name=pkg.summary \
    29     value="Tools for using a Web Server Gateway Interface stack"
    29     value="Tools for using a Web Server Gateway Interface stack"
    30 set name=pkg.description \
    30 set name=pkg.description \
    31     value='Paste provides several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces.'
    31     value='Paste provides several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces.'
    32 set name=com.oracle.info.description value="the Python paste module"
    32 set name=com.oracle.info.description value="the Python paste module"
    33 set name=com.oracle.info.tpno value=14503
    33 set name=com.oracle.info.tpno value=$(TPNO)
    34 set name=info.classification \
    34 set name=info.classification \
    35     value=org.opensolaris.category.2008:Development/Python
    35     value=org.opensolaris.category.2008:Development/Python
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.upstream value="Ian Bicking <[email protected]>"
    37 set name=info.upstream value="Ian Bicking <[email protected]>"
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)