# -*- 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.34.1 revision 0 categories-append graphics license BSD platforms {darwin any} supported_archs noarch python.versions 38 39 310 311 312 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 a3c5950052e776ef6527eadfb9aa2f7f4eb25292 \ sha256 f13eb76e4922f936ac4a7fec77ce8a783e63b93543d4ea3e40793a6cabd9ac7d \ size 387557 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-Pillow }