Source: python-django-pyscss Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Ivan Udovichenko , Build-Depends: debhelper (>= 10), dh-python, libjs-jquery, openstack-pkg-tools, python-all, python-pbr, python-setuptools, python3-all, python3-pbr, python3-setuptools, Build-Depends-Indep: python-django-compressor, python-django, python-mock, python-nose, python-pil, python-pyscss, python-simplejson, python-six, python3-django-compressor, python3-django, python3-mock, python3-nose, python3-pil, python3-pyscss, python3-simplejson, python3-six, Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python/python-django-pyscss.git Vcs-Git: https://anonscm.debian.org/git/openstack/python/python-django-pyscss.git Homepage: https://github.com/fusionbox/django-pyscss Package: python-django-pyscss Architecture: all Depends: libjs-jquery, python-django-compressor, python-django, python-pyscss, ${misc:Depends}, ${python:Depends}, Description: makes it easier to use PySCSS in Django - Python 2.7 Django-pyscss is a collection of tools for making it easier to use pyScss within Django. It overwrites the import system to use Django's staticfiles app. This way you can import SCSS files from any app (or any file that's findable by the STATICFILES_FINDERS) with no hassle. It provides a django-compressor precompile filter class so that you can easily use pyScss with django-compressor without having to bust out to the shell. This has the added benefit of removing the need to configure pyScss through its command-line arguments AND makes it possible for the exceptions and warnings that pyScss emits to bubble up to your process so that you can actually know what's going on. . This package contains the Python 2.7 module. Package: python3-django-pyscss Architecture: all Depends: libjs-jquery, python3-django-compressor, python3-django, python3-pyscss, ${misc:Depends}, ${python3:Depends}, Description: makes it easier to use PySCSS in Django - Python 3.x Django-pyscss is a collection of tools for making it easier to use pyScss within Django. It overwrites the import system to use Django's staticfiles app. This way you can import SCSS files from any app (or any file that's findable by the STATICFILES_FINDERS) with no hassle. It provides a django-compressor precompile filter class so that you can easily use pyScss with django-compressor without having to bust out to the shell. This has the added benefit of removing the need to configure pyScss through its command-line arguments AND makes it possible for the exceptions and warnings that pyScss emits to bubble up to your process so that you can actually know what's going on. . This package contains the Python 3.x module.