8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-vHXrdb1tNFwMUf2A/Eh93W+f1AndeGGz/pje6FAY4ek=";
20 # The package does not ship tests, and the setup machinary confuses
21 # tests auto-discovery
24 pythonImportsCheck = [ "rcssmin" ];
27 description = "CSS minifier written in pure python";
28 homepage = "http://opensource.perlig.de/rcssmin/";
29 license = licenses.asl20;