# -*- 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
categories-append graphics
python.versions 27 34 35 36 37 38
maintainers {stromnov @stromnov} openmaintainer
description Easy interface to read and write a wide range of image data.
long_description ${description}
homepage http://imageio.github.io/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 40a9608dea5cd995a9c935f3c48837ea7b4e6ab2 \
sha256 f44eb231b9df485874f2ffd22dfd0c3c711e7de076516b9374edea5c65bc67ae \
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools \
port:py${python.version}-numpy \
port:py${python.version}-Pillow
if {${python.version} eq 27} {
depends_lib-append port:py${python.version}-enum34 \
port:py${python.version}-futures