Files
2026-04-02 15:39:27 -05:00

31 lines
981 B
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-obspec
version 0.1.0
revision 0
license MIT
maintainers {mps @Schamschula} openmaintainer
description A Python protocol for interfacing with object storage.
long_description {*}${description}
homepage https://github.com/developmentseed/obspec
checksums rmd160 927febe4cfd91eb06bd483089fd1964d12370f7e \
sha256 b189781a53f82ef8d6abf0c9e77fd4c46ac9f244d5a91eb35ee61c2e2b204a4a \
size 117254
python.versions 310 311 312 313 314
python.pep517_backend \
hatch
if {${name} ne ${subport}} {
if {${python.version} < 312} {
depends_lib-append \
port:py${python.version}-typing_extensions
}
}