File: control

package info (click to toggle)
django-tables 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 916 kB
  • ctags: 1,223
  • sloc: python: 3,859; makefile: 120
file content (57 lines) | stat: -rw-r--r-- 2,516 bytes parent folder | download | duplicates (2)
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
Source: django-tables
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Build-Depends: debhelper (>=8.1.0), dh-python,
 python-all (>= 2.6.6-3~), python-django (>= 1.8), python-setuptools, python-six,
 python-pytest-django, python-fudge, python-lxml, python-tz,
 python-django-haystack,
 python3-all, python3-django (>= 1.8), python3-setuptools, python3-six,
 python3-pytest-django, python3-fudge, python3-lxml, python3-tz,
 python3-django-haystack,
Build-Depends-Indep: python-sphinx (>= 1.0.7+dfsg-1~), python-doc, python-django-doc
Standards-Version: 3.9.7
X-Python-Version: >= 2.6
Homepage: https://github.com/bradleyayers/django-tables2/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-tables.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-tables.git

Package: python-django-tables2
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.8)
Suggests: python-django-tables2-doc
Replaces: django-tables (<< 0.13.0-2)
Breaks: django-tables (<< 0.13.0-2)
Description: Table/data-grid framework for Django
 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.

Package: python3-django-tables2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django (>= 1.8)
Suggests: python-django-tables2-doc
Description: Table/data-grid framework for Django
 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.

Package: python-django-tables2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, python-doc, python-django-doc
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: django-tables
Depends: python-django-tables2, ${misc:Depends}
Architecture: all
Priority: extra
Section: oldlibs
Description: Table/data-grid framework for Django (transitional package)
 This is a dummy package to aid switching to python-django-tables2.