4 | | PortSystem 1.0 |
5 | | PortGroup python 1.0 |
6 | | PortGroup bitbucket 1.0 |
7 | | |
8 | | bitbucket.setup jurko suds 0.4.1.jurko.4 |
9 | | bitbucket.tarball_from downloads |
10 | | |
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 |
30 | | |
31 | | python.versions 24 25 26 27 31 32 33 |
32 | | python.default_version 27 |
33 | | |
34 | | if {${name} ne ${subport}} { |
35 | | depends_build port:py${python.version}-setuptools |
36 | | } |
| 4 | PortSystem 1.0 |
| 5 | PortGroup python 1.0 |
| 6 | PortGroup select 1.0 |
| 7 | |
| 8 | name py-suds-jurko |
| 9 | set realname suds-jurko |
| 10 | version 0.5 |
| 11 | categories-append devel net |
| 12 | platforms darwin |
| 13 | license LGPL-3+ |
| 14 | maintainers gmail.com:patrik.hartlen openmaintainer |
| 15 | |
| 16 | description Lightweight SOAP client (Jurko's fork) |
| 17 | long_description 'Suds' is a lightweight SOAP-based web service \ |
| 18 | client for Python licensed under LGPL. This is \ |
| 19 | hopefully just a temporary fork of the original \ |
| 20 | suds Python library project created because the \ |
| 21 | original project development seems to have \ |
| 22 | stalled. Should be reintegrated back into the \ |
| 23 | original project if it ever gets revived again. |
| 24 | |
| 25 | homepage http://pypi.python.org/pypi/${realname} |
| 26 | |
| 27 | master_sites http://pypi.python.org/packages/source/s/${realname} |
| 28 | distname ${realname}-${version} |
| 29 | use_bzip2 yes |
| 30 | checksums rmd160 060c8ae39362c5419e545d9bd718800ce06cd9f7 \ |
| 31 | sha256 3dd119ced5335d71a2844e380e6a509a1f05e6f5bbb5d1f8a2fdf5c74adff8ed |
| 32 | |
| 33 | python.versions 24 25 26 27 31 32 33 |