Skip to content
Permalink
Browse files

py-tre: add modeline, adjust whitespace

  • Loading branch information
reneeotten committed Apr 15, 2019
1 parent f57cb1e commit 3e542d1095154da901415352b6906d60e32fb3a7
Showing with 6 additions and 3 deletions.
  1. +6 −3 python/py-tre/Portfile
@@ -1,3 +1,5 @@
# -*- 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

@@ -28,8 +30,9 @@ checksums rmd160 8031cc0c421dd0f473b4c98f49aef9805fa65b64 \
python.versions 27

if {${name} ne ${subport}} {
depends_lib-append port:tre

depends_lib-append \
port:tre

post-patch {
reinplace "s|@@MP_INCLUDE_DIR@@|${prefix}/include|g" ${worksrcpath}/setup.py
}
@@ -39,5 +42,5 @@ if {${name} ne ${subport}} {
${destroot}${prefix}/share/doc/${subport}
}

livecheck.type none
livecheck.type none
}

0 comments on commit 3e542d1

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