# -*- 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 117402 2014-02-25 16:01:50Z rowue@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pyphant-imageprocessing
version             1.0b3
categories-append   science
description         imageprocessing toolbox for py-pyphant
maintainers         fmf.uni-freiburg.de:servicegruppe.wissinfo \
                    fmf.uni-freiburg.de:alexander.held rowue
long_description    This toolbox provides a set of imageprocessing workers, \
                    i.e. encapsulated data processing steps for the \
                    py-pyphant framework. Currently there are 22 workers \
                    providing operations varying from simple functions like \
                    'inversion' or some scipy.ndimage filters to more complex \
                    operations, e.g. auto-focus evaluation of transmitted \
                    light microscopy photographs.
homepage            http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/projekte/Pyphant

platforms           darwin

master_sites        sourceforge:pyphant
# master_sites        http://pyphant.sourceforge.net/nightly-builds/
distname            pyphant.imageprocessing-${version}
# use_bzip2           yes

checksums           sha256  9e1619cf3abbe94ce785b9b5b02383b5a31f9ba2ef0bc75922c785195620229f \
                    rmd160  e4d160989c0e5b07528577052dd451b47828a7d4

use_configure       no

python.versions     26 27

if {${name} ne ${subport}} {
    depends_build       port:py${python.version}-setuptools
    depends_lib         port:py${python.version}-pyphant \
                        port:py${python.version}-pil \
                        port:py${python.version}-numpy \
                        port:py${python.version}-scipy
}
