# -*- 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-datasets
version             2.3.2
platforms           {darwin any}
license             Apache-2
maintainers         nomaintainer
supported_archs     noarch

description         Datasets and evaluation metrics for natural language \
                    processing and more
long_description    Datasets is a lightweight and extensible \
                    library to easily share and access datasets and \
                    evaluation metrics for Natural Language Processing \
                    (NLP) and more.

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

checksums           rmd160  a21ef0c04d9a250e9ddf40a1095545805176f74d \
                    sha256  d21c90473f2f83fd3f395c1c3e9a46ae0deeec0f987608bbf9ee33d935b9fcbe \
                    size    319868

python.versions     39 310

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

    depends_run-append \
                    port:py${python.version}-dill \
                    port:py${python.version}-multiprocess \
                    port:py${python.version}-numpy \
                    port:py${python.version}-pandas \
                    port:py${python.version}-pyarrow \
                    port:py${python.version}-requests \
                    port:py${python.version}-tqdm \
                    port:py${python.version}-xxhash

    livecheck.type  none
}
