# -*- 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-webargs version 8.7.1 revision 0 categories-append devel platforms {darwin any} license MIT supported_archs noarch maintainers nomaintainer description Declarative parsing and validation of HTTP request objects long_description {*}${description} homepage https://github.com/marshmallow-code/webargs checksums rmd160 127040681302b38eb192fe0cb14171720affeeb2 \ sha256 799bf9039c76c23fd8dc1951107a75a9e561203c15d6ae8f89c1e46e234636c1 \ size 97351 python.versions 310 311 312 313 314 python.pep517_backend \ flit if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-marshmallow \ port:py${python.version}-packaging }