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
1.0 KiB
Tcl
32 lines
1.0 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-s3fs
|
|
version 2026.2.0
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Convenient Filesystem interface over S3
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/dask/s3fs/
|
|
|
|
checksums rmd160 503760c0f134db1d9388fa3ea957d90bf0a127ac \
|
|
sha256 91cb2a9f76e35643b76eeac3f47a6165172bb3def671f76b9111c8dd5779a2ac \
|
|
size 84152
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-aiobotocore \
|
|
port:py${python.version}-fsspec \
|
|
port:py${python.version}-aiohttp
|
|
}
|