7 python3.pkgs.buildPythonPackage rec {
9 version = "unstable-2023-02-03";
10 format = "setuptools";
12 src = fetchFromGitHub {
15 rev = "a5219946aa445c0a3b4a406baea67b33f78bca7c";
16 hash = "sha256-97cbkGyIkq2Pk1hydMcViXWoh+Ipi3m0YvEYiaV4zcM=";
20 # Ignore pinned versions
21 sed -i -e "s/==[0-9.]*//" setup.py
24 propagatedBuildInputs = with python3.pkgs; [
33 # Project has no tests
36 pythonImportsCheck = [
41 description = "ACL abuse swiss-knife";
42 mainProgram = "acltoolkit";
43 homepage = "https://github.com/zblurx/acltoolkit";
44 license = licenses.mit;
45 maintainers = with maintainers; [ fab ];