8 buildPythonPackage rec {
10 version = "unstable-2019-01-08";
11 format = "setuptools";
13 src = fetchFromGitHub {
16 rev = "e988a5ffc9abb8010fc75dba54904d1c5dbe83db";
17 sha256 = "0sic8wbyk5azb4d4m6zbc96lfqcw8s2pzcv9nric5yqc751613ww";
21 ${python.interpreter} test_pydes.py
24 pythonImportsCheck = [ "pyDes" ];
27 description = "Pure python module which implements the DES and Triple-DES encryption algorithms";
28 homepage = "https://github.com/twhiteman/pyDes";
29 license = licenses.mit;
30 maintainers = with maintainers; [ j0hax ];