# -*- 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-suds-jurko set realname suds-jurko version 0.5 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. homepage http://pypi.python.org/pypi/${realname}/${version} master_sites http://pypi.python.org/packages/source/s/${realname} distname ${realname}-${version} use_bzip2 yes checksums rmd160 060c8ae39362c5419e545d9bd718800ce06cd9f7 \ sha256 3dd119ced5335d71a2844e380e6a509a1f05e6f5bbb5d1f8a2fdf5c74adff8ed python.versions 24 25 26 27 31 32 33 34 python.default_version 27 if {${name} ne ${subport}} { # Build will download setuptools on its own otherwise. depends_build port:py${python.version}-setuptools }