20 buildPythonPackage rec {
25 disabled = pythonOlder "3.7";
28 inherit pname version;
29 hash = "sha256-bWb1HtI1T3byBmE+rA1j83z9ntRL6figZZTUECRCc9c=";
32 build-system = [ setuptools ];
48 # Project doesn't have tests
51 pythonImportsCheck = [ "aiosmb" ];
54 description = "Python SMB library";
55 homepage = "https://github.com/skelsec/aiosmb";
56 changelog = "https://github.com/skelsec/aiosmb/releases/tag/${version}";
57 license = licenses.mit;
58 maintainers = with maintainers; [ fab ];