# -*- 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-sacremoses
version             0.0.53
revision            0

platforms           {darwin any}
supported_archs     noarch
license             LGPL-2.1+
maintainers         nomaintainer

description         Python port of Moses tokenizer, truecaser and normalizer
long_description    {*}${description}

homepage            https://github.com/alvations/sacremoses

checksums           rmd160  343d0d6382b98c48ba968a8546796d6b69f31cc4 \
                    sha256  43715868766c643b35de4b8046cce236bfe59a7fa88b25eaf6ddf02bacf53a7a \
                    size    880628

python.versions     39 310 311

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-click \
                    port:py${python.version}-joblib \
                    port:py${python.version}-regex \
                    port:py${python.version}-six \
                    port:py${python.version}-tqdm
}
