python-django-pyscss 2.0.2-6 source package in Ubuntu

Changelog

python-django-pyscss (2.0.2-6) unstable; urgency=medium

  * Fix FTBFS (Closes: #832830):
    - Patch tests/test_scss.py
    - Patch tests/test_compressor.py
    - Build-Depends-Indep: add python{3,}-six.

 -- Thomas Goirand <email address hidden>  Mon, 01 Aug 2016 10:32:18 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-pyscss_2.0.2-6.dsc 2.5 KiB 38cc0a5c381214485a680087b42f15d10714b7ffc70714de7e0af0df76ebe2aa
python-django-pyscss_2.0.2.orig.tar.xz 13.3 KiB 1bc5ab634a689d088f824f3c3ae7bcbab1a51654b32a457ac1d629b6aa0efce6
python-django-pyscss_2.0.2-6.debian.tar.xz 4.9 KiB e63a90d7bb46baca8ae9be5f219eb2c24f8134a25f6939ceb13532fecc391865

Available diffs

No changes file available.

Binary packages built by this source

python-django-pyscss: 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.

python3-django-pyscss: 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.