# -*- 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 PortSystem 1.0 PortGroup python 1.0 PortGroup deprecated 1.0 name py-suds-jurko version 0.6 revision 0 categories-append devel net platforms {darwin any} supported_archs noarch license LGPL-3+ maintainers nomaintainer 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 https://pypi.python.org/pypi/${python.rootname}/${version} master_sites pypi:s/${python.rootname} distname ${python.rootname}-${version} use_bzip2 yes checksums rmd160 34329d93f0e784671539d08764959a18721752bb \ sha256 29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f \ size 143985 deprecated.upstream_support no python.versions 27 35 36 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none }