Revision: 115477 https://trac.macports.org/changeset/115477 Author: larryv@macports.org Date: 2014-01-02 16:38:48 -0800 (Thu, 02 Jan 2014) Log Message: ----------- py*-suds-jurko: Adjust whitespace (maintainer, #42001). Modified Paths: -------------- trunk/dports/python/py-suds-jurko/Portfile Modified: trunk/dports/python/py-suds-jurko/Portfile =================================================================== --- trunk/dports/python/py-suds-jurko/Portfile 2014-01-03 00:21:35 UTC (rev 115476) +++ trunk/dports/python/py-suds-jurko/Portfile 2014-01-03 00:38:48 UTC (rev 115477) @@ -1,34 +1,34 @@ # -*- 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 # $Id$ -PortSystem 1.0 -PortGroup python 1.0 -PortGroup bitbucket 1.0 +PortSystem 1.0 +PortGroup python 1.0 +PortGroup bitbucket 1.0 -bitbucket.setup jurko suds 0.4.1.jurko.4 +bitbucket.setup jurko suds 0.4.1.jurko.4 bitbucket.tarball_from downloads -name py-suds-jurko -categories-append devel net -platforms darwin -license LGPL-3+ -maintainers gmail.com:patrik.hartlen openmaintainer +name py-suds-jurko +categories-append devel net +platforms darwin +license LGPL-3+ +maintainers gmail.com:patrik.hartlen openmaintainer -description Lightweight SOAP client (Jurko's fork) -long_description 'Suds' is a lightweight SOAP-based web service \ - client for Python licensed under LGPL. This is \ - hopefully just a temporary fork of the original \ - suds Python library project created because the \ - original project development seems to have \ - stalled. Should be reintegrated back into the \ - original project if it ever gets revived again. +description Lightweight SOAP client (Jurko's fork) +long_description 'Suds' is a lightweight SOAP-based web service \ + client for Python licensed under LGPL. This is \ + hopefully just a temporary fork of the original \ + suds Python library project created because the \ + original project development seems to have \ + stalled. Should be reintegrated back into the \ + original project if it ever gets revived again. -distname suds-jurko-${version} -use_bzip2 yes -checksums rmd160 5312192de600f8bd769287d70b68e161f124fb15 \ - sha256 ab663215040ef209dd3dc80c7e92982d7c8f313ae92d4139c493aaa303aa499c +distname suds-jurko-${version} +use_bzip2 yes +checksums rmd160 5312192de600f8bd769287d70b68e161f124fb15 \ + sha256 ab663215040ef209dd3dc80c7e92982d7c8f313ae92d4139c493aaa303aa499c -python.versions 24 25 26 27 31 32 33 +python.versions 24 25 26 27 31 32 33 python.default_version 27 if {${name} ne ${subport}} {
participants (1)
-
larryv@macports.org