File: control

package info (click to toggle)
python-django-parler 2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,012 kB
  • sloc: python: 4,291; makefile: 164; sh: 6
file content (59 lines) | stat: -rw-r--r-- 1,876 bytes parent folder | download | duplicates (2)
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
50
51
52
53
54
55
56
57
58
59
Source: python-django-parler
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python-django-doc,
 python-django-polymorphic-doc,
 python3-all,
 python3-babel,
 python3-django,
 python3-django-polymorphic,
 python3-pytest,
 python3-setuptools,
 python3-sphinx,
Standards-Version: 4.6.0.1
Homepage: https://github.com/django-parler/django-parler
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-parler
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-parler.git
Rules-Requires-Root: no

Package: python-django-parler-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Django model translations (Documentation)
 Simple Django model translations without nasty hacks.
 Features:
  * Nice admin integration.
  * Access translated attributes like regular attributes.
  * Automatic fallback to the default language.
  * Separate table for translated fields, compatible with django-hvad.
  * Plays nice with others, compatible with django-polymorphic and django-mptt.
 .
 This package contains the documentation.

Package: python3-django-parler
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-django-parler-doc,
Description: Django model translations (Python3 version)
 Simple Django model translations without nasty hacks.
 Features:
  * Nice admin integration.
  * Access translated attributes like regular attributes.
  * Automatic fallback to the default language.
  * Separate table for translated fields, compatible with django-hvad.
  * Plays nice with others, compatible with django-polymorphic and django-mptt.
 .
 This package contains the Python 3 version of the library.