7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-vHXrdb1tNFwMUf2A/Eh93W+f1AndeGGz/pje6FAY4ek=";
19 # The package does not ship tests, and the setup machinary confuses
20 # tests auto-discovery
23 pythonImportsCheck = [
28 description = "CSS minifier written in pure python";
29 homepage = "http://opensource.perlig.de/rcssmin/";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ ];