python-rcssmin 1.0.6-1ubuntu1 source package in Ubuntu

Changelog

python-rcssmin (1.0.6-1ubuntu1) xenial; urgency=medium

  * d/rules: Enable unit test suite execution for all python versions.

 -- James Page <email address hidden>  Tue, 08 Mar 2016 15:06:15 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main misc

Downloads

File Size SHA-256 Checksum
python-rcssmin_1.0.6.orig.tar.xz 130.1 KiB 8904b2790134ff020c5c2ad5b09d3214ea2378cc05d8fc54f6c2d4f985279f30
python-rcssmin_1.0.6-1ubuntu1.debian.tar.xz 3.8 KiB e69a3184322e001f60204ff9050b046810f3043f2947b5a4875efc7e46aa6385
python-rcssmin_1.0.6-1ubuntu1.dsc 2.2 KiB e5566d9a1c5de9b9d3e4f7be0a4f82d3625185d93b9a8df090a66f00717d1ca7

Available diffs

View changes file

Binary packages built by this source

python-rcssmin: No summary available for python-rcssmin in ubuntu artful.

No description available for python-rcssmin in ubuntu artful.

python3-rcssmin: CSS Minifier - Python 3.x

 The minifier is based on the semantics of the YUI compressor, which itself is
 based on the rule list by Isaac Schlueter.
 .
 This module is a re-implementation aiming for speed instead of maximum
 compression, so it can be used at runtime (rather than during a preprocessing
 step). RCSSmin does syntactical compression only (removing spaces, comments
 and possibly semicolons). It does not provide semantic compression (like
 removing empty blocks, collapsing redundant properties etc). It does, however,
 support various CSS hacks (by keeping them working as intended).
 .
 rcssmin.c is a reimplementation of rcssmin.py in C and improves runtime up to
 factor 100 or so (depending on the input). docs/BENCHMARKS in the source
 distribution contains the details.
 .
 This package contains the Python 3.x module.