# -*- 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-beartype
version             0.18.5
license             MIT
supported_archs     noarch
platforms           {darwin any}

maintainers         {@harens harens} openmaintainer

description         Unbearably fast O(1) runtime type-checking in pure Python
long_description    Beartype is an open-source pure-Python PEP-compliant \
                    constant-time runtime type checker emphasizing \
                    efficiency, portability, and thrilling puns.

homepage            https://github.com/beartype/beartype

checksums           rmd160 0121be74308b491c0dfa90d4dee373d6bf912eab \
                    sha256 264ddc2f1da9ec94ff639141fbe33d22e12a9f75aa863b83b7046ffff1381927 \
                    size   1193506

python.versions     39 310 311 312
