File: control

package info (click to toggle)
django-tables 2.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,752 kB
  • sloc: python: 7,120; makefile: 132; sh: 74
file content (68 lines) | stat: -rw-r--r-- 2,056 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: django-tables
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Brian May <bam@debian.org>,
Build-Depends:
 debhelper-compat (=13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 python3-all,
 python3-hatchling,
Build-Depends-Indep:
 pybuild-plugin-pyproject,
 python-django-doc <!nodoc>,
 python3-django <!nocheck> <!nodoc>,
 python3-django-filters <!nocheck>,
 python3-doc <!nodoc>,
 python3-fudge <!nocheck>,
 python3-lxml <!nocheck>,
 python3-myst-parser <!nodoc>,
 python3-psycopg2 <!nocheck>,
 python3-recommonmark <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 python3-sphinxcontrib.jquery <!nodoc>,
 python3-sphinxcontrib.spelling <!nodoc>,
 python3-tablib <!nocheck> <!nodoc>,
 python3-tz <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/jieter/django-tables2
Vcs-Git: https://salsa.debian.org/python-team/packages/django-tables.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-tables
Rules-Requires-Root: no

Package: python-django-tables2-doc
Section: doc
Architecture: all
Suggests:
 python-django-doc,
 python3-doc,
Depends:
 libjs-bootstrap5,
 libjs-jquery,
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Table/data-grid framework for Django (Documentation)
 django-tables2 simplifies the task of turning sets of data into HTML tables. It
 has native support for pagination and sorting. It does for HTML tables what
 ``django.forms`` does for HTML forms.
 .
 This package contains the documentation.

Package: python3-django-tables2
Architecture: all
Depends:
 python3-django (>= 3:4.2~),
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-django-tables2-doc,
Description: Table/data-grid framework for Django (Python 3)
 django-tables2 simplifies the task of turning sets of data into HTML tables. It
 has native support for pagination and sorting. It does for HTML tables what
 ``django.forms`` does for HTML forms.
 .
 This package provides the Python 3 module.