# -*- 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-bidict
version             0.22.1
license             MPL-2
supported_archs     noarch
platforms           {darwin any}

maintainers         {@harens harens} openmaintainer

description         The bidirectional mapping library for Python
long_description    The bidict library provides several friendly, efficient data structures \
                    for working with bidirectional mappings in Python.

homepage            https://bidict.readthedocs.io/

checksums           rmd160 ef2cf58cd04e105855822fb3573d0a3a221a18a7 \
                    sha256 1e0f7f74e4860e6d0943a05d4134c63a2fad86f3d4732fb265bd79e4e856d81d \
                    size   31660

python.versions     39 310 311
