File: control

package info (click to toggle)
django-taggit 0.24.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 476 kB
  • sloc: python: 3,147; makefile: 77
file content (36 lines) | stat: -rw-r--r-- 1,094 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
Source: django-taggit
Maintainer: Michal Čihař <nijel@debian.org>
Uploaders:
 Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 9),
Build-Depends-Indep:
 dh-python,
 python3-all,
 python3-django,
 python3-mock,
 python3-setuptools,
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-taggit
Vcs-Git: https://salsa.debian.org/python-team/modules/django-taggit.git
Homepage: https://github.com/alex/django-taggit

Package: python3-django-taggit
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Breaks:
 ${python3:Breaks},
Description: simple tagging for Django (Python 3)
 This is a generic tagging application for Django, which allows
 association of a number of tags with any Model instance and makes
 retrieval of tags simple.
 .
 django-taggit a simpler approach to tagging with Django. Add "taggit" to your
 INSTALLED_APPS then just add a TaggableManager to your model.
 .
 This package installs the library for Python 3.