File: control

package info (click to toggle)
python-django-navtag 2.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: python: 243; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 1,104 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: 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-compat (= 11),
 dh-python,
 python3-all,
 python3-django,
 python3-setuptools,
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-django-navtag
Vcs-Git: https://salsa.debian.org/python-team/modules/python-django-navtag.git
Homepage: https://github.com/SmileyChris/django-navtag
Testsuite: autopkgtest-pkg-python

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.