You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.0 KiB
Tcl
32 lines
1.0 KiB
Tcl
# -*- 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.6.0
|
|
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 87446c42689e46ee68c4130645a26bf0e883de40 \
|
|
sha256 b8d098ab92bd74c659eca705afa31d681475f218cb15c1e57271fa2103c0547a \
|
|
size 96610
|
|
|
|
python.versions 310 311 312 313
|
|
python.pep517_backend \
|
|
flit
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-marshmallow \
|
|
port:py${python.version}-packaging
|
|
}
|