Skip to content
Permalink
Browse files

py-simpletal: add modeline, adjust whitespace

  • Loading branch information
reneeotten committed Apr 9, 2019
1 parent 6058994 commit 5db80f0c6a055b7c717312f4efe6dc7809777992
Showing with 7 additions and 5 deletions.
  1. +7 −5 python/py-simpletal/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

name py-simpletal
version 4.1
@@ -24,9 +26,9 @@ checksums md5 16c5673382967310b336c68591ae6786 \
python.versions 27

if {${name} eq ${subport}} {
livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex SimpleTAL-(\\d+(?:\\.\\d+)*)
livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex SimpleTAL-(\\d+(?:\\.\\d+)*)
} else {
livecheck.type none
}

0 comments on commit 5db80f0

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