# -*- 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
version             0.4
revision            1
categories-append   devel net
maintainers         nomaintainer
license             LGPL
supported_archs     noarch
platforms           {darwin any}

description         Suds is a lightweight SOAP python client for consuming Web Services.
long_description    {*}$description

homepage            https://pypi.org/project/suds

checksums           rmd160  d2c5fa050c172ba316a3e81f875fe3ff04f43cff \
                    sha256  d5524ae523bb9e09c57bcdbd1efae2c287d20603688ea31f6020ed180a489af0 \
                    size    104013

deprecated.upstream_support no

python.versions     27

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools

    livecheck.type  none
}
