Revision: 98330 http://trac.macports.org//changeset/98330 Author: blair@macports.org Date: 2012-10-02 18:38:25 -0700 (Tue, 02 Oct 2012) Log Message: ----------- py-soappy: whitespace cleanup. Modified Paths: -------------- trunk/dports/python/py-soappy/Portfile Modified: trunk/dports/python/py-soappy/Portfile =================================================================== --- trunk/dports/python/py-soappy/Portfile 2012-10-03 01:37:17 UTC (rev 98329) +++ trunk/dports/python/py-soappy/Portfile 2012-10-03 01:38:25 UTC (rev 98330) @@ -1,30 +1,30 @@ # $Id$ PortSystem 1.0 -PortGroup python24 1.0 +PortGroup python24 1.0 -name py-soappy -version 0.11.3 -revision 1 -categories python net -license BSD ZPL-2 -platforms darwin -maintainers blair openmaintainer -description SOAP library for Python -long_description The goal of the SOAPpy team is to provide a \ - full-featured SOAP library for Python that is very \ - simple to use and that fully supports dynamic \ - interaction between clients and servers. +name py-soappy +version 0.11.3 +revision 1 +categories python net +license BSD ZPL-2 +platforms darwin +maintainers blair openmaintainer +description SOAP library for Python +long_description \ + The goal of the SOAPpy team is to provide a full-featured SOAP \ + library for Python that is very simple to use and that fully \ + supports dynamic interaction between clients and servers. -homepage http://pywebsvcs.sourceforge.net/ -master_sites sourceforge:pywebsvcs -distname SOAPpy-${version} -checksums md5 dbdcafe76f73dffaa6948b026607d51b +homepage http://pywebsvcs.sourceforge.net/ +master_sites sourceforge:pywebsvcs +distname SOAPpy-${version} +checksums md5 dbdcafe76f73dffaa6948b026607d51b -depends_lib-append port:py-fpconst +depends_lib-append port:py-fpconst -post-destroot { - xinstall -m 644 -W ${worksrcpath}/docs GettingStarted.txt attrs.txt \ - GlobusSupport.txt MethodParameterNaming.txt complexTypes.txt \ - simpleTypes.txt WSDL.txt ${destroot}${prefix}/share/doc/${name} +post-destroot { + xinstall -m 644 -W ${worksrcpath}/docs GettingStarted.txt attrs.txt \ + GlobusSupport.txt MethodParameterNaming.txt complexTypes.txt \ + simpleTypes.txt WSDL.txt ${destroot}${prefix}/share/doc/${name} }
participants (1)
-
blair@macports.org