# -*- 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-tokenizers
version             0.10.1
platforms           darwin
license             Apache-2
maintainers         nomaintainer

description         Fast and Customizable Tokenizers
long_description    🤗 Tokenizers provides an implementation of today's \
                    most used tokenizers, with a focus on performance \
                    and versatility.

homepage            https://github.com/huggingface/tokenizers

checksums           rmd160  8ac92ba90aa4c1b7f5216a64bda1f5538ab002ba \
                    sha256  81c35b4bc9238c0b5d0af91a719e732a60ee0d87d8bf76615bfec8f3e3ba8f15 \
                    size    210725

python.versions     37 38 39

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools-rust \
                    port:py${python.version}-setuptools_scm \
                    port:py${python.version}-pip \
                    port:py${python.version}-wheel

    livecheck.type  none
}
