Files
Steven Thomas Smith b59ba4a2f1 py-datasets: Submission
2021-03-21 23:59:51 +00:00

44 lines
1.6 KiB
Tcl

# -*- 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 1.4.1
platforms darwin
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 c4e4e29e3a2cec455c45981159dffe8bcbbbf7d0 \
sha256 83e2e8dde0fb526f87b00948e2fb4811f51522a8b9a535e806a2932d84311b04 \
size 21614246
python.versions 37 38 39
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
}