File: control

package info (click to toggle)
django-assets 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 316 kB
  • ctags: 258
  • sloc: python: 979; makefile: 134
file content (67 lines) | stat: -rw-r--r-- 2,719 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
Source: django-assets
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>, Chris Lamb <lamby@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-doc,
               python-nose,
               python-django,
               python-webassets,
               python-webassets-doc,
               python-setuptools,
               python3-all,
               python3-doc,
               python3-nose,
               python3-django,
               python3-setuptools,
               python3-sphinx,
               python3-webassets
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Homepage: https://github.com/miracle2k/django-assets
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-assets.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-assets.git

Package: python-django-assets
Architecture: all
Depends: python-django,
         python-webassets,
         ${misc:Depends},
         ${python:Depends}
Suggests: python-django-assets-doc
Description: integrate webassets into Django applications
 django-assets will automatically merge and compress bundle’s source files the
 first time a template including them is rendered, and will automatically update
 the compressed file every time a source file changes. If debugging is enabled,
 each source file will be outputted individually instead.

Package: python3-django-assets
Architecture: all
Depends: python3-django,
         python3-webassets,
         ${misc:Depends},
         ${python3:Depends}
Suggests: python-django-assets-doc
Description: integrate webassets into Django applications (Python3 version)
 django-assets will automatically merge and compress bundle’s source files the
 first time a template including them is rendered, and will automatically update
 the compressed file every time a source file changes. If debugging is enabled,
 each source file will be outputted individually instead.
 .
 This package contains the Python 3 version of the library.

Package: python-django-assets-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: integrate webassets into Django applications (Documentation)
 django-assets will automatically merge and compress bundle’s source files the
 first time a template including them is rendered, and will automatically update
 the compressed file every time a source file changes. If debugging is enabled,
 each source file will be outputted individually instead.
 .
 This package contains the documentation.