2 , buildPythonApplication
9 buildPythonApplication rec {
14 src = fetchFromGitHub {
18 sha256 = "19lfadi28r89bl5q8fhrxgjgs3nx3kgjd4rdg7wbvzi1cn29c5n7";
21 nativeBuildInputs = [ poetry-core ];
23 propagatedBuildInputs = [ docopt importlib-metadata ];
25 # Project has no tests
27 pythonImportsCheck = [ "xortool" ];
30 description = "Tool to analyze multi-byte XOR cipher";
31 homepage = "https://github.com/hellman/xortool";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];