9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "manicmaniac";
20 hash = "sha256-DlZIygf5v3ZNY2XFmrKOA15ccMo3Rv0kf6hZJ0CskeQ=";
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "arc4" ];
28 description = "ARCFOUR (RC4) cipher implementation";
29 homepage = "https://github.com/manicmaniac/arc4";
30 license = with licenses; [ bsd3 ];
31 maintainers = with maintainers; [ fab ];