8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "0ghsjs5bxl996pap910q9s21nywb26mfpjd92rbfywbnj8f2k2cy";
17 nativeBuildInputs = [ installShellFiles ];
19 checkInputs = [ pytestCheckHook ];
21 pythonImportsCheck = [ "xkcdpass" ];
25 install -Dm444 -t $out/share/doc/${pname} README*
29 description = "Generate secure multiword passwords/passphrases, inspired by XKCD";
30 homepage = "https://pypi.python.org/pypi/xkcdpass/";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ peterhoeg ];