Permalink
Browse files
py-suds: add modeline, adjust whitespace
- Loading branch information
Showing
with
10 additions
and
7 deletions.
-
+10
−7
python/py-suds/Portfile
|
|
@@ -1,5 +1,7 @@ |
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
# -*- 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 |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
set realname suds |
|
|
name py-${realname} |
|
|
@@ -24,13 +26,14 @@ python.versions 27 |
|
|
python.default_version 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_build-append port:py${python.version}-setuptools |
|
|
depends_build-append \ |
|
|
port:py${python.version}-setuptools |
|
|
} |
|
|
|
|
|
if {${name} eq ${subport}} { |
|
|
livecheck.type regex |
|
|
livecheck.url https://fedorahosted.org/suds/wiki/ReleaseHistory |
|
|
livecheck.regex Release \\((\[0-9.\]+)\\) |
|
|
livecheck.type regex |
|
|
livecheck.url https://fedorahosted.org/suds/wiki/ReleaseHistory |
|
|
livecheck.regex Release \\((\[0-9.\]+)\\) |
|
|
} else { |
|
|
livecheck.type none |
|
|
livecheck.type none |
|
|
} |