How to Install and Uninstall python3-django-pyscss Package on openSUSE Leap

Last updated: May 06,2024

1. Install "python3-django-pyscss" package

This guide covers the steps necessary to install python3-django-pyscss on openSUSE Leap

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

2. Uninstall "python3-django-pyscss" package

Please follow the steps below to uninstall python3-django-pyscss on openSUSE Leap:

$ sudo zypper remove python3-django-pyscss

3. Information about the python3-django-pyscss package on openSUSE Leap

Information for package python3-django-pyscss:
----------------------------------------------
Repository : Main Repository
Name : python3-django-pyscss
Version : 2.0.2-bp155.3.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 33.7 KiB
Installed : No
Status : not installed
Source package : python-django-pyscss-2.0.2-bp155.3.11.src
Upstream URL : https://github.com/fusionbox/django-pyscss
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.