Ticket #29299: Portfile

File Portfile, 914 bytes (added by astrofitz (Michael Fitzgerald), 13 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup python27 1.0
5
6set realname        suds
7name                py27-${realname}
8version             0.4
9categories          python devel net
10maintainers         mmoll openmaintainer
11description         Suds is a lightweight SOAP python client for consuming Web Services.
12long_description    $description
13homepage            https://fedorahosted.org/suds/
14platforms           darwin
15master_sites        https://fedorahosted.org/releases/s/u/suds/
16checksums           md5     05523dfd3fc0de3f19dde4aca5dd17e9 \
17                    sha1    47d943c3cd9432ac8ad237621803ba06ef5a3474 \
18                    rmd160  6d7ed5c7a83680542509aa26cf5165673871db78
19distname            python-${realname}-${version}
20
21depends_build-append port:py27-distribute
22
23livecheck.type      regex
24livecheck.url       https://fedorahosted.org/suds/wiki/ReleaseHistory
25livecheck.regex     Release \\((\[0-9.\]+)\\)