Files

32 lines
1.0 KiB
Tcl
Raw Permalink Normal View History

2024-11-26 22:02:15 +08:00
# -*- 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
2026-01-24 21:46:30 +01:00
version 8.7.1
2024-11-26 22:02:15 +08:00
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
2026-01-24 21:46:30 +01:00
checksums rmd160 127040681302b38eb192fe0cb14171720affeeb2 \
sha256 799bf9039c76c23fd8dc1951107a75a9e561203c15d6ae8f89c1e46e234636c1 \
size 97351
2024-11-26 22:02:15 +08:00
2026-01-24 21:46:30 +01:00
python.versions 310 311 312 313 314
2024-11-26 22:02:15 +08:00
python.pep517_backend \
flit
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-marshmallow \
port:py${python.version}-packaging
}