Codebase list lektor / ac55c74
run wrap-and-sort -bastk Jérôme Charaoui 1 year, 3 months ago
2 changed file(s) with 41 addition(s) and 39 deletion(s). Raw diff Collapse all Expand all
11 Section: python
22 Priority: optional
33 Maintainer: Jérôme Charaoui <jerome@riseup.net>
4 Build-Depends: debhelper-compat (= 13),
5 dh-python,
6 python3,
7 python3-all,
8 python3-babel,
9 python3-click (>=6.0),
10 python3-cryptography,
11 python3-exif,
12 python3-filetype (>=1.0.7),
13 python3-flask,
14 python3-idna,
15 python3-inifile (>=0.4.1),
16 python3-jinja2 (>=3),
17 python3-mistune0,
18 python3-openssl,
19 python3-pip,
20 python3-slugify,
21 python3-requests,
22 python3-setuptools,
23 python3-setuptools-scm,
24 python3-watchdog,
25 python3-werkzeug (<<3),
26 pybuild-plugin-pyproject,
27 python3-pytest,
28 python3-pytest-click,
29 python3-pytest-cov,
30 python3-pytest-mock
4 Build-Depends:
5 debhelper-compat (= 13),
6 dh-python,
7 pybuild-plugin-pyproject,
8 python3,
9 python3-all,
10 python3-babel,
11 python3-click (>=6.0),
12 python3-cryptography,
13 python3-exif,
14 python3-filetype (>=1.0.7),
15 python3-flask,
16 python3-idna,
17 python3-inifile (>=0.4.1),
18 python3-jinja2 (>=3),
19 python3-mistune0,
20 python3-openssl,
21 python3-pip,
22 python3-pytest,
23 python3-pytest-click,
24 python3-pytest-cov,
25 python3-pytest-mock,
26 python3-requests,
27 python3-setuptools,
28 python3-setuptools-scm,
29 python3-slugify,
30 python3-watchdog,
31 python3-werkzeug (<<3),
3132 Standards-Version: 4.6.2
3233 Homepage: https://www.getlektor.com/
3334 Vcs-Git: https://salsa.debian.org/debian/lektor.git
3637
3738 Package: lektor
3839 Architecture: all
39 Depends: ${misc:Depends},
40 ${python3:Depends},
41 fonts-roboto-slab
40 Depends:
41 fonts-roboto-slab,
42 ${misc:Depends},
43 ${python3:Depends},
4244 Description: Python-based static website generator
4345 Lektor is a static website generator. A lektor project is a collection of
4446 static files that can be built into many individual HTML pages. Lektor can also
00 Tests: upstream
11 Depends:
2 @,
3 ffmpeg,
4 git,
5 imagemagick,
6 python3-all,
7 python3-pytest,
8 python3-pytest-click,
9 python3-pytest-mock,
10 python3-pytest-cov
2 ffmpeg,
3 git,
4 imagemagick,
5 python3-all,
6 python3-pytest,
7 python3-pytest-click,
8 python3-pytest-cov,
9 python3-pytest-mock,
10 @,