python-django-pyscss 2.0.3-1 source package in Ubuntu

Changelog

python-django-pyscss (2.0.3-1) unstable; urgency=medium

  * New upstream release.
  * Drop do-not-use-six-from-django.patch now useless.
  * Add debian/patches/removed-broken-test.patch.

 -- Thomas Goirand <email address hidden>  Sat, 24 Feb 2024 10:05:23 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-pyscss_2.0.3-1.dsc 2.3 KiB bf166fe27fc359fb8aceb045a488402f012e31e0f6bb89665e136cecad208ce8
python-django-pyscss_2.0.3.orig.tar.xz 13.4 KiB ebea73ca90ebfe19d5dceea8c23e13d1c5f7f47b0462f883cc0d7f83526d5bee
python-django-pyscss_2.0.3-1.debian.tar.xz 6.8 KiB 432b1f2ab6cedbbf84b8b4e793b12ffee153e6417fbac67c8bdb882df4d45456

Available diffs

No changes file available.

Binary packages built by this source

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.