File: control

package info (click to toggle)
python-markdown-include 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 212 kB
  • sloc: python: 242; sh: 17; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,068 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
Source: python-markdown-include
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
Build-Depends-Indep:
 pybuild-plugin-pyproject,
 python3-markdown <!nocheck>,
 python3-poetry,
 python3-setuptools,
 python3-pytest <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-markdown-include
Vcs-Git: https://salsa.debian.org/python-team/packages/python-markdown-include.git
Homepage: https://github.com/cmacmackin/markdown-include

Package: python3-markdown-include
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Extension to Python-Markdown (Python3 version)
 This package is an extension for python3-markdown and provides an
 "include" function, similar to that found in LaTeX (and also the C
 pre-processor and Fortran).
 .
 This package contains the Python 3 version of the library.