2026-03-21 05:55:38 +01:00
|
|
|
# -*- 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-cloudpathlib
|
2026-04-30 07:26:34 +02:00
|
|
|
version 0.24.0
|
2026-03-21 05:55:38 +01:00
|
|
|
revision 0
|
|
|
|
|
|
|
|
|
|
categories-append devel
|
|
|
|
|
platforms {darwin any}
|
|
|
|
|
supported_archs noarch
|
|
|
|
|
license MIT
|
|
|
|
|
maintainers {pguyot @pguyot} openmaintainer
|
|
|
|
|
|
|
|
|
|
description pathlib-style classes for cloud storage services
|
|
|
|
|
|
|
|
|
|
long_description cloudpathlib provides pathlib.Path-style classes \
|
|
|
|
|
for interacting with cloud storage services \
|
|
|
|
|
including AWS S3, Azure Blob Storage, and Google \
|
|
|
|
|
Cloud Storage.
|
|
|
|
|
|
|
|
|
|
homepage https://github.com/drivendataorg/cloudpathlib
|
|
|
|
|
|
2026-04-30 07:26:34 +02:00
|
|
|
checksums rmd160 747e53dca6e6b40ce171ead9776e7eecfb717c47 \
|
|
|
|
|
sha256 c521a984e77b47e656fe78e20a7e3e260e0ab45fc69e33ac01094227c979e34a \
|
|
|
|
|
size 53600
|
2026-03-21 05:55:38 +01:00
|
|
|
|
2026-04-11 14:52:53 +02:00
|
|
|
python.versions 310 311 312 313 314
|
2026-03-21 05:55:38 +01:00
|
|
|
|
|
|
|
|
python.pep517_backend flit
|