10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-r3DC7DAXi/njyKHEjCXoeBI1/iwbMhrbRuLyrh+NSqs=";
22 build-system = [ setuptools ];
24 dependencies = [ cryptography ];
26 # Project doesn't have tests
29 pythonImportsCheck = [ "winacl" ];
32 description = "Python module for ACL/ACE/Security descriptor manipulation";
33 homepage = "https://github.com/skelsec/winacl";
34 changelog = "https://github.com/skelsec/winacl/releases/tag/${version}";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];