Ticket #42001: Portfile-py-suds-jurko-ws.diff

File Portfile-py-suds-jurko-ws.diff, 2.7 KB (added by patrik.hartlen@…, 10 years ago)
  • Portfile

    old new  
    11# -*- 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
    22# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $
    33
    4 PortSystem              1.0
    5 PortGroup               python 1.0
    6 PortGroup               bitbucket 1.0
     4PortSystem          1.0
     5PortGroup           python 1.0
     6PortGroup           bitbucket 1.0
    77
    8 bitbucket.setup         jurko suds 0.4.1.jurko.4
     8bitbucket.setup     jurko suds 0.4.1.jurko.4
    99bitbucket.tarball_from  downloads
    1010
    11 name                    py-suds-jurko
    12 categories-append       devel net
    13 platforms               darwin
    14 license                 LGPL-3+
    15 maintainers             gmail.com:patrik.hartlen openmaintainer
    16 
    17 description             Lightweight SOAP client (Jurko's fork)
    18 long_description        'Suds' is a lightweight SOAP-based web service \
    19                         client for Python licensed under LGPL. This is \
    20                         hopefully just a temporary fork of the original \
    21                         suds Python library project created because the \
    22                         original project development seems to have \
    23                         stalled. Should be reintegrated back into the \
    24                         original project if it ever gets revived again.
    25 
    26 distname                suds-jurko-${version}
    27 use_bzip2               yes
    28 checksums               rmd160  5312192de600f8bd769287d70b68e161f124fb15 \
    29                         sha256  ab663215040ef209dd3dc80c7e92982d7c8f313ae92d4139c493aaa303aa499c
     11name                py-suds-jurko
     12categories-append   devel net
     13platforms           darwin
     14license             LGPL-3+
     15maintainers         gmail.com:patrik.hartlen openmaintainer
     16
     17description         Lightweight SOAP client (Jurko's fork)
     18long_description    'Suds' is a lightweight SOAP-based web service \
     19                    client for Python licensed under LGPL. This is \
     20                    hopefully just a temporary fork of the original \
     21                    suds Python library project created because the \
     22                    original project development seems to have \
     23                    stalled. Should be reintegrated back into the \
     24                    original project if it ever gets revived again.
     25
     26distname            suds-jurko-${version}
     27use_bzip2           yes
     28checksums           rmd160  5312192de600f8bd769287d70b68e161f124fb15 \
     29                    sha256  ab663215040ef209dd3dc80c7e92982d7c8f313ae92d4139c493aaa303aa499c
    3030
    31 python.versions         24 25 26 27 31 32 33
     31python.versions     24 25 26 27 31 32 33
    3232python.default_version  27
    3333
    3434if {${name} ne ${subport}} {