You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -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.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
|
|
}
|