# -*- 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-mahotas version 0.7.3 revision 0 categories python license GPL platforms darwin maintainers stromnov openmaintainer description Python Image Processing Library long_description ${description} homepage http://luispedro.org/software/mahotas/ master_sites http://pypi.python.org/packages/source/m/mahotas/ distname mahotas-${version} checksums rmd160 16a8fd2ffae7bc82f2f78ce8a7e19f1b841481bf \ sha256 d13aead93dbba56430eaa133db6fac0786e3605583e519083b17601c31022a2d python.default_version 27 python.versions 26 27 if {$subport != $name} { depends_build-append port:py${python.version}-distribute depends_lib-append port:py${python.version}-numpy \ port:freeimage } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "mahotas-(\\d+(?:\\.\\d+)*)${extract.suffix}"