8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-RCcaMCVi3lFin2jvFUDUDzom57wBc2RrAaZ3nO2tZEw=";
20 propagatedBuildInputs = [
25 substituteInPlace setup.py \
26 --replace "cryptography>=38.0.1" "cryptography"
29 # Project doesn't have tests
32 pythonImportsCheck = [
37 description = "Python module for ACL/ACE/Security descriptor manipulation";
38 homepage = "https://github.com/skelsec/winacl";
39 changelog = "https://github.com/skelsec/winacl/releases/tag/${version}";
40 license = with licenses; [ mit ];
41 maintainers = with maintainers; [ fab ];