File: control

package info (click to toggle)
python-django-compressor 4.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,108 kB
  • sloc: python: 4,900; makefile: 123; javascript: 5
file content (50 lines) | stat: -rw-r--r-- 1,357 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
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,
 python3-csscompressor,
 python3-django,
 python3-django-appconf,
 python3-django-sekizai,
 python3-html5lib,
 python3-jinja2,
 python3-lxml,
 python3-rcssmin,
 python3-rjsmin,
 python3-slimit,
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,
 python3-calmjs,
 python3-django,
 python3-django-appconf,
 python3-rcssmin,
 python3-rjsmin,
 ${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.