# -*- 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
PortGroup           bitbucket 1.0

bitbucket.setup     brendanarnold py-fortranformat 0.2.3
categories-append   science print
platforms           darwin
supported_archs     noarch
license             MIT
maintainers         {fusion.gat.com:smithsp @smithsp} 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           md5 d78c5a320fedcbdf21f823cd18e28ac0 \
                    rmd160 212edf59a6da06b8127322f30806e6559353ea79 \
                    sha256 ec76c1c7bc07972aa98e01ff2303bb0aefe77306be8ff2723bc40b7c7775292c
python.versions     27 35 36 37

bitbucket.tarball_from downloads
distname            fortranformat-${version}

if {${name} ne ${subport}} {
    depends_build-append port:py${python.version}-setuptools
    livecheck.type       none
}