fparser 0.1.4-3 source package in Ubuntu

Changelog

fparser (0.1.4-3) unstable; urgency=medium

  * Remove obsolete dep. on python-six. Closes: #1064570

 -- Alastair McKinstry <email address hidden>  Sun, 25 Feb 2024 06:54:57 +0000

Upload details

Uploaded by:
Alastair McKinstry
Uploaded to:
Sid
Original maintainer:
Alastair McKinstry
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fparser_0.1.4-3.dsc 1.9 KiB ba2d005a6bd6b4984a8d60606ea68ae4e0b8af2e3eae172c2547771cb6bfea76
fparser_0.1.4.orig.tar.xz 293.4 KiB 4d00d892169ccb7f392d42a80f0352be8d37d962b4078240677c4c6fcf3bc35c
fparser_0.1.4-3.debian.tar.xz 4.4 KiB 5d8e449953ee9f832dbdccb54f97827a00600401af2e8feaa07e525fdc5d4c5f

No changes file available.

Binary packages built by this source

python3-fparser: 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
 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.