# -*- 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 4.7.3 categories-append devel platforms darwin license Apache-2 python.versions 35 36 37 38 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 master_sites pypi:m/multidict distname multidict-${version} checksums rmd160 f6877446389cdd680c6d171463510d0de4e3acca \ sha256 be813fb9e5ce41a5a99a29cdb857144a1bd6670883586f995b940a4878dc5238 \ size 50084 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none }