File: control

package info (click to toggle)
python-django-mptt 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 604 kB
  • ctags: 411
  • sloc: python: 2,821; makefile: 119; sh: 12
file content (22 lines) | stat: -rw-r--r-- 1,107 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
Source: python-django-mptt
Section: python
Priority: optional
Maintainer: Janos Guljas <janos@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python-all, python-setuptools, python-sphinx, python-django
Standards-Version: 3.9.4
Homepage: https://github.com/django-mptt/django-mptt
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-mptt/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-mptt//trunk/

Package: python-django-mptt
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, libjs-jquery, python-django, libjs-underscore
Provides: ${python:Provides}
Description: Modified Preorder Tree Traversal Django application
 Django MPTT is a reusable/standalone Django application which aims to
 make it easy for you to use Modified Preorder Tree Traversal with your
 own Django models in your own applications.
 .
 It takes care of the details of managing a database table as a tree
 structure and provides tools for working with trees of model instances.