|
|
@@ -1,33 +1,35 @@ |
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
# -*- 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 |
|
|
|
|
|
name py-zsi |
|
|
version 2.0 |
|
|
categories-append net |
|
|
license MIT BSD ZPL-2 {PSF W3C} |
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
maintainers nomaintainer |
|
|
description Zolera SOAP Infrastructure is a Python implementation of SOAP |
|
|
long_description ZSI, the Zolera SOAP Infrastructure, is a pure-Python \ |
|
|
module that provides an implementation of SOAP \ |
|
|
messaging, as described in The SOAP 1.1 Specification. \ |
|
|
It can also be used to build applications using SOAP \ |
|
|
Messages with Attachments. ZSI is intended to make it \ |
|
|
easier to write web services in Python. |
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
homepage http://pywebsvcs.sourceforge.net/ |
|
|
master_sites sourceforge:pywebsvcs |
|
|
distname ZSI-${version} |
|
|
checksums md5 bb706337cafe9e2201b06b1bce71ca0f \ |
|
|
sha1 e691d9610f04afad9cf62f7990cfd3b4df47ff01 \ |
|
|
rmd160 9fc0171e03f759cbab89046916d979c5505ba5b8 |
|
|
name py-zsi |
|
|
version 2.0 |
|
|
categories-append net |
|
|
license MIT BSD ZPL-2 {PSF W3C} |
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
maintainers nomaintainer |
|
|
description Zolera SOAP Infrastructure is a Python implementation of SOAP |
|
|
long_description ZSI, the Zolera SOAP Infrastructure, is a pure-Python \ |
|
|
module that provides an implementation of SOAP \ |
|
|
messaging, as described in The SOAP 1.1 Specification. \ |
|
|
It can also be used to build applications using SOAP \ |
|
|
Messages with Attachments. ZSI is intended to make it \ |
|
|
easier to write web services in Python. |
|
|
|
|
|
python.versions 27 |
|
|
homepage http://pywebsvcs.sourceforge.net/ |
|
|
master_sites sourceforge:pywebsvcs |
|
|
distname ZSI-${version} |
|
|
checksums md5 bb706337cafe9e2201b06b1bce71ca0f \ |
|
|
sha1 e691d9610f04afad9cf62f7990cfd3b4df47ff01 \ |
|
|
rmd160 9fc0171e03f759cbab89046916d979c5505ba5b8 |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
patchfiles pyxml_dep.diff |
|
|
post-destroot { |
|
|
post-destroot { |
|
|
xinstall -m 644 ${worksrcpath}/README \ |
|
|
${destroot}${prefix}/share/doc/${subport} |
|
|
} |
|
|
|