# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 54100 2009-07-21 00:36:10Z blb@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-soaplib
version             0.7.2
categories          python www
platforms           darwin
maintainers         gmail.com:cfedermann
description         A simple library for writing soap web services.
long_description    This is a simple, easily extendible soap library that \
                    provides several useful tools for creating and \
                    publishing soap web services in python.  This package \
                    features on-demand WSDL generation for the published \
                    services, a WSGI-compliant web application, support for \
                    complex class structures, binary attachments, simple \
                    framework for creating additional serialization \
                    mechanisms and a client library.

homepage            http://trac.optio.webfactional.com/
master_sites        http://code.enthought.com/src/
distname            soaplib-${version}
checksums           md5 ec4b5039c70d14ff772746b1cbeb83e3 \
                    sha1 99349968d60a22520f1976b8ace8e76dbc81f30b \
                    rmd160 bcf87f7d4682c0cbec627247956a91951305f911

depends_lib         port:py25-celementtree \
                    port:py25-tz \
                    port:py25-setuptools
