File: control

package info (click to toggle)
django-sekizai 0.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 496 kB
  • sloc: python: 727; makefile: 89
file content (89 lines) | stat: -rw-r--r-- 3,247 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: django-sekizai
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
 Ondřej Surý <ondrej@debian.org>,
 Edward Betts <edward@4angle.com>,
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep:
 python-django,
 python-django-classy-tags,
 python-pep8,
 python-pycodestyle,
 python3-django,
 python3-django-classy-tags,
 python3-pep8,
 python3-pycodestyle,
Standards-Version: 4.2.1
Homepage: https://django-sekizai.readthedocs.org/
Vcs-Git: https://salsa.debian.org/python-team/modules/django-sekizai.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-sekizai

Package: python-django-sekizai
Architecture: all
Depends:
 python-django,
 python-django-classy-tags,
 ${misc:Depends},
 ${python:Depends},
Suggests:
 python-django-sekizai-doc,
Description: template blocks for Django projects
 Sekizai means “blocks” in Japanese, and that’s what this app provides.
 A fresh look at blocks. With django-sekizai you can define placeholders
 where your blocks get rendered and at different places in your templates
 append to those blocks. This is especially useful for css and javascript.
 Your subtemplates can now define css and javscript files to be included,
 and the css will be nicely put at the top and the javascript to the bottom,
 just like you should. Also sekizai will ignore any duplicate content in
 a single block.

Package: python-django-sekizai-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: template blocks for Django projects (Documentation)
 Sekizai means “blocks” in Japanese, and that’s what this app provides.
 A fresh look at blocks. With django-sekizai you can define placeholders
 where your blocks get rendered and at different places in your templates
 append to those blocks. This is especially useful for css and javascript.
 Your subtemplates can now define css and javscript files to be included,
 and the css will be nicely put at the top and the javascript to the bottom,
 just like you should. Also sekizai will ignore any duplicate content in
 a single block.
 .
 This package contains the documentation.

Package: python3-django-sekizai
Architecture: all
Depends:
 python3-django,
 python3-django-classy-tags,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-django-sekizai-doc,
Description: template blocks for Django projects (Python3 version)
 Sekizai means “blocks” in Japanese, and that’s what this app provides.
 A fresh look at blocks. With django-sekizai you can define placeholders
 where your blocks get rendered and at different places in your templates
 append to those blocks. This is especially useful for css and javascript.
 Your subtemplates can now define css and javscript files to be included,
 and the css will be nicely put at the top and the javascript to the bottom,
 just like you should. Also sekizai will ignore any duplicate content in
 a single block.
 .
 This package contains the Python 3 version of the library.