File: control

package info (click to toggle)
python-markuppy 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 112 kB
  • sloc: python: 359; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 921 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
Source: python-markuppy
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),
 python3-all,
Build-Depends-Indep:
 dh-python,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-markuppy
Vcs-Git: https://salsa.debian.org/python-team/packages/python-markuppy.git
Homepage: https://pypi.org/project/MarkupPy

Package: python3-markuppy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: module to generate HTML/XML content (Python3)
 This is MarkupPy - a Python module that attempts to make it easier to generate
 HTML/XML from a Python program in an intuitive, lightweight, customizable and
 pythonic way.
 .
 This package contains the Python 3 version of the library.