File: control

package info (click to toggle)
python-django-compressor 2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,028 kB
  • sloc: python: 4,390; makefile: 140; javascript: 5
file content (55 lines) | stat: -rw-r--r-- 1,510 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
Source: python-django-compressor
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 csstidy,
 python3-brotli,
 python3-bs4,
 python3-calmjs,
 python3-coverage (>= 4.4),
 python3-csscompressor (>= 0.9.5),
 python3-django,
 python3-django-appconf (>= 1.0.3),
 python3-django-sekizai,
 python3-html5lib,
 python3-jinja2,
 python3-lxml,
 python3-mock,
 python3-nose,
 python3-rcssmin,
 python3-rjsmin (>= 1.1.0),
 python3-slimit,
 python3-six,
 python3-unittest2,
Standards-Version: 4.1.1
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-django-compressor
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-django-compressor.git
Homepage: https://pypi.python.org/pypi/django_compressor/

Package: python3-django-compressor
Architecture: all
Depends:
 python3-csscompressor (>= 0.9.5),
 python3-calmjs,
 python3-django,
 python3-django-appconf (>= 1.0.3),
 python3-rcssmin,
 python3-rjsmin (>= 1.1.0),
 python3-six,
 ${misc:Depends},
 ${python3:Depends},
Description: Compresses linked, inline JS or CSS into single cached files - Python 3.x
 Django Compressor combines and compresses linked and inline Javascript or CSS
 in a Django templates into cacheable static files by using the compress
 template tag.
 .
 This package contains the Python 3.x module.