File: control

package info (click to toggle)
python-django-libsass 0.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: python: 202; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 1,181 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
Source: python-django-libsass
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-django,
 python3-django-compressor,
 python3-libsass,
 python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://github.com/torchbox/django-libsass/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-libsass
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-libsass.git
Rules-Requires-Root: no

Package: python3-django-libsass
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Description: django-compressor filter using libsass (Python3 version)
 A django-compressor filter to compile Sass files using libsass.  It builds on
 libsass-python to make @import paths aware of Django's staticfiles mechanism,
 and provides a filter module for django-compressor which uses the
 libsass-python API directly, avoiding the overheads of calling an external
 executable to do the compilation.
 .
 This package contains the Python 3 version of the library.