# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-imread version 0.3.1 revision 0 categories-append graphics platforms darwin license MIT python.versions 26 27 32 33 maintainers stromnov openmaintainer description Reads images into numpy arrays long_description ${description} homepage http://luispedro.org/software/imread/ master_sites http://pypi.python.org/packages/source/i/imread/ distname imread-${version} checksums rmd160 a222e41d44c3a087cbf7cd8a4da3809f8d9cd907 \ sha256 ae357d482c755ed8c19d060012978da53a7491ac1b7fbfcec54fb697b01ef02f if {$subport != $name} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-numpy \ port:libpng \ port:jpeg \ port:tiff \ port:webp patchfiles patch-setup.py.diff livecheck.type none } else { livecheck.url ${master_sites} livecheck.regex "imread-(\\d+(?:\\.\\d+)*)${extract.suffix}" }