9 buildPythonPackage rec {
13 format = "setuptools";
15 # PyPi release is missing tests
16 src = fetchFromGitHub {
19 # commit from: 2018-08-16, because there aren't any tags on git
20 rev = "e8bdad312fa99c89c74f8651a1240afba8a9f3bd";
21 sha256 = "1v8rc55v28v8cl7nxcavj34am005wi63zcvwnbc6pyfbv4ss30ab";
24 propagatedBuildInputs = [ pycryptodome ];
26 nativeCheckInputs = [ unittestCheckHook ];
28 pythonImportsCheck = [
33 description = "Decrypt and encrypt messages compatible to the \"Stanford Javascript Crypto Library (SJCL)\" message format. This is a wrapper around pycrypto.";
34 homepage = "https://github.com/berlincode/sjcl";
35 license = licenses.bsd3;
36 maintainers = with maintainers; [ binsky ];