# -*- 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.21.2
platforms           darwin
license             MPL-2
supported_archs     noarch

maintainers         {@harens gmail.com:harensdeveloper} \
                    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 f0047fe402f75961ec2125d7b00cb029c70b6379 \
                    sha256 4fa46f7ff96dc244abfc437383d987404ae861df797e2fd5b190e233c302be09 \
                    size   381613

python.versions     39

if {${name} ne ${subport}} {

    depends_build-append \
                        port:py${python.version}-setuptools \
                        port:py${python.version}-setuptools_scm

    livecheck.type      none
}
