Skip to content

Commit

Permalink
py-biggles: whitespace changes only
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten authored and pmetzger committed Feb 20, 2019
1 parent ea5f824 commit 45b2b2e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions python/py-biggles/Portfile
@@ -1,13 +1,13 @@
# -*- 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 github 1.0
PortGroup python 1.0
PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0

github.setup nolta biggles 1.6.7 v

name py-biggles
revision 1

categories-append graphics math science
platforms darwin
license GPL-2
Expand All @@ -22,13 +22,15 @@ homepage http://biggles.sourceforge.net/
checksums md5 a6c7c07ecbfc142024c9c17cb20b7249 \
sha1 d29e56a7d11efcd249c54a82a9f86d82936e6428 \
rmd160 08172f51bfad355f2067f8a9ab86e75a0b73e201

python.versions 27

if {${name} ne ${subport}} {
depends_lib-append port:plotutils port:py${python.version}-numpy \
port:xorg-libXaw

depends_lib-append \
port:plotutils \
port:py${python.version}-numpy \
port:xorg-libXaw

build.target build_ext
build.args -I${prefix}/include
}

0 comments on commit 45b2b2e

Please sign in to comment.