# -*- 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.6 revision 0 categories-append graphics platforms darwin license MIT python.versions 27 34 35 maintainers stromnov openmaintainer description Reads images into numpy arrays long_description ${description} homepage http://luispedro.org/software/imread/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 9741e0a6744b4f4006d7680a91dfbdec79505a6d \ sha256 97364c44b9861ebd74dbf9a7cafea604a802543b3a9b463c9de68befed72d86c if {${name} ne ${subport}} { 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 \ patch-imread__imread.cpp.diff livecheck.type none }