# -*- 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
version             0.25.0
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

checksums           rmd160  ea1b30035eeb97ec176c512287335b21b9f4aa5b \
                    sha256  63612e17778c5e3a51b472def8d785d0aaaf347486d6b6786dc7be627556d4c6 \
                    size    56441

python.versions     310 311 312 313 314

python.pep517_backend   flit
