[Python-modules-commits] [fparser] 01/05: Rename Fortran2003 -> Fortran2015

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jul 28 10:45:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch dev-f2015
in repository fparser.

commit 2c749041125967120c07f3de5da323c5b68fadfd
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jul 25 12:44:57 2017 +0100

    Rename Fortran2003 -> Fortran2015
---
 src/fparser/{Fortran2003.py => Fortran2015.py} | 3 ++-
 src/fparser/api.py                             | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/fparser/Fortran2003.py b/src/fparser/Fortran2015.py
similarity index 99%
rename from src/fparser/Fortran2003.py
rename to src/fparser/Fortran2015.py
index 461836e..e172404 100644
--- a/src/fparser/Fortran2003.py
+++ b/src/fparser/Fortran2015.py
@@ -64,10 +64,11 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 # DAMAGE.
 
-"""Fortran 2003 Syntax Rules.
+"""Fortran 2015 Syntax Rules.
 """
 # Original author: Pearu Peterson <pearu at cens.ioc.ee>
 # First version created: Oct 2006
+# Modified for Fortran 2015: Alastair McKinstry, <alastair.mckinstry at ichec.ie>, 2017
 
 import re
 import logging
diff --git a/src/fparser/api.py b/src/fparser/api.py
index 1c5d5b6..8537935 100644
--- a/src/fparser/api.py
+++ b/src/fparser/api.py
@@ -72,7 +72,7 @@ Module content
 
 __autodoc__ = ['get_reader', 'parse', 'walk']
 
-import Fortran2003
+import Fortran2015
 # import all Statement classes:
 from base_classes import EndStatement, classes
 from block_statements import *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fparser.git



More information about the Python-modules-commits mailing list