1 | PortSystem 1.0 |
---|
2 | PortGroup python 1.0 |
---|
3 | |
---|
4 | name py-fortranformat |
---|
5 | set real_name fortranformat |
---|
6 | |
---|
7 | version 0.2.3 |
---|
8 | platforms darwin |
---|
9 | supported_archs noarch |
---|
10 | license MIT |
---|
11 | maintainers nomaintainer |
---|
12 | description Mimics Fortran textual IO in Python |
---|
13 | long_description Generates text from a Python list of variables or will \ |
---|
14 | read a line of text into Python variables according to the FORTRAN format \ |
---|
15 | statement passed. |
---|
16 | |
---|
17 | checksums md5 d78c5a320fedcbdf21f823cd18e28ac0 |
---|
18 | python.versions 26 27 31 32 33 |
---|
19 | homepage https://bitbucket.org/brendanarnold/${name} |
---|
20 | |
---|
21 | master_sites \ |
---|
22 | https://bitbucket.org/brendanarnold/py-fortranformat/downloads/ \ |
---|
23 | https://pypi.python.org/packages/source/f/fortranformat/ |
---|
24 | |
---|
25 | distname ${real_name}-${version} |
---|
26 | |
---|
27 | |
---|
28 | if {$subport != $name} { |
---|
29 | depends_build-append port:py${python.version}-setuptools |
---|
30 | livecheck.type none |
---|
31 | } |
---|