8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-E4i1JJOkwE+8lwotdXwwH6BaPDdkAxTCzp38jYpzDMY=";
20 # The package does not ship tests, and the setup machinary confuses
21 # tests auto-discovery
24 pythonImportsCheck = [ "rjsmin" ];
27 description = "Module to minify Javascript";
28 homepage = "http://opensource.perlig.de/rjsmin/";
29 license = licenses.asl20;