File: control

package info (click to toggle)
mkdocs-test 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: python: 938; sh: 34; makefile: 5
file content (47 lines) | stat: -rw-r--r-- 1,478 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
37
38
39
40
41
42
43
44
45
46
47
Source: mkdocs-test
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Boyuan Yang <byang@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-bs4,
 python3-lxml,
 python3-markdown,
 python3-pandas,
 python3-pytest <!nocheck>,
 python3-rich,
 python3-setuptools,
 python3-setuptools-scm,
 python3-super-collections,
 python3-yaml,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/fralau/mkdocs-test
Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocs-test.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocs-test
Rules-Requires-Root: no
Description: Testing framework for MkDocs projects
 The purpose of Mkdocs-Test is to facilitate the comparison of source pages
 (Markdown files) and destination pages (HTML) in an MkDocs project.
 .
 MkDocs-Test is a framework composed of two parts:
 - an MkDocs plugin (test): it creates a __test__ directory,
   which contains the data necessary to map the pages of the website.
 - a framework for conducting the test. The DocProject class groups
   together all the information necessary for the tests on a specific
   MkDocs project.

Package: python3-mkdocs-test
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${python3:Recommends},
Description: ${source:Synopsis} (Python 3)
 ${source:Extended-Description}