8 buildPythonPackage rec {
9 pname = "karton-asciimagic";
12 src = fetchFromGitHub {
13 owner = "CERT-Polska";
16 sha256 = "sha256-sY5ik9efzLBa6Fbh17Vh4q7PlwOGYjuodU9yvp/8E3k=";
19 propagatedBuildInputs = [
23 checkInputs = [ unittestCheckHook ];
25 pythonImportsCheck = [ "karton.asciimagic" ];
28 description = "Decoders for ascii-encoded executables for the Karton framework";
29 homepage = "https://github.com/CERT-Polska/karton-asciimagic";
30 license = with licenses; [ bsd3 ];
31 maintainers = with maintainers; [ fab ];