# -*- 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.36.1 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 fe07f3280929e44c86b527f76fa4edd748b0453a \ sha256 e4e1d231f47f9a9e16100b0f7ce1a86e8856fb4d1c0fa2c4365a316f1746be62 \ size 389522 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-Pillow }