1 { lib, buildPythonPackage, fetchFromGitHub, python }:
3 buildPythonPackage rec {
5 version = "unstable-2019-01-08";
7 src = fetchFromGitHub {
10 rev = "e988a5ffc9abb8010fc75dba54904d1c5dbe83db";
11 sha256 = "0sic8wbyk5azb4d4m6zbc96lfqcw8s2pzcv9nric5yqc751613ww";
15 ${python.interpreter} test_pydes.py
18 pythonImportsCheck = [ "pyDes" ];
21 description = "A pure python module which implements the DES and Triple-DES encryption algorithms";
22 homepage = "https://github.com/twhiteman/pyDes";
23 license = licenses.mit;
24 maintainers = with maintainers; [ j0hax ];