You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
972 B
Tcl
32 lines
972 B
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-fsspec
|
|
version 2026.2.0
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend hatch
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description File-system specification
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/intake/filesystem_spec
|
|
|
|
checksums rmd160 7ba2048ab5b8094eb59afad2e85cb0ddb358cde4 \
|
|
sha256 6544e34b16869f5aacd5b90bdf1a71acb37792ea3ddf6125ee69a22a53fb8bff \
|
|
size 313441
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-hatch-vcs
|
|
}
|