How to Install and Uninstall python3-django-sass-processor Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-django-sass-processor" package

Please follow the guidance below to install python3-django-sass-processor on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-django-sass-processor

2. Uninstall "python3-django-sass-processor" package

Please follow the guidelines below to uninstall python3-django-sass-processor on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-django-sass-processor $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-sass-processor package on Ubuntu 21.10 (Impish Indri)

Package: python3-django-sass-processor
Architecture: all
Version: 0.8.2-1
Priority: optional
Section: universe/python
Source: django-sass-processor
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 77
Depends: python3:any, python3-django
Recommends: python3-django-compressor
Filename: pool/universe/d/django-sass-processor/python3-django-sass-processor_0.8.2-1_all.deb
Size: 17524
MD5sum: 8cd19fba2faf94cfff69e7a01a1b83ce
SHA1: e3633db341669c1c019c0277264f87c01914ae3f
SHA256: 8a1407abcb1b6379db9bd20856ff8a266da5c65444f4147653caffd807192361
SHA512: 3124d41412ca6256ea6ac50e827330744a14286617903a687d6168d8c96038eb67a550f80d8599bbb0078d84735c29bbf83710507a5afc74c3989803b09e4c87
Homepage: https://github.com/jrief/django-sass-processor
Description-en: compile files from markup languages such as SASS/SCSS
django-sass-processor converts *.scss or *.sass files into *.css
while rendering templates. For performance reasons this is done only
once, since the preprocessor keeps track on the timestamps and only
recompiles, if any of the imported SASS/SCSS files is younger than
the corresponding generated CSS file.
.
This Django app provides a templatetag {% sass_src
'path/to/file.scss' %}, which can be used instead of the built-in
templatetag static. Since version 0.3.4 this also works for Jinja2
templates.
.
If SASS/SCSS files shall be referenced through the Media class, or
media property, the SASS processor can be used directly.
.
Additionally, django-sass-processor is shipped with a management
command, which can convert the content of all occurrences inside the
templatetag sass_src as an offline operation. Hence the libsass
compiler is not required in a production environment.
.
During development, a `sourcemap devtools="" docs="" css-preprocessors="">`__ is generated along side
with the compiled *.css file. This allows one to debug style sheet
errors much easier.
.
With this tool, you can safely remove your Ruby installations
"Compass" and "SASS" from your Django projects. You neither need any
directory "watching" daemons based on node.js.
Description-md5: 6e997a0dcdfa15512297cb8c541c267a