# -*- 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-multidict
version             6.7.0
revision            0

categories-append   devel
license             Apache-2

python.versions     310 311 312 313 314

maintainers         {ipglider.org:miguel @ipglider} openmaintainer

description         Multidict implementation.
long_description    Multidict is dict-like collection of key-value pairs where \
                    where a key might occur more than once in the container.

homepage            https://github.com/aio-libs/multidict

checksums           rmd160  acaf336b3c16e81be2fb2077c6f899780de4bc7a \
                    sha256  c6e99d9a65ca282e578dfea819cfa9c0a62b2499d8677392e09feaf305e9e6f5 \
                    size    101834

compiler.c_standard 2011
