File: control

package info (click to toggle)
libsass-python 0.12.3-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 460 kB
  • ctags: 460
  • sloc: python: 2,356; cpp: 598; makefile: 173
file content (51 lines) | stat: -rw-r--r-- 2,109 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
Source: libsass-python
Maintainer: Frédéric Bonnard <frediz@linux.vnet.ibm.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
 dh-python,
 python-all-dev, python3-all-dev,
 python-setuptools, python3-setuptools,
 python-six, python3-six,
 python-sphinx, python3-sphinx,
 python-werkzeug, python3-werkzeug,
 python-flake8, python3-flake8,
 python-pytest, python3-pytest,
 libsass-dev (>= 3.3.1)
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.8
Homepage: http://hongminhee.org/libsass-python/

Package: python-libsass
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: SASS for Python: a straightforward binding of libsass for Python
 This package provides a simple Python extension module sass which is binding
 Libsass (written in C/C++ by Hampton Catlin and Aaron Leung). It's very
 straightforward and there isn't any headache related Python
 distribution/deployment.
 That means you can add just libsass into your setup.py's install_requires list
 or requirements.txt file. Need no Ruby nor Node.js.

Package: python3-libsass
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: SASS for Python 3: a straightforward binding of libsass for Python
 This package provides a simple Python 3 extension module sass which is binding
 Libsass (written in C/C++ by Hampton Catlin and Aaron Leung). It's very
 straightforward and there isn't any headache related Python
 distribution/deployment.
 That means you can add just libsass into your setup.py's install_requires list
 or requirements.txt file. Need no Ruby nor Node.js.

Package: pysassc
Section: web
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-libsass, python3-libsass
Description: SASS for Python: command line utility for libsass
 This package provides a simple Python script to access libsass
 functionnalities.
 Libsass (written in C/C++ by Hampton Catlin and Aaron Leung). It's very
 straightforward and there isn't any headache related Python
 distribution/deployment.