Files
2026-05-06 15:42:53 -05:00

30 lines
958 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-async-tiff
python.rootname async_tiff
version 0.7.2
revision 0
license MIT
maintainers {mps @Schamschula} openmaintainer
description Fast, low-level async TIFF reader for Python.
long_description {*}${description}
homepage https://github.com/developmentseed/async-tiff
checksums rmd160 5e63130120803e855b94950a6b5da38f3f930281 \
sha256 b2eb1f2671de4e331d1eaef1fd5bb3670e1f26ec7465115be488e60349f2dbce \
size 5249708
python.versions 310 311 312 313 314
python.pep517_backend \
maturin
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-obspec
}