Commits
Ryan Schmidt authored cb2b221e999
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 | PortSystem 1.0 |
3 3 | PortGroup python 1.0 |
4 4 | PortGroup bitbucket 1.0 |
5 5 | |
6 6 | bitbucket.setup brendanarnold py-fortranformat 0.2.3 |
7 7 | categories-append science print |
8 8 | platforms darwin |
9 9 | supported_archs noarch |
10 10 | license MIT |
11 - | maintainers fusion.gat.com:smithsp openmaintainer |
11 + | maintainers {fusion.gat.com:smithsp @smithsp} openmaintainer |
12 12 | description Mimics Fortran textual IO in Python |
13 13 | long_description Generates text from a Python list of variables or will \ |
14 14 | read a line of text into Python variables according to the FORTRAN format \ |
15 15 | statement passed. |
16 16 | |
17 17 | checksums md5 d78c5a320fedcbdf21f823cd18e28ac0 \ |
18 18 | rmd160 212edf59a6da06b8127322f30806e6559353ea79 \ |
19 19 | sha256 ec76c1c7bc07972aa98e01ff2303bb0aefe77306be8ff2723bc40b7c7775292c |
20 20 | python.versions 26 27 33 34 35 36 |
21 21 | |