# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-rcssmin VERSION= 1.1.2 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= CSS Minifier (3.11) SDESC[v12]= CSS Minifier (3.12) HOMEPAGE= http://opensource.perlig.de/rcssmin/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPI/r/rcssmin DISTFILE[1]= rcssmin-1.1.2.tar.gz:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON DISTNAME= rcssmin-1.1.2 GENERATED= yes [PY311].USES_ON= python:v11,sutools [PY312].USES_ON= python:v12,sutools post-stage: # python modules aren't set up for documentation (only single # subpackages accommodated) so don't package rcssmin documentation ${RM} -r ${STAGEDIR}${STD_DOCDIR:H} [FILE:2913:descriptions/desc.single] ============== CSS Minifier ============== RCSSmin is a CSS minifier. 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). Here's a feature list: - Strings are kept, except that escaped newlines are stripped - Space/Comments before the very end or before various characters are stripped: ``:{});=>],!`` (The colon (``:``) is a special case, a single space is kept if it's outside a ruleset.) - Space/Comments at the very beginning or after various characters are stripped: ``{}(=:>[,!`` - Optional space after unicode escapes is kept, resp. replaced by a simple space - whitespaces inside ``url()`` definitions are stripped, except if it's a quoted non-base64 data url - Comments starting with an exclamation mark (``!``) can be kept optionally. - All other comments and/or whitespace characters are replaced by a single space. - Multiple consecutive semicolons are reduced to one - The last semicolon within a ruleset is stripped - CSS Hacks supported: - IE7 hack (``>/**/``) - Mac-IE5 hack (``/*\*/.../**/``) - The boxmodelhack is supported naturally because it relies on valid CSS2 strings - Between ``:first-line`` and the following comma or curly brace a space is inserted. (apparently it's needed for IE6) - Same for ``:first-letter`` 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. Supported python versions are 2.7 and 3.6+. .. _YUI compressor: https://github.com/yui/yuicompressor/ .. _the rule list by Isaac Schlueter: https://github.com/isaacs/cssmin/ Copyright and License ~~~~~~~~~~~~~~~~~~~~~ Copyright 2011 - 2023 André Malo or his licensors, as applicable. The whole package (except for the files in the bench/ directory) is distributed under the Apache License Version 2.0. You'll find a copy in the root directory of the distribution or online at: . Bugs ~~~~ No bugs, of course. ;-) But if you've found one or have an idea how to improve rcssmin, feel free to send a pull request on [github] or send a mail to . Author Information ~~~~~~~~~~~~~~~~~~ André "nd" Malo GPG: 0x029C942244325167 If God intended people to be naked, they would be born that way. -- Oscar Wilde .. vim:tw=72 syntax=rest [FILE:99:distinfo] bc75eb75bd6d345c0c51fd80fc487ddd6f9fd409dd7861b3fe98dee85018e1e9 582213 rcssmin-1.1.2.tar.gz