# -*- 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-pytokens
version             0.4.0
revision            0

platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         A Fast, spec compliant Python 3.14+ tokenizer that runs on older Pythons.
long_description    {*}${description}

homepage            https://github.com/tusharsadhwani/pytokens

checksums           rmd160  0b0e9b13e0e643861ecf645d5ab0125c697fc7f8 \
                    sha256  6b0b03e6ea7c9f9d47c5c61164b69ad30f4f0d70a5d9fe7eac4d19f24f77af2d \
                    size    15039

python.versions     310 311 312 313 314

if {${subport} ne ${name}} {
    depends_build-append \
                    port:py${python.version}-mypy

}
