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
|
Source: python-django-tagging
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonas Genannt <genannt@debian.org>,
Christopher Baines <mail@cbaines.net>,
Christos Trochalakis <ctrochalakis@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-django (>= 1.7),
python-setuptools,
python3-all,
python3-django,
python3-setuptools
Build-Depends-Indep: python-docutils, python3-docutils
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-tagging.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-tagging.git
Homepage: https://github.com/Fantomas42/django-tagging
X-Python-Version: >=2.7
Package: python-django-tagging
Architecture: all
Depends: python-django (>= 1.7), ${misc:Depends}, ${python:Depends}
Description: Generic tagging application for Django projects (Python 2)
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.
.
Models can be expanded with a new TagField; web templates
can easily include tag clouds and dedicated views are available
to browse objects by tag.
.
This is the Python 2 version of the package.
Package: python3-django-tagging
Architecture: all
Depends: python3-django, ${misc:Depends}, ${python3:Depends}
Description: Generic tagging application for Django projects (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.
.
Models can be expanded with a new TagField; web templates
can easily include tag clouds and dedicated views are available
to browse objects by tag.
.
This is the Python 3 version of the package.
|