Commits
Michael Dickens authored a6e8235a9bc
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup python 1.0 |
6 6 | |
7 7 | name py-oct2py |
8 8 | |
9 9 | python.versions 27 36 37 |
10 10 | python.default_version 27 |
11 11 | |
12 - | github.setup blink1073 oct2py 5.0.1 v |
13 - | checksums rmd160 3a5091c08cacab69c03966e4643958cc9133de60 \ |
14 - | sha256 ed321055400e548887c22b7109858cdea8ea2e931537e65efef5c61c29e4b1df \ |
15 - | size 439244 |
12 + | github.setup blink1073 oct2py 5.0.2 v |
13 + | checksums rmd160 4950ca9cb3b58e36304a40cdc6a5d7be93601e68 \ |
14 + | sha256 b983caf7ff5d3fd5d1490a3d9d8e7927be81de365b196469f526354176137e15 \ |
15 + | size 441815 |
16 16 | revision 0 |
17 17 | |
18 18 | license MIT |
19 19 | maintainers {michaelld @michaelld} openmaintainer |
20 20 | description Python to GNU Octave bridge --> run m-files from Python. |
21 21 | long_description ${description} |
22 22 | platforms darwin |
23 23 | |
24 24 | if {${name} ne ${subport}} { |
25 25 | depends_lib-append \ |