File: control

package info (click to toggle)
python-django-navtag 2.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 212 kB
  • ctags: 57
  • sloc: python: 265; makefile: 7
file content (45 lines) | stat: -rw-r--r-- 1,833 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
Source: python-django-navtag
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-django,
               python-setuptools,
               python3-all,
               python3-django,
               python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-navtag.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-navtag.git
Homepage: http://github.com/SmileyChris/django-navtag
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3

Package: python-django-navtag
Architecture: all
Depends: python-django,
         ${misc:Depends},
         ${python:Depends}
Description: Django template tag to handle navigation (Python2 version)
 A simple Django template tag to handle navigation item selection. It works
 through template inheritance and allows one to define hierarchical navigation
 menu structures in the presentation layer. It differentiates itself from other
 solutions by sole reliance on templates.
 .
 This package contains the Python 2 version of the library.

Package: python3-django-navtag
Architecture: all
Depends: python3-django,
         ${misc:Depends},
         ${python3:Depends}
Description: Django template tag to handle navigation (Python3 version)
 A simple Django template tag to handle navigation item selection. It works
 through template inheritance and allows one to define hierarchical navigation
 menu structures in the presentation layer. It differentiates itself from other
 solutions by sole reliance on templates.
 .
 This package contains the Python 3 version of the library.