File: control

package info (click to toggle)
python-pyscss 1.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 6,324 kB
  • ctags: 1,780
  • sloc: python: 12,626; ansic: 1,544; makefile: 157; sh: 30; xml: 4
file content (54 lines) | stat: -rw-r--r-- 2,169 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
52
53
54
Source: python-pyscss
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>,
           Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9.20120909~),
               dh-python,
               docbook-xsl,
               libpcre3-dev,
               python (>= 2.6.6-3~),
               python-all-dev,
               python-enum34,
               python-pathlib,
               python-pil,
               python-pytest,
               python-setuptools,
               python-six,
               python3-all-dev,
               python3-pil,
               python3-pytest,
               python3-setuptools,
               python3-six,
               xsltproc
Standards-Version: 3.9.8
Homepage: https://github.com/Kronuz/pyScss
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-pyscss.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pyscss.git

Package: python-pyscss
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-pkg-resources
Description: SCSS compiler - Python 2.x
 pyScss compiles Scss (Sass), a superset of CSS that is more
 powerful, elegant and easier to maintain than plain-vanilla
 CSS. The library acts as a CSS source code preprocesor which
 allows you to use variables, nested rules, mixins, and have
 inheritance of rules, all with a CSS-compatible syntax which
 the preprocessor then compiles to standard CSS.
 .
 This package provides the Python 2.x module.

Package: python3-pyscss
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-pkg-resources
Description: SCSS compiler - Python 3.x
 pyScss compiles Scss (Sass), a superset of CSS that is more
 powerful, elegant and easier to maintain than plain-vanilla
 CSS. The library acts as a CSS source code preprocesor which
 allows you to use variables, nested rules, mixins, and have
 inheritance of rules, all with a CSS-compatible syntax which
 the preprocessor then compiles to standard CSS.
 .
 This package provides the Python 3.x module.