File: control

package info (click to toggle)
django-sass 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: python: 294; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 1,557 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
Source: django-sass
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Christoph Berg <myon@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-pytest,
 python3-pytest-runner,
 python3-setuptools,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/django-sass.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-sass
Homepage: https://github.com/coderedcorp/django-sass

Package: python3-django-sass
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: simplest way to use Sass with Django
 The module is the absolute simplest way to use Sass with Django. Pure Python,
 minimal dependencies, and no special configuration required. django-sass only
 depends on libsass.
 .
 Other packages such as django-libsass and django-sass-processor, while nice
 packages, require django-compressor which itself depends on several other
 packages that require compilation to install.
 .
  * If you simply want to use Sass in development without installing a web of
    unwanted dependencies, then django-sass is for you.
  * If you don't want to deploy any processors or compressors to your
    production server, then django-sass is for you.
  * If you don't want to change the way you reference and serve static files,
    then django-sass is for you.
  * And if you want the absolute simplest installation and setup possible for
    doing Sass, django-sass is for you too.