Files
2026-04-16 09:51:00 -04:00

32 lines
996 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-imageio
version 2.37.3
revision 0
categories-append graphics
license BSD
platforms {darwin any}
supported_archs noarch
python.versions 310 311 312 313 314
maintainers {stromnov @stromnov} openmaintainer
description Easy interface to read and write a wide range of image data.
long_description {*}${description}
homepage https://imageio.github.io/
checksums rmd160 538aec1dfb919e1eb6afeba48c056d20d4c8bec3 \
sha256 bbb37efbfc4c400fcd534b367b91fcd66d5da639aaa138034431a1c5e0a41451 \
size 389673
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-numpy \
port:py${python.version}-Pillow
}