django-sass 1.0.0-3 source package in Ubuntu

Changelog

django-sass (1.0.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 30 Nov 2022 17:03:54 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-sass_1.0.0-3.dsc 2.0 KiB e388416fd08806552910db91a0969b07863ced23f85d2399c43414758db718d3
django-sass_1.0.0.orig.tar.gz 14.7 KiB 06d17ebddf36da18bac6a96a6d6d7005dac7c1743034a22a68d12ebd4ae0d4a4
django-sass_1.0.0-3.debian.tar.xz 2.4 KiB 295b784f690510d9d6008c17435539a11698f0da0b558eaa11845ceb69f579b0

Available diffs

No changes file available.

Binary packages built by this source

python3-django-sass: simplest way to use Sass with Django

 The module is the absolute simplest way to use Sass with Django. Pure Python,
 minimal dependencies, and no special configuration required. django-sass only
 depends on libsass.
 .
 Other packages such as django-libsass and django-sass-processor, while nice
 packages, require django-compressor which itself depends on several other
 packages that require compilation to install.
 .
  * If you simply want to use Sass in development without installing a web of
    unwanted dependencies, then django-sass is for you.
  * If you don't want to deploy any processors or compressors to your
    production server, then django-sass is for you.
  * If you don't want to change the way you reference and serve static files,
    then django-sass is for you.
  * And if you want the absolute simplest installation and setup possible for
    doing Sass, django-sass is for you too.