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

Changelog

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

  * Remove nose from build-depends (Closes: #1018480).

 -- Thomas Goirand <email address hidden>  Wed, 26 Oct 2022 12:18:34 +0200

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
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-pyscss_2.0.2-12.dsc 2.3 KiB 05d9c05bc7a46365c25609ce5401b3778261a99422f4aa141a1ddd2a5b628fbd
python-django-pyscss_2.0.2.orig.tar.xz 13.3 KiB 1bc5ab634a689d088f824f3c3ae7bcbab1a51654b32a457ac1d629b6aa0efce6
python-django-pyscss_2.0.2-12.debian.tar.xz 6.7 KiB ffa390f9c33b969333b0389fc433cb3ef226f2e6d2f5aa014675c123e58535a8

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.