blob: 84020e58224cb220afb1d4548dcb472a23120139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
pkgbase = ford
pkgdesc = Automatically generates FORtran Documentation from comments within the code
pkgver = 7.0.8
pkgrel = 1
url = https://github.com/Fortran-FOSS-Programmers/ford
arch = any
license = GPL-3.0-only
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python-toposort
depends = python-markdown
depends = python-markdown-include
depends = python-markdown-math
depends = python-tqdm
depends = python-bs4
depends = python-graphviz
depends = python-pygments
depends = python-jinja
depends = python-importlib-metadata
depends = python-tomli
depends = python-rich
depends = python-pcpp
optdepends = fortls: Fortran Language Server compatible with FORD documentation
optdepends = python-sphinx
optdepends = python-sphinx-autodoc-typehints
optdepends = python-sphinx-inline-tabs
optdepends = python-sphinx-book-theme
optdepends = sphinx-argparse-cli
source = https://pypi.io/packages/source/f/ford/ford-7.0.8.tar.gz
source = pyproject.toml.patch
sha256sums = b9d0695eac1779f73078776e11f5e6c7dbf22e5c9e3dff4a5e7fbe92a0740562
sha256sums = 2621c5d2dbab965d7024a367150a637ef8148a7c40666b7b4678c6052fb51596
pkgname = ford
|