Source: python-pyscss
Section: python
Priority: extra
Maintainer: MOS Horizon Team <mos-horizon@mirantis.com>
Build-Depends: debhelper,
	debhelper (>= 9),
	python,
	python-setuptools,
	python-all-dev,
	libpcre3-dev,
	xsltproc,
	docbook-xsl,
    python-six
Standards-Version: 3.9.3.1
Homepage: https://github.com/Kronuz/pyScss

Package: python-pyscss
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-six
Suggests: python-watchdog
Description: SCSS compiler for python
 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.
