# -*- 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.5.0
revision            0

categories-append   devel
license             Apache-2

python.versions     39 310 311 312 313

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  b5ee8a4ea4ade3808fc09b3bcf63dfcb5442438d \
                    sha256  942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2 \
                    size    98512
