qtsass 0.3.0+git20200324.06f1519-3 source package in Ubuntu

Changelog

qtsass (0.3.0+git20200324.06f1519-3) unstable; urgency=medium

  * Re-upload after buildd failure; it builds fine on the amd64 porter
    box, so unclear why it failed on the buildd.

 -- Julian Gilbey <email address hidden>  Fri, 14 Jan 2022 11:19:25 +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
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
qtsass_0.3.0+git20200324.06f1519-3.dsc 2.2 KiB 93b33f3a357afeb8406facbf613d8ddc920b73e9ec68dbc90d114a51373efe7c
qtsass_0.3.0+git20200324.06f1519.orig.tar.gz 28.2 KiB 2ad0bf029230cec904f31da4b5c684e92febc2e7b3e3ad8f4651b456b3e5bf68
qtsass_0.3.0+git20200324.06f1519-3.debian.tar.xz 3.5 KiB 534194ffcf9657afac1ce2ff239f4c430153dbaa26b21e8eaa62222dc8325b77

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.