Files
macports-ports/python/py-imageio/Portfile
T
2025-05-22 10:41:21 -04:00

31 lines
994 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.0
revision 0
categories-append graphics
license BSD
platforms {darwin any}
supported_archs noarch
python.versions 39 310 311 312 313
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 bb42acefefa93ee2a8ba552035b1108666b97f6b \
sha256 71b57b3669666272c818497aebba2b4c5f20d5b37c81720e5e1a56d59c492996 \
size 389963
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-numpy \
port:py${python.version}-Pillow
}