# -*- 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 65907 2010-04-02 22:08:22Z jmr@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-soaplib
version             0.8.1
categories          python www
platforms           darwin
maintainers         lightnin
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://wiki.github.com/jkp/soaplib/
master_sites        http://cloud.github.com/downloads/jkp/soaplib/
distname            soaplib-${version}
checksums           md5 ffadfa2fbf285163a86eeb667aedfea3 \
                    sha1 4fd9e3eef3e057aa55891c0518c2180c8dc571ed \
                    rmd160 0ffd39c92248d9e44d1abc6399506d060105cf74

extract.mkdir       yes
extract.suffix      .tar
extract.cmd         tar
extract.pre_args    xf
extract.post_args   

depends_lib         port:py25-lxml \
                    port:py25-tz \
                    port:py25-distribute
