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
|
Source: python-pyscss
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Martin <debacle@debian.org>,
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
docbook-xsl,
libpcre2-dev,
python3-all-dev,
python3-pil,
python3-pytest,
python3-setuptools,
python3-six,
xsltproc,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/Kronuz/pyScss
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyscss.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyscss
Package: python3-pyscss
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
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.
|