# -*- 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.1
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  96144c7d2521c55755950fb1469541d42b7d9529 \
                    sha256  292052fe80923aae2260c073f822ceba21f3872ced9a68bb7953b348e561179a \
                    size    23015

python.versions     310 311 312 313 314

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