[112748] trunk/dports/python

g5pw at macports.org g5pw at macports.org
Wed Oct 30 15:02:26 PDT 2013


Revision: 112748
          https://trac.macports.org/changeset/112748
Author:   g5pw at macports.org
Date:     2013-10-30 15:02:26 -0700 (Wed, 30 Oct 2013)
Log Message:
-----------
python/py-fortranformat:
  new port (closes #39968)

Added Paths:
-----------
    trunk/dports/python/py-fortranformat/
    trunk/dports/python/py-fortranformat/Portfile

Added: trunk/dports/python/py-fortranformat/Portfile
===================================================================
--- trunk/dports/python/py-fortranformat/Portfile	                        (rev 0)
+++ trunk/dports/python/py-fortranformat/Portfile	2013-10-30 22:02:26 UTC (rev 112748)
@@ -0,0 +1,34 @@
+# -*- 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
+# $Id$
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           bitbucket 1.0
+
+
+bitbucket.setup     brendanarnold fortranformat 0.2.3
+
+name                py-fortranformat
+
+categories-append   science print
+
+platforms           darwin
+supported_archs     noarch
+license             MIT
+maintainers         fusion.gat.com: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     26 27 31 32 33
+
+master_sites        https://bitbucket.org/brendanarnold/py-fortranformat/downloads
+distname            fortranformat-${version}
+
+if {$subport != $name} {
+    depends_build-append port:py${python.version}-setuptools
+    livecheck.type       none
+}


Property changes on: trunk/dports/python/py-fortranformat/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131030/c6b92a70/attachment.html>


More information about the macports-changes mailing list