# -*- 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-fortranformat
version             2.0.3
revision            0

categories-append   science print
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer

description         Mimics Fortran textual IO in Python
long_description    Generates text from a Python list of variables or will read a line of text \
                    into Python variables according to the FORTRAN format statement passed.

checksums           rmd160  236500f6ef6ff74c2fc8185561420507eb475cc5 \
                    sha256  1e765c01a66208d54d75cae140ba9f1adda0548aaad8538cba8da39e69ac178c \
                    size    18657

python.versions     39 310 311 312 313
python.pep517_backend poetry
