# $Id: Portfile 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem 1.0
PortGroup python26 1.0

set realname        suds
name                py26-${realname}
version             0.3.9
categories          python devel net
maintainers         mmoll openmaintainer
description         Suds is a lightweight SOAP python client for consuming Web Services.
long_description    $description
homepage            https://fedorahosted.org/suds/
platforms           darwin
master_sites        https://fedorahosted.org/releases/s/u/suds/
checksums           md5     420ac4b6ba788e43631b74719a470bf7 \
                    sha1    55826c9d17e0826ddd43e6027de3249219074d68 \
                    rmd160  d3b9e8e0bd7c005dde305bf5c61646dd8b23ac02
distname            python-${realname}-${version}

depends_build-append port:py26-distribute

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     python-suds-(\[0-9.\]+).tar.gz
