python-pyscss 1.4.0-4 source package in Ubuntu

Changelog

python-pyscss (1.4.0-4) unstable; urgency=medium

  * Team upload.
  * Test from root directory to pick up conftest.py
  * Drop unused lintian override

 -- Benjamin Drung <email address hidden>  Mon, 22 Apr 2024 11:14:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc

Downloads

File Size SHA-256 Checksum
python-pyscss_1.4.0-4.dsc 2.1 KiB d73f142c5eaca57650168a6c1bbaf42afce7c8f81fe00394a6835e50a8b7a417
python-pyscss_1.4.0.orig.tar.gz 309.7 KiB a4c5885b8ec233293aa774e0ebbdf7db12b612acc0745e353395e3b4b9008089
python-pyscss_1.4.0-4.debian.tar.xz 6.0 KiB 71ff9a1a709b9c6adf00feeccaeb1aa881f06d3e090f0f37ef6d983a107169e0

No changes file available.

Binary packages built by this source

python3-pyscss: SCSS compiler - Python 3.x

 pyScss compiles Scss (Sass), a superset of CSS that is more
 powerful, elegant and easier to maintain than plain-vanilla
 CSS. The library acts as a CSS source code preprocesor which
 allows you to use variables, nested rules, mixins, and have
 inheritance of rules, all with a CSS-compatible syntax which
 the preprocessor then compiles to standard CSS.
 .
 This package provides the Python 3.x module.