File: control

package info (click to toggle)
django-pagination 1.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: python: 337; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,022 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
Source: django-pagination
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Andrew Starr-Bochicchio <asb@debian.org>,
 Chris Lamb <lamby@debian.org>,
Standards-Version: 4.2.1
Build-Depends-Indep:
 debhelper (>= 11),
 python (>= 2.6.6-3~),
Build-Depends:
 dh-python,
 python-setuptools,
Homepage: https://github.com/ericflo/django-pagination
Vcs-Git: https://salsa.debian.org/python-team/modules/django-pagination.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-pagination

Package: python-django-pagination
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 python-django,
Description: utilities for creating pagination tools for Django
 A set of utilities for creating robust pagination tools throughout a Django
 application.
 .
 It supports quickly create nice-looking paginated lists without altering your
 views, multiple lists per page, and support for using custom templates for
 each pagination.