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 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | PortGroup bitbucket 1.0 |
---|
6 | |
---|
7 | |
---|
8 | bitbucket.setup brendanarnold fortranformat 0.2.3 |
---|
9 | |
---|
10 | name py-fortranformat |
---|
11 | |
---|
12 | categories python science print |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | supported_archs noarch |
---|
16 | license MIT |
---|
17 | maintainers nomaintainer |
---|
18 | description Mimics Fortran textual IO in Python |
---|
19 | long_description Generates text from a Python list of variables or will \ |
---|
20 | read a line of text into Python variables according to the FORTRAN format \ |
---|
21 | statement passed. |
---|
22 | |
---|
23 | checksums md5 d78c5a320fedcbdf21f823cd18e28ac0 \ |
---|
24 | rmd160 212edf59a6da06b8127322f30806e6559353ea79 \ |
---|
25 | sha256 ec76c1c7bc07972aa98e01ff2303bb0aefe77306be8ff2723bc40b7c7775292c |
---|
26 | python.versions 26 27 31 32 33 |
---|
27 | |
---|
28 | if {$subport != $name} { |
---|
29 | depends_build-append port:py${python.version}-setuptools |
---|
30 | livecheck.type none |
---|
31 | } |
---|