# -*- 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 75119 2011-01-15 21:46:56Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-pymorph
version             0.96
categories          python
platforms           darwin

maintainers         stromnov openmaintainer

description         Image morphology library.
long_description    Collection of pure python implementations of many \
                    image morphology functions.

homepage            http://luispedro.org/software/pymorph/
master_sites        http://pypi.python.org/packages/source/p/pymorph/

distname            pymorph-${version}

checksums           md5     ed3b9b30b8b0286996e3d26eea8b4bbf \
                    sha1    48fdfa2c3d16806296ad26f4e76305976ffc7042 \
                    rmd160  fb32cb593ee195898437123027407905b6149e27

depends_build       port:py26-distribute

depends_lib-append  port:py26-numpy

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "pymorph-(\\d+(?:\\.\\d+)*)${extract.suffix}"
