# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-webob
python.rootname     WebOb
version             1.8.9
revision            0
categories-append   www
platforms           {darwin any}
license             MIT
supported_archs     noarch

python.versions     39 310 311 312 313

maintainers         {stromnov @stromnov} openmaintainer

description         WSGI request and response object.

long_description    WebOb provides wrappers around the WSGI request \
                    environment, and an object to help create WSGI responses. \
                    \
                    The objects map much of the specified behavior of HTTP, \
                    including header parsing and accessors for other standard \
                    parts of the environment.

homepage            https://webob.org/

distname            webob-${version}

checksums           rmd160  445c61661a55b1ab3caa022ddc01f1b86245d277 \
                    sha256  ad6078e2edb6766d1334ec3dee072ac6a7f95b1e32ce10def8ff7f0f02d56589 \
                    size    279775
