qtsass 0.4.0-1 source package in Ubuntu

Changelog

qtsass (0.4.0-1) unstable; urgency=medium

  * New upstream version
  * Update standards-version to 4.6.2

 -- Julian Gilbey <email address hidden>  Mon, 26 Jun 2023 22:49:53 +0100

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
qtsass_0.4.0-1.dsc 2.1 KiB ad34cd89b40ae64e4dcc047e11d48daeb4368a2fc074f6e649f79ea1c0fcdf96
qtsass_0.4.0.orig.tar.gz 28.8 KiB b7dd08549744f4e8ffee74af8517c662010e8d9153225253c65d26fbc5ef697b
qtsass_0.4.0-1.debian.tar.xz 3.8 KiB c532525d6a99179920ce54a3af03188fd8bd1112cc12d89db6b3d81844feb9f9

Available diffs

No changes file available.

Binary packages built by this source

python3-qtsass: Python package to bridge the gap between SASS and Qt-CSS

 SASS brings countless amazing features to CSS. Besides being used in
 web development, CSS is also the way to stylize Qt-based desktop
 applications. However, Qt's CSS has a few variations that prevent the
 direct use of SASS compiler.
 .
 The purpose of this tool is to fill the gap between SASS and Qt-CSS by
 handling those variations. The goal of QtSASS is to be able to
 generate a Qt-CSS stylesheet based on a 100% valid SASS file.