How to Install and Uninstall python39-django-pyscss Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python39-django-pyscss" package

Please follow the step by step instructions below to install python39-django-pyscss on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-django-pyscss

2. Uninstall "python39-django-pyscss" package

This guide covers the steps necessary to uninstall python39-django-pyscss on openSuSE Tumbleweed:

$ sudo zypper remove python39-django-pyscss

3. Information about the python39-django-pyscss package on openSuSE Tumbleweed

Information for package python39-django-pyscss:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-django-pyscss
Version : 2.0.2-5.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 32,5 KiB
Installed : No
Status : not installed
Source package : python-django-pyscss-2.0.2-5.1.src
Summary : A collection of tools to use pyScss within Django
Description :
This app smooths over a lot of things when dealing with pyScss in Django. It
- Overwrites the import system to use Django's staticfiles app. This way, one
can import SCSS files from any app (or any file that's findable by the
STATICFILES_FINDERS).
- Configures pyScss to work with the staticfiles app for its image functions
(e.g. inline-image and sprite-map).
- It provides a django-compressor precompile filter class so that the developer
can 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 the process so that the user
actually knows what's going on.