You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 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-cloudpathlib
|
|
version 0.23.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 d42e4a69956a1cf113c527909be7162637c66661 \
|
|
sha256 eb38a34c6b8a048ecfd2b2f60917f7cbad4a105b7c979196450c2f541f4d6b4b \
|
|
size 53126
|
|
|
|
python.versions 313 314
|
|
|
|
python.pep517_backend flit
|