# -*- 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: Portfile 153548 2016-10-04 08:16:01Z stromnov@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-mahotas version 1.4.3 revision 0 platforms darwin license MIT python.versions 27 34 35 maintainers stromnov openmaintainer description Set of functions for image processing and computer vision in Python long_description ${description} homepage http://luispedro.org/software/mahotas/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 476c6f1412c4483de0bcf5f20e29391a429f1a74 \ sha256 e113fb73f1f717f1a9124b41496b030628efb72a23b0150a42ecb18b08b030c4 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-imread \ port:py${python.version}-Pillow \ port:freeimage livecheck.type none } else { livecheck.type pypi }