Skip to content
Permalink
Browse files

py-suds: add modeline, adjust whitespace

  • Loading branch information
reneeotten committed Apr 11, 2019
1 parent 54460d2 commit b29267414da97d8eefb41e4e1e662ff6731fb12a
Showing with 10 additions and 7 deletions.
  1. +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
}

0 comments on commit b292674

Please sign in to comment.
You can’t perform that action at this time.