[Python-modules-commits] [fparser] 04/06: add python3 package

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Jul 26 09:33:11 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository fparser.

commit 8c0c4880246b70d324d1c0a66271a7456f373376
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Jul 26 06:26:37 2017 +0100

    add python3 package
---
 debian/control | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d4a3d0c..8ca5fad 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: fparser
 Section: python
 Priority: optional
 Maintainer: Alastair McKinstry <mckinstry at debian.org>
-Build-Depends: debhelper (>= 10), python-all, dh-python, python-setuptools
+Build-Depends: debhelper (>= 10), python-all, dh-python, python-setuptools,
+ python3-all, python3-setuptools
 Standards-Version: 4.0.0
 Homepage: https://github.com/stfc/fparser
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/fparser.git
@@ -11,7 +12,20 @@ Package: python-fparser
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
-Description: Parser(s) for the Fortran language
+Description: Python Parser for the Fortran language
+ The fparser package is a Python implementation of a Fortran 66/77/90/95/2003
+ language parser. Currently fparser actually includes two different
+ implementations; the first, “fparser”, supports Fortran 66/77/90 (plus some
+ extensions — see fparser) but only parses down to the level of individual
+ lines of code, i.e. not the content of the Fortran expressions themselves.
+ The second, “fparser2”, also has support for Fortran 2003 and is able to parse
+ Fortran expressions. It is however, less mature than fparser.
+
+Package: python3-fparser
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Provides: ${python3:Provides}
+Description: Python3 Parser for the Fortran language
  The fparser package is a Python implementation of a Fortran 66/77/90/95/2003
  language parser. Currently fparser actually includes two different
  implementations; the first, “fparser”, supports Fortran 66/77/90 (plus some

-- 
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