[go: up one dir, main page]

File: control

package info (click to toggle)
dominate 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 180 kB
  • ctags: 298
  • sloc: python: 1,743; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,789 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
Source: dominate
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ross Gammon <rosco2@ubuntu.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python-pytest,
               python3-all,
               python3-setuptools,
               python3-pytest
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/dominate.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/dominate.git
Homepage: https://github.com/Knio/dominate
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Testsuite: autopkgtest-pkg-python

Package: python-dominate
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends}
Description: Python 2 library for creating and manipulating HTML documents
 Dominate is a Python library for creating and manipulating HTML documents
 using an elegant DOM API. It allows you to write HTML pages in pure Python
 very concisely, which eliminate the need to learn another template language,
 and to take advantage of the more powerful features of Python.
 .
 This package installs the library for Python 2.

Package: python3-dominate
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Python 3 library for creating and manipulating HTML documents
 Dominate is a Python library for creating and manipulating HTML documents 
 using an elegant DOM API. It allows you to write HTML pages in pure Python 
 very concisely, which eliminate the need to learn another template language, 
 and to take advantage of the more powerful features of Python.
 . 
 This package installs the library for Python 3.