File: __init__.py

package info (click to toggle)
dh-fortran 0.57
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 816 kB
  • sloc: f90: 5,705; python: 1,485; perl: 610; makefile: 80; sh: 7
file content (15 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/python3
"""
Copyright (C) 2025 Alastair McKinstry <mckinstry@debian.org>
Released under the GPL-3 GNU Public License.
"""

from importlib.metadata import version as __version__

DEPENDS_SUBSTVARS = {
    "fortran": "${fortran:Depends}",
}
PKG_NAME_TPLS = {
    "fortran": ("libfortran-", "fortran."),
}
# options.command = {"fortran": "dh-fortran"}