# -*- 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.6.0
platforms           darwin
license             MIT
supported_archs     noarch

maintainers         {@harens gmail.com:harensdeveloper} \
                    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 1b85d3cc7cb726dd321802f75101416e7fba4d55 \
                    sha256 f6167aaa2691db46669f1c2e2aa1f2c38f456fe8a669fe9d3f2af6ed97d083ec \
                    size   679005

python.versions     38 39

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

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

    livecheck.type      none
}
