# -*- 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 106911 2013-06-11 14:40:14Z jmr@macports.org $

PortSystem              1.0
PortGroup               python 1.0
PortGroup               bitbucket 1.0

bitbucket.setup         jurko suds 0.4.1.jurko.4
bitbucket.tarball_from  downloads

name                    py-suds-jurko
categories-append       devel net
platforms               darwin
license                 LGPL-3+
maintainers             gmail.com:patrik.hartlen openmaintainer

description             Lightweight SOAP client (Jurko's fork)
long_description        'Suds' is a lightweight SOAP-based web service \
                        client for Python licensed under LGPL. This is \
                        hopefully just a temporary fork of the original \
                        suds Python library project created because the \
                        original project development seems to have \
                        stalled. Should be reintegrated back into the \
                        original project if it ever gets revived again.

distname                suds-jurko-${version}
use_bzip2               yes
checksums               rmd160  5312192de600f8bd769287d70b68e161f124fb15 \
                        sha256  ab663215040ef209dd3dc80c7e92982d7c8f313ae92d4139c493aaa303aa499c

python.versions         24 25 26 27 31 32 33
python.default_version  27

if {${subport} != ${name}} {
    depends_build       port:py${python.version}-setuptools
}
