File: control

package info (click to toggle)
mkdocs-static-i18n 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,412 kB
  • sloc: python: 3,131; xml: 45; makefile: 21; sh: 17
file content (36 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download
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
Source: mkdocs-static-i18n
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
Build-Depends-Indep:
 mkdocs <!nocheck>,
 mkdocs-material <!nocheck>,
 python3-pytest <!nocheck>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocs-static-i18n
Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocs-static-i18n.git
Homepage: https://github.com/ultrabug/mkdocs-static-i18n
Testsuite: autopkgtest-pkg-python

Package: mkdocs-static-i18n
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: MkDocs i18n plugin using static translation markdown files
 MkDocs is a fast, simple and downright gorgeous static site generator
 that's geared towards building project documentation. Documentation
 source files are written in Markdown, and configured with a single YAML
 configuration file.
 .
 This package contains an addon that allows you to support multiple
 languages of your documentation by adding static translation files
 to your existing documentation pages.