7 buildPythonPackage rec {
9 version = "unstable-20210331";
11 src = fetchFromGitHub {
12 owner = "facundobatista";
14 rev = "2a2cc6ca4c0b4d52bd2e658fb5f80fdc0db4924c";
15 sha256 = "1dxdz89hlycy1rnn269fwl1f0qxgxqarkc0ivs2m77f8xba2qgj9";
22 pythonImportsCheck = [ "yaswfp" ];
25 description = "Python SWF Parser";
26 homepage = "https://github.com/facundobatista/yaswfp";
27 license = with licenses; [ gpl3Only ];
28 maintainers = with maintainers; [ fab ];