1 { lib, buildPythonPackage, fetchPypi }:
2 buildPythonPackage rec {
8 sha256 = "sha256-H5gr6OARQ4d3qUMHJ5tAE0o5NfwPB5MS7imXJbivVBE=";
11 # The package does not ship tests, and the setup machinary confuses
12 # tests auto-discovery
16 homepage = "http://opensource.perlig.de/rjsmin/";
17 license = licenses.asl20;
18 description = "Javascript minifier written in python";