# -*- 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-fsspec
version             2025.3.2
revision            0
categories-append   devel
platforms           {darwin any}
license             BSD
supported_archs     noarch

python.versions     39 310 311 312 313
python.pep517_backend hatch

maintainers         {stromnov @stromnov} openmaintainer

description         File-system specification
long_description    ${description}

homepage            https://github.com/intake/filesystem_spec

checksums           rmd160  8a0c2e18ed9c0554aafd43f94549e26e9b2b3fe0 \
                    sha256  e52c77ef398680bbd6a98c0e628fbc469491282981209907bbc8aea76a04fdc6 \
                    size    299281

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