# -*- 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-obstore
version             0.10.0
revision            0

license             MIT
maintainers         {reneeotten @reneeotten} openmaintainer

description         The simplest, highest-throughput Python interface to Amazon S3, \
                    Google Cloud Storage, Azure Storage, & other S3-compliant APIs
long_description    {*}${description}, powered by Rust

homepage            https://developmentseed.org/obstore

checksums           rmd160  96e53567a61cda891c4fd13911cf423f108ba86c \
                    sha256  b581d2f78b521c7c72862721384c109b6764c57222b7bf06dc83626a7c4a6945 \
                    size    126379

python.versions     312 313 314
python.pep517_backend maturin
