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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
Source: python-django-compressor
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 10),
dh-python,
openstack-pkg-tools (>= 52~),
python-all,
python-setuptools,
python3-all,
python3-setuptools,
Build-Depends-Indep: csstidy,
python-appconf,
python-bs4,
python-coffin (>= 2.0.1),
python-coverage,
python-csscompressor,
python-django,
python-django-discover-runner,
python-django-sekizai (>= 0.9.0),
python-html5lib,
python-jingo,
python-jinja2,
python-lxml,
python-mock,
python-nose,
python-rjsmin,
python-rcssmin,
python-unittest2,
python3-appconf,
python3-bs4,
python3-coffin (>= 2.0.1),
python3-coverage,
python3-csscompressor,
python3-django,
python3-django-discover-runner,
python3-django-sekizai (>= 0.9.0),
python3-html5lib,
python3-jingo,
python3-jinja2,
python3-lxml,
python3-mock,
python3-nose,
python3-rjsmin,
python3-rcssmin,
python3-unittest2,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-django-compressor?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-django-compressor -b debian/newton
Homepage: https://pypi.python.org/pypi/django_compressor/
Package: python-django-compressor
Architecture: all
Depends: python-csscompressor,
python-django,
python-django-appconf,
python-rjsmin,
python-rcssmin,
${misc:Depends},
${python:Depends},
Breaks: python-compressor (<= 1.5-2),
Replaces: python-compressor (<= 1.5-2),
Provides: python-compressor,
${python:Provides},
Description: Compresses linked, inline JS or CSS into single cached files - Python 2.7
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 2.7 module.
Package: python3-django-compressor
Architecture: all
Depends: python3-csscompressor,
python3-django,
python3-django-appconf,
python3-rjsmin,
python3-rcssmin,
${misc:Depends},
${python3:Depends},
Breaks: python3-compressor (<= 1.5-2),
Replaces: python3-compressor (<= 1.5-2),
Provides: python3-compressor,
${python3:Provides},
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.
Package: python-compressor
Section: oldlibs
Priority: extra
Architecture: all
Depends: python-django-compressor,
${misc:Depends},
Provides: ${python:Provides},
Description: Compresses linked, inline JS or CSS - Python 2.7 transition package
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 is a transitional package to upgrade to python-django-compressor, and it
is safe to remove.
Package: python3-compressor
Section: oldlibs
Priority: extra
Architecture: all
Depends: python3-django-compressor,
${misc:Depends},
Description: Compresses linked, inline JS or CSS - Python 3.x transition package
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 is a transitional package to upgrade to python3-django-compressor, and it
is safe to remove.
|