diff -ur py-fortranformat.orig/Portfile py-fortranformat/Portfile
old
|
new
|
|
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 | | PortGroup bitbucket 1.0 |
| 4 | PortGroup github 1.0 |
5 | 5 | |
6 | | bitbucket.setup brendanarnold py-fortranformat 0.2.3 |
| 6 | github.setup simright py-fortranformat 7de5aa505ee26f2457d25e6546d6814273cd5815 |
| 7 | version 0.2.5 |
7 | 8 | categories-append science print |
8 | 9 | platforms darwin |
9 | 10 | supported_archs noarch |
… |
… |
|
14 | 15 | read a line of text into Python variables according to the FORTRAN format \ |
15 | 16 | statement passed. |
16 | 17 | |
17 | | checksums md5 d78c5a320fedcbdf21f823cd18e28ac0 \ |
18 | | rmd160 212edf59a6da06b8127322f30806e6559353ea79 \ |
19 | | sha256 ec76c1c7bc07972aa98e01ff2303bb0aefe77306be8ff2723bc40b7c7775292c |
20 | | python.versions 27 35 36 37 |
| 18 | checksums md5 cbea8486c42e8af6e90ba915f1d9eaef \ |
| 19 | rmd160 9ec660b7ceccda313b7031ee2d6e1094827beb90 \ |
| 20 | sha256 3b0067036609408edd662e55acafa292d430ef2495b3ace0880312758589c0cd \ |
| 21 | size 14104475 |
| 22 | python.versions 27 35 36 37 38 |
21 | 23 | |
22 | | bitbucket.tarball_from downloads |
23 | 24 | distname fortranformat-${version} |
24 | 25 | |
25 | 26 | if {${name} ne ${subport}} { |